| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Automatic order of annotation and modifiers is not possible in Eclipse.
Feel free to cleanup with IntelliJ, if that can do it.
|
| |
|
| |
|
|
|
|
| |
* include findbugs suppression annotations
* have findbugs settings stored as shared settings
|
| |
|
|
|
|
|
| |
* enables JDT null analysis for the main project
* uses 2 annotations to forbid null return values in StoredList
* includes annotation library
|
|
|
|
| |
* If you have compile errors after pulling, please consult the issue on
github.
|
| |
|
|
|
|
|
| |
* replaced by popup meanwhile
* rename remaining waypoint activity
* rename some of the mostly untouched activities
|
| |
|
|
|
| |
* my Eclipse seems broken, it doesn't show all warnings after a rebuild
|
|
|
|
| |
* boxing/unboxing
* name shadowing
|
| |
|
| |
|
|
|
|
|
|
|
| |
Conflicts:
tests/src/cgeo/geocaching/files/GPXImporterTest.java
tests/src/cgeo/geocaching/files/GPXParserTest.java
tests/src/cgeo/geocaching/files/LocParserTest.java
|
|
This prepares the inclusion of tests into the same repository.
|