aboutsummaryrefslogtreecommitdiffstats
path: root/main/.settings
Commit message (Collapse)AuthorAgeFilesLines
* less strict null warnings to enforce compatibility with IDEAMichael Keppler2014-04-241-2/+2
| | | | | | * use warnings instead of errors, as IDEA can infer nullness from an external database also * do not inherit nullness, to enforce the full declaration at every level
* reduce null analysis warningsBananeweizen2014-03-251-1/+1
| | | | | | This change allows unchecked conversion from non annotated expressions to nonnull expressions. Those are needed whenever we call a framework method (where we cannot add annotations ourselfes) and cause more warnings in Eclipse than they actually help.
* fix #3544: no line break after local variable annotationBananeweizen2014-01-152-2/+5
| | | | Automatic order of annotation and modifiers is not possible in Eclipse. Feel free to cleanup with IntelliJ, if that can do it.
* use new null analysis feature of Eclipse LunaBananeweizen2014-01-121-2/+2
|
* cleanup: fix all findbugs on test and calendarBananeweizen2013-12-161-1/+1
|
* findbugs: more cleanupBananeweizen2013-12-081-0/+133
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* IDE: enable assertions for null analysis in JDTBananeweizen2013-09-131-1/+1
|
* Null analysis by Eclipse JDTBananeweizen2013-08-251-2/+20
| | | | | * enables JDT null analysis for the main project * uses 2 annotations to forbid null return values in StoredList * includes annotation library
* #2684: use view injection libraryBananeweizen2013-05-012-367/+372
| | | | * If you have compile errors after pulling, please consult the issue on github.
* Add warning for missing @Override for interface implementationsSammysHP2012-05-231-367/+367
|
* refactoring: remove waypoints activityBananeweizen2012-05-061-0/+14
| | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
* Add new warning: unnecessary elseSamuel Tardieu2012-04-201-1/+1
|
* revert settings changes partiallyBananeweizen2012-04-201-4/+4
| | | * my Eclipse seems broken, it doesn't show all warnings after a rebuild
* increase compiler warnings level (and fix some)Bananeweizen2012-04-201-354/+353
| | | | * boxing/unboxing * name shadowing
* fix #1146: Control statements as blocksBananeweizen2012-02-211-3/+3
|
* Enabled (and fixed) (more) warningsblafoo2011-11-182-285/+364
|
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-131-0/+1
| | | | | | | Conflicts: tests/src/cgeo/geocaching/files/GPXImporterTest.java tests/src/cgeo/geocaching/files/GPXParserTest.java tests/src/cgeo/geocaching/files/LocParserTest.java
* Move sources into the main directorySamuel Tardieu2011-09-164-0/+351
This prepares the inclusion of tests into the same repository.