source: josm/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10302   7 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
(edit) @10301   7 years Don-vip test optimization, update to checkstyle 6.19
(edit) @10300   7 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10299   7 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10298   7 years Don-vip update new TLD from IANA
(edit) @10297   7 years bastiK fixed #12885 - new method to add validator test from plugin (based on …
(edit) @10296   7 years Don-vip sonar - squid:S1148 - Throwable.printStackTrace() should not be called
(edit) @10295   7 years Don-vip see #12863 - fix typo
(edit) @10294   7 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10293   7 years Don-vip sonar - squid:S2681 - fix indentation
(edit) @10292   7 years Don-vip sonar - squid:S2275 - Format specifiers should be used instead of …
(edit) @10291   7 years Don-vip i18n update
(edit) @10290   7 years Don-vip update new TLD from IANA
(edit) @10289   7 years Don-vip see #12881, see #11924 - force generics to avoid Java 9 compilation error
(edit) @10288   7 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10287   7 years Don-vip fix #12881 - predicates usage in Utils (patch by michael2402)
(edit) @10286   7 years Don-vip fix #12880 - Add instanceOf predicate and predicate tests (patch by …
(edit) @10285   7 years Don-vip fix #12875 - Add data to bug report (patch by michael2402)
(edit) @10284   7 years Don-vip update new TLD from IANA
(edit) @10283   7 years Don-vip fix #12877 - Enable @formatter:on (patch by michael2402)
(edit) @10282   7 years Don-vip GSOC core rework - LayerManager, see #12863, need a LayerManager …
(edit) @10281   7 years Don-vip GSOC core rework - LayerManager, see #12863, restore a public method …
(edit) @10280   7 years Don-vip fix #12874 - NPE
(edit) @10279   7 years Don-vip GSOC core rework - LayerManager, see #12863, rename …
(edit) @10278   7 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations …
(edit) @10277   7 years Don-vip GSOC core rework - LayerManager, see #12863, fix checkstyle violations
(edit) @10276   7 years Don-vip see #11924 - should be the minimal and correct addmods option
(edit) @10275   7 years Don-vip update new TLD from IANA
(edit) @10274   7 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, fix version
(edit) @10273   7 years stoecker GSOC core rework - LayerManager, see #12863, by Micheel Zangl, add …
(edit) @10272   7 years Klumbumbus fix #12865 - don't warn about highway=services|rest_area + …
(edit) @10271   7 years stoecker GSOC core rework - LayerManager, fix #12863, by Michael Zangl
(edit) @10270   7 years Don-vip see #11924 - update to Jacoco 0.7.7-20160523.090959-28 snapshot to add …
(edit) @10269   7 years Don-vip see #11924 - remove unneeded addmods option
(edit) @10268   7 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10267   7 years Don-vip see #11924 - use correct module
(edit) @10266   7 years Don-vip update to equalsverifier 2.1
(edit) @10265   7 years Don-vip see #11924 - use correct syntax
(edit) @10264   7 years Don-vip see #11924 - add -addmods to access javax.xml.bind module used in …
(edit) @10263   7 years Don-vip add more unit tests
(edit) @10262   7 years Don-vip see #11924 - add -XaddExports to access …
(edit) @10261   7 years Don-vip update new TLD from IANA
(edit) @10260   7 years Don-vip see #11924 - use the new -XaddExports syntax specified in JEP 261
(edit) @10259   7 years Don-vip see #11924 - JVM args ignored when same JVM is used
(edit) @10258   7 years Don-vip see #11924 - correct workaround for …
(edit) @10257   7 years Don-vip see #11924 - test possible workaround for …
(edit) @10256   7 years Don-vip add more unit tests
(edit) @10255   7 years Don-vip update new TLD from IANA
(edit) @10254   7 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10253   7 years Don-vip fix #12853 - handle OSM API error properly when maximum bounds are …
(edit) @10252   7 years Don-vip partial revert of r10250 - causes NPE in OverpassDownloadDialog …
(edit) @10251   7 years Klumbumbus see #12646 - ignore canal in unconnected waterway test
(edit) @10250   7 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10249   7 years Klumbumbus see #12771 - adjust service validator warning (don't warn twice for …
(edit) @10248   7 years Don-vip findbugs - NM_CONFUSING
(edit) @10247   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10246   7 years Don-vip findbugs - UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD - remove unused …
(edit) @10245   7 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10244   7 years Don-vip findbugs - BIT_SIGNED_CHECK
(edit) @10243   7 years Don-vip update new TLD from IANA
(edit) @10242   7 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10241   7 years Don-vip fix #12660 - unbind Z shortcut from "Zoom mode" and make it visible …
(edit) @10240   7 years Don-vip fix #12847 - NPE - regression of r10238
(edit) @10239   7 years Don-vip see #11002 - add some robustness against JDK bug
(edit) @10238   7 years Don-vip sonar - squid:S1873 - "static final" arrays should be "private"
(edit) @10237   7 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10236   7 years Don-vip sonar - squid:S1194 - "java.lang.Error" should not be extended
(edit) @10235   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10234   7 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10233   7 years Klumbumbus fix #12749 - add tactile_paving combo to more presets
(edit) @10232   7 years Klumbumbus fix #12646 - warn about "Unconnected waterway or wrong way flow"; …
(edit) @10231   7 years Klumbumbus see #11128 - don't warn about a amenity=car_weash node connected to a way
(edit) @10230   7 years Klumbumbus see #12771 - warn about uncommon values of key service
(edit) @10229   7 years Klumbumbus see #12771 - warn about service=yes; warn about …
(edit) @10228   7 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10227   7 years Don-vip ignore shop=vacant (used more than 10.000 times, but should not...)
(edit) @10226   7 years Don-vip see #12844 - display which OSM API is used in status report
(edit) @10225   7 years Don-vip Use Utils.setObjectsAccessible in unit tests
(edit) @10224   7 years Don-vip fix unwanted warning when parsing comments in tagchecker files
(edit) @10223   7 years Don-vip findbugs: DP_DO_INSIDE_DO_PRIVILEGED + UWF_UNWRITTEN_FIELD + …
(edit) @10222   7 years Don-vip findbugs - fix/suppress most of warnings reported in unit tests + …
(edit) @10221   7 years Don-vip cleanup unit tests
(edit) @10220   7 years Don-vip add new icons for ParallelWayAction + findbugs - DB_DUPLICATE_BRANCHES
(edit) @10219   7 years Don-vip findbugs - reliance on default encoding
(edit) @10218   7 years Don-vip findbugs - RC_REF_COMPARISON
(edit) @10217   7 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10216   7 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10215   7 years Don-vip findbugs - MS_MUTABLE_COLLECTION
(edit) @10214   7 years Don-vip findbugs - SE_BAD_FIELD_STORE + LI_LAZY_INIT_UPDATE_STATIC
(edit) @10213   7 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10212   7 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10211   7 years Don-vip update new TLD from IANA
(edit) @10210   7 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10209   7 years Don-vip see #11924 - Java 9 - fixes more deprecation warnings
(edit) @10208   7 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10207   7 years Don-vip remove MultiSplitLayout parsing features (code previously used only by …
(edit) @10206   7 years Don-vip update new TLD from IANA
(edit) @10205   7 years Don-vip add more unit tests
(edit) @10204   7 years Don-vip see #12841 - ignore splitted roundabouts in roundabout validation test
(edit) @10203   7 years Don-vip update netbeans project
Note: See TracRevisionLog for help on using the revision log.