Open GoogleCodeExporter opened 8 years ago
Accepting, but for anybody else reading this, please note the comments below
from the corresponding android-discuss thread:
---------- Forwarded message ----------
From: Xavier Ducrohet <xav@android.com>
Date: Wed, Jul 28, 2010 at 5:38 PM
Subject: Re: [android-developers] My experience with LVL and the precedence it
sets
To: android-developers@googlegroups.com
On Wed, Jul 28, 2010 at 4:45 PM, Zsolt Vasvari <zvasvari@gmail.com> wrote:
> I just tried integrating LVL into my app. Some comments on this
> process:
>
> I have my project set up so that compiler Errors/Warnings are almost
> all set to Error level. When I imported the LVL project, I got all
> kinds of errors. Mostly missing "this" qualifiers and $NON-NLS tags,
> but some of the errors I saw quite interesting.
$NON-NLS is something specific to Eclipse that we do not use in Android.
Our convention for the android source code do not enforce the use of
this qualifier.
Original comment by trevorjohns@google.com
on 3 Aug 2010 at 7:14
Original issue reported on code.google.com by
zvasv...@gmail.com
on 2 Aug 2010 at 11:54