| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | reduce null analysis warnings | Bananeweizen | 2014-03-25 | 1 | -1/+0 |
| | | | | | | | 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. | ||||
| * | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 1 | -0/+1 |
| | | |||||
| * | Add extra NonNull annotations | Samuel Tardieu | 2014-01-11 | 1 | -0/+3 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -3/+3 |
| | | |||||
| * | Merge remote-tracking branch 'origin/release' | Bananeweizen | 2013-01-13 | 1 | -8/+11 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| * \ | Merge branch 'release' into upstream | Samuel Tardieu | 2013-01-01 | 1 | -0/+13 |
| |\ \ | |/ | |||||
| | * | fix #2316: race condition in LeastRecentlyUsedSet | Samuel Tardieu | 2013-01-01 | 1 | -0/+13 |
| | | | | | | | | | | | | | removeAll() must be synchronized as well. Otherwise, the documentation states that it uses a (unsynchronized) iterator to perform the removal, which causes race conditions. | ||||
| * | | Refactoring: clone() overrides could need CloneNotSupportedException | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | Remove JavaDoc @author tag. | SammysHP | 2012-05-23 | 1 | -2/+0 |
| | | | | Files are edited by many people, also all editors are visible in the log. | ||||
| * | Refactoring: replace for loop by for each loop | Samuel Tardieu | 2012-04-22 | 1 | -2/+2 |
| | | |||||
| * | Fix #1402, makes caches access in cgeomap synchronized | rsudev | 2012-04-16 | 1 | -18/+43 |
| | | |||||
| * | Merge remote-tracking branch 'teschi/issue#1304' | Bananeweizen | 2012-04-08 | 1 | -49/+48 |
| | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| * | Support different modes of operation on LastRecentlyUsedMap | teschi | 2012-04-03 | 1 | -0/+174 |
| Added a Set interface for the LastRecentlyUsedMap Changed CGeoMap to use the LastRecentlyUsedSet as its caches-cache | |||||
