source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10241   8 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10240   8 years Don-vip fix #12847 - NPE - regression of r10238
(edit) @10239   8 years Don-vip see #11002 - add some robustness against JDK bug
(edit) @10238   8 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10237   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10236   8 years Don-vip sonar - squid:S1194 - "java.lang.Error" should not be extended
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10233   8 years Klumbumbus fix #12749 - add tactile_paving combo to more presets
(edit) @10232   8 years Klumbumbus fix #12646 - warn about "Unconnected waterway or wrong way flow"; …
(edit) @10231   8 years Klumbumbus see #11128 - don't warn about a amenity=car_weash node connected to a way
(edit) @10230   8 years Klumbumbus see #12771 - warn about uncommon values of key service
(edit) @10229   8 years Klumbumbus see #12771 - warn about service=yes; warn about …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10227   8 years Don-vip ignore shop=vacant (used more than 10.000 times, but should not...)
(edit) @10226   8 years Don-vip see #12844 - display which OSM API is used in status report
(edit) @10225   8 years Don-vip Use Utils.setObjectsAccessible in unit tests
(edit) @10224   8 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10223   8 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10222   8 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10221   8 years Don-vip cleanup unit tests
(edit) @10220   8 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10219   8 years Don-vip findbugs - reliance on default encoding
(edit) @10218   8 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10216   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10215   8 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10214   8 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10213   8 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10211   8 years Don-vip update new TLD from IANA
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10209   8 years Don-vip see #11924 - Java 9 - fixes more deprecation warnings
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10207   8 years Don-vip remove MultiSplitLayout parsing features (code previously used only by …
(edit) @10206   8 years Don-vip update new TLD from IANA
(edit) @10205   8 years Don-vip add more unit tests
(edit) @10204   8 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10203   8 years Don-vip update netbeans project
(edit) @10202   8 years Don-vip increase code coverage
(edit) @10201   8 years Don-vip add more unit tests
(edit) @10200   8 years Don-vip add more unit tests
(edit) @10199   8 years Don-vip fix unit tests
(edit) @10198   8 years Don-vip add more unit tests
(edit) @10197   8 years Don-vip add a performance test for WireframeMapRenderer (same than …
(edit) @10196   8 years Don-vip fix #9795 - Fetch from Overpass API using HTTPS
(edit) @10195   8 years Don-vip add more unit tests
(edit) @10194   8 years Don-vip sonar, javadoc
(edit) @10193   8 years Don-vip kothic google code website has been archived ==> use new Github repository
(edit) @10192   8 years Don-vip see #12774 - robustness/cleanup in session loading
(edit) @10191   8 years Don-vip fix #7302 - Field showing name of object under cursor is often too …
(edit) @10190   8 years Don-vip fix #12838 - NPE
(edit) @10189   8 years Don-vip fix coverity 1355210 - UR: Uninitialized read of field in constructor
(edit) @10188   8 years Don-vip use more reliable public WMS server from OpenStreetMap France for unit …
(edit) @10187   8 years Don-vip update new TLD from IANA
(edit) @10186   8 years Don-vip fix #12813 - partial revert of r10175 - HDOP is unitless
(edit) @10185   8 years Don-vip sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
(edit) @10184   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @10183   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10182   8 years Don-vip sonar - squid:S1943 - Classes and methods that rely on the default …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10180   8 years Don-vip fix NPE - regression from r10179
(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) @10177   8 years Klumbumbus see #12782 - adjust zoom dependend font size: fix z18 when …
(edit) @10176   8 years Don-vip fix #12776 - "Correlate to gpx" doesn't refresh combo box after GPX …
(edit) @10175   8 years Don-vip fix #12813 - adapt GPX color scale bar to system of measurement for …
(edit) @10174   8 years Don-vip fix coverity 1354674, 1354675
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10172   8 years Don-vip fix #12828 - exception from popup menu (regression from r9916)
(edit) @10171   8 years Don-vip update to checkstyle 6.18
(edit) @10170   8 years Don-vip update new TLD from IANA
(edit) @10169   8 years wiktorn Restore IndexDiskCache that was switched off in [9142]
(edit) @10168   8 years wiktorn Process and render the tiles that are not loaded, so placeholder …
(edit) @10167   8 years wiktorn Fix for large imagery offsets. See: #12681 Closes: #12810
(edit) @10166   8 years Don-vip see #11390 - ask some Linux users to switch to Java 8 (partial …
(edit) @10165   8 years simon04 fix #12803 - JOSM writes invalid crs entry in GeoJSON
(edit) @10164   8 years Don-vip add more unit tests
(edit) @10163   8 years Don-vip fix #12779 - anonymize user name
(edit) @10162   8 years bastiK fixed #12799 - Error mousing over the editing area after loading a …
(edit) @10161   8 years bastiK fixed #12791 - Progress state exception when doing various operations …
(edit) @10160   8 years bastiK partial revert of [9529] (fixes #12583) possibly breaking tests
(edit) @10159   8 years bastiK i18n update
(edit) @10158   8 years Don-vip fix #12779 - Anonymize further status report contents for privacy concerns
(edit) @10157   8 years bastiK see #12264 - add TLS test url with SNI
(edit) @10156   8 years bastiK see #12264 - helloworld.letsencrypt.org now using ISRG root - update test
(edit) @10155   8 years wiktorn Temporary fix for #12681. Check, from which side we are approaching …
(edit) @10154   8 years Don-vip update new TLD from IANA
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10151   8 years Don-vip update new TLD from IANA
(edit) @10150   8 years Don-vip fix #12755 - NPE
(edit) @10149   8 years bastiK applied #12760 - Install additional hicolor icon sizes (by sebastic)
(edit) @10148   8 years bastiK fixed #12758 - better scale for gamma value
(edit) @10147   8 years Don-vip update new TLD from IANA
(edit) @10146   8 years Klumbumbus fix #12761 - do not warn about sport=climbing + natural=cliff
(edit) @10145   8 years bastiK see #12598 - make DividedScale truely immutable (patch by michael2402)
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10143   8 years Don-vip unban CADTools - see https://github.com/ROTARIUANAMARIA/CADTools/issues/1
Note: See TracRevisionLog for help on using the revision log.