diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-08-25 14:43:37 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-08-25 14:43:37 +0200 |
| commit | 5ca18afa02c525e47496ecb52576722321b1cda6 (patch) | |
| tree | 40fb94552d522d0d128651864d70fc416c50b0c1 /main/.classpath | |
| parent | 1efbabffeca8074958194943fa1ede95969f0ddf (diff) | |
| download | cgeo-5ca18afa02c525e47496ecb52576722321b1cda6.zip cgeo-5ca18afa02c525e47496ecb52576722321b1cda6.tar.gz cgeo-5ca18afa02c525e47496ecb52576722321b1cda6.tar.bz2 | |
Null analysis by Eclipse JDT
* enables JDT null analysis for the main project
* uses 2 annotations to forbid null return values in StoredList
* includes annotation library
Diffstat (limited to 'main/.classpath')
| -rw-r--r-- | main/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/.classpath b/main/.classpath index 72adb52..d7bb252 100644 --- a/main/.classpath +++ b/main/.classpath @@ -19,5 +19,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> + <classpathentry kind="lib" path="compile-libs/org.eclipse.jdt.annotation_1.1.0.v20130513-1648.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |
