source: josm/trunk/src/org/openstreetmap/josm/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10287   8 years Don-vip fix #12881 - predicates usage in Utils (patch by michael2402)
(edit) @10286   8 years Don-vip fix #12880 - Add instanceOf predicate and predicate tests (patch by …
(edit) @10285   8 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10246   8 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD - remove unused …
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10178   8 years Don-vip see #11924 - add compatibility with JEP 272 for Java 9 on OSX
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10166   8 years Don-vip see #11390 - ask some Linux users to switch to Java 8 (partial …
(edit) @10160   8 years bastiK partial revert of [9529] (fixes #12583) possibly breaking tests
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10140   8 years bastiK fixed #12748 - Error dialog after deleting a new inserted node
(edit) @10133   8 years Don-vip increase code coverage
(edit) @10125   8 years Don-vip refactor classes from corrector package, add javadoc
(edit) @10115   8 years Don-vip fix coverity 1011666, 1011667, 1011836, 1011837, 1011838
(edit) @10101   8 years Don-vip fix #12705 - catch scripting errors with Java 7 when building invalid …
(edit) @10067   8 years Don-vip see #12652 - rework bug report classes to improve unit tests coverage
(edit) @10066   8 years Don-vip catch HeadlessException in Utils.copyToClipboard for unit tests
(edit) @10064   8 years Don-vip see #12652, see #11924 - re-add a unit test in …
(edit) @10062   8 years Don-vip see #12652 - about dialog: replace old bug report link with new bug …
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @10003   8 years Don-vip sonar - fix consecutive literal appends
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9992   8 years Don-vip sonar - fix more issues
(edit) @9990   8 years Don-vip sonar - Inner classes which do not reference their owning classes …
(edit) @9987   8 years Don-vip sonar - use double instead of float
(edit) @9983   8 years Don-vip remove unused code
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9977   8 years Don-vip sonar - remove some transient modifiers
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9954   8 years Don-vip make MapScaler and SizeButton implement Accessible interface, …
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9951   8 years simon04 see #11516 - Compute closed way area using Sinusoidal projection
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9935   8 years simon04 see #12584 - Attempt to obtain the session cookie via CookieManager
(edit) @9916   8 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9915   8 years Don-vip see #12587 - checkstyle
(edit) @9912   8 years simon04 fix #12587 - fix NPE in HttpClient
(edit) @9911   8 years simon04 Remove code to be removed end of 2015
(edit) @9876   8 years simon04 fix #12521 - On Overpass API error OSM API gets blamed
(edit) @9856   8 years simon04 fix #12547 see #12469 - Fix Overpass API "Build query" for Java 7
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9850   8 years Don-vip findbugs
(edit) @9827   8 years Don-vip checkstyle, javadoc
(edit) @9823   8 years bastiK move preference writing to new class; some refactoring
(edit) @9814   8 years Don-vip see #12229 - revert r9785 and r9803: problem with audio unit test was …
(edit) @9810   8 years Don-vip checkstyle
(edit) @9807   8 years wiktorn Make map returned by getHeaderFields() case insensitive. RFC 2616, …
(edit) @9803   8 years Don-vip partial revert of r9779 to see if it fixes audio unit test regression
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9796   8 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
(edit) @9779   8 years Don-vip add more unit tests
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9750   8 years Don-vip see #12022 - Disable GNOME Atk Java wrapper on Linux
(edit) @9746   8 years Don-vip fix #12497 - add support for notes in session files
(edit) @9739   8 years simon04 see #12485 - Fix parsing of sub-seconds Sometimes there are really …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9720   8 years Don-vip remove deprecated stuff
(edit) @9717   8 years Don-vip checkstyle
(edit) @9705   8 years simon04 fix #12409 - Refactor ImageProvider.ImageSizes
(edit) @9704   8 years simon04 fix #12469 - Update overpass wizard code
(edit) @9697   8 years simon04 Fix MetadataException: "Tag 'Orientation' has not been set -- check …
(edit) @9691   8 years simon04 fix #12452 - icons in relation list display low priority icons Prefer …
(edit) @9672   8 years Don-vip fix #11685 - parse subsecond exif information correctly
(edit) @9648   8 years simon04 fix #11685 - Obtain EXIF fields only from EXIF directories Fixes unit …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9639   8 years stoecker fix possible resource leaks
(edit) @9637   8 years stoecker fix coverity 1349920 and 1349921
(edit) @9634   8 years Don-vip fix findbugs/coverity issues
(edit) @9599   8 years Don-vip see #11924 - add assertions to check if java.locale.providers
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9542   8 years Don-vip javadoc
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9499   8 years simon04 fix #11685 - Use sub-second exif/xmp data
(edit) @9477   8 years Don-vip javadoc fixes
(edit) @9474   8 years Don-vip ExceptionUtil: add unit test, fix javadoc, various NPEs, HTML …
(edit) @9473   8 years simon04 fix #12343 - Display at most 20 primitives for some confirmation …
(edit) @9454   8 years Don-vip checkstyle + add basic unit test
(edit) @9427   8 years Don-vip remove deprecated and unused classes in tools/date package
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
(edit) @9394   8 years simon04 Fix timezone aware unit tests
(edit) @9385   8 years simon04 Refactoring: introduce UncheckedParseException In addition, …
(edit) @9383   8 years simon04 Deprecate PrimaryDateParser in favour of DateUtils
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9351   8 years simon04 Refactoring: use Fork/Join Tasks for parallel execution
Note: See TracRevisionLog for help on using the revision log.