Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to Java 1.7 | Bananeweizen | 2014-07-17 | 1 | -3/+3 |
| | | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them. | ||||
* | upgrade Eclipse settings to Luna | Bananeweizen | 2014-06-29 | 2 | -7/+36 |
| | |||||
* | Eclipse: enforce final variables, parameters and members on saving | Bananeweizen | 2014-05-30 | 1 | -4/+4 |
| | |||||
* | less strict null warnings to enforce compatibility with IDEA | Michael Keppler | 2014-04-24 | 1 | -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 warnings | Bananeweizen | 2014-03-25 | 1 | -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 annotation | Bananeweizen | 2014-01-15 | 2 | -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 Luna | Bananeweizen | 2014-01-12 | 1 | -2/+2 |
| | |||||
* | cleanup: fix all findbugs on test and calendar | Bananeweizen | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | findbugs: more cleanup | Bananeweizen | 2013-12-08 | 1 | -0/+133 |
| | | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings | ||||
* | IDE: enable assertions for null analysis in JDT | Bananeweizen | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Null analysis by Eclipse JDT | Bananeweizen | 2013-08-25 | 1 | -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 library | Bananeweizen | 2013-05-01 | 2 | -367/+372 |
| | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
* | Add warning for missing @Override for interface implementations | SammysHP | 2012-05-23 | 1 | -367/+367 |
| | |||||
* | refactoring: remove waypoints activity | Bananeweizen | 2012-05-06 | 1 | -0/+14 |
| | | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities | ||||
* | Add new warning: unnecessary else | Samuel Tardieu | 2012-04-20 | 1 | -1/+1 |
| | |||||
* | revert settings changes partially | Bananeweizen | 2012-04-20 | 1 | -4/+4 |
| | | | * my Eclipse seems broken, it doesn't show all warnings after a rebuild | ||||
* | increase compiler warnings level (and fix some) | Bananeweizen | 2012-04-20 | 1 | -354/+353 |
| | | | | * boxing/unboxing * name shadowing | ||||
* | fix #1146: Control statements as blocks | Bananeweizen | 2012-02-21 | 1 | -3/+3 |
| | |||||
* | Enabled (and fixed) (more) warnings | blafoo | 2011-11-18 | 2 | -285/+364 |
| | |||||
* | Merge remote branch 'stephanme/importwpt' | Bananeweizen | 2011-11-13 | 1 | -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 directory | Samuel Tardieu | 2011-09-16 | 4 | -0/+351 |
This prepares the inclusion of tests into the same repository. |