source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @12282   7 years Don-vip

move Swing action to gui package (causes failure when running validator unit test as the GUI is not needed to be initialized)

(edit) @12281   7 years Don-vip

sonar - squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block

(edit) @12280   7 years Don-vip

drop remaining png extensions from few icons in java code so we can provide svg replacements in the future

(edit) @12279   7 years Don-vip

sonar - squid:S3878 - Arrays should not be created for varargs parameters

(edit) @12278   7 years Don-vip

see #14821 - update java version numbers

(edit) @12277   7 years Don-vip

findbugs - disable IL_INFINITE_LOOP

(edit) @12276   7 years Don-vip

sonar - squid:S2189 - Loops should not be infinite

(edit) @12275   7 years Don-vip

see #14847 - optimization during gpx parsing: don't construct change event objects each time a track is added if there is no listener yet

(edit) @12274   7 years michael2402

Fix #14847: Fix reload of colors if data was added to/removed from gpx layer.

(edit) @12273   7 years Don-vip

fix #14850 - NPE on launch: make sure RestartAction (and all the GUI stuff behind) is not constructed before GUI is fully initialized

(edit) @12272   7 years Don-vip

fix #14849 - fix crash at startup when two initialization tasks have been translated with the same text

(edit) @12271   7 years Don-vip

i18n update

(edit) @12270   7 years Klumbumbus

update preset links

(edit) @12269   7 years Don-vip

sonar - squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "ArrayList"

(edit) @12268   7 years Don-vip

see #11924 - fix macOS dock icon with Java 9

(edit) @12267   7 years Don-vip

sonar - fix various recent violations

(edit) @12266   7 years stoecker

see #14655 - drop remaining SKIP types

(edit) @12265   7 years michael2402

Fix #5676: Force a reload of the edit summary field if the user uploads data.

(edit) @12264   7 years Don-vip

revert last change on error_prone (crash)

(edit) @12263   7 years Don-vip

tools update: PMD 5.7.0, Checkstyle 7.7, error_prone_ant 2.0.20-20170524.215422-21, xmltask 1.18

(edit) @12262   7 years Don-vip

see #11924 - exports/opens more packages for known JOSM plugins (geotools, jogl, kendzi3d)

(edit) @12261   7 years stoecker

see #14832 - sanity checks for attribution

(edit) @12260   7 years Don-vip

checkstyle

(edit) @12259   7 years bastiK

see #14794 - javadoc

(edit) @12258   7 years stoecker

see #14832 - add access to raw logo information

(edit) @12257   7 years stoecker

see #14832 - add access to raw logo information

(edit) @12256   7 years Don-vip

see #14832 - display the URL as attribution is text is missing

(edit) @12255   7 years Don-vip

record code coverage only on JOSM classes

(edit) @12254   7 years Don-vip

update checkstyle filters

(edit) @12253   7 years Don-vip

findbugs - NM_SAME_SIMPLE_NAME_AS_SUPERCLASS

(edit) @12252   7 years Don-vip

add missing https rule in unit test

(edit) @12251   7 years Don-vip

update to equalsverifier 2.3

(edit) @12250   7 years Don-vip

update new TLD from IANA

(edit) @12249   7 years Don-vip

unit tests - platform is required to setup https certificates

(edit) @12248   7 years Don-vip

add missing https rules in unit tests

(edit) @12247   7 years stoecker

try another color

(edit) @12246   7 years stoecker

improve default output

(edit) @12245   7 years stoecker

see #14655, new color for the unhandled ID entries

(edit) @12244   7 years Don-vip

see #11924 - simplify DNSName copy by using reflection

(edit) @12243   7 years Don-vip

see #11924 - update error-prone, manually built from https://github.com/google/error-prone/compare/sync-master-05/10/2017 for better java 9 support, see https://github.com/google/error-prone/issues/448

(edit) @12242   7 years stoecker

see #14655 - handle api keys in URL compare

(edit) @12241   7 years Don-vip

see #11924, see #14649 - java 9 does not seem to include Dutch certificates yet, load them from /usr/share/ca-certificates/mozilla (see Debian ca-certificates package)

(edit) @12240   7 years Don-vip

fix #14831 - handle null bounds

(edit) @12239   7 years Don-vip

fix Java package version detection on localized rpm-based systems (RHEL, CentOS)

(edit) @12238   7 years Don-vip

see #11924 - make the JRE expiration date detection system work with Java 9

(edit) @12237   7 years Don-vip

see #11924 - add --add-modules java.se.ee for unit tests so that PluginHandlerTestIT.testValidityOfAvailablePlugins can access JAXB - there is no similar option in manifest (at least not yet)

(edit) @12236   7 years Don-vip

checkstyle - add @deprecated javadoc tag

(edit) @12235   7 years Don-vip

fix #14605 - catch IllegalStateException

(edit) @12234   7 years Don-vip

see #11924 - see JDK-8165641: Object.finalize() is deprecated

(edit) @12233   7 years Don-vip

add missing @Deprecated tag

(edit) @12232   7 years Don-vip

see #11924 - fix deprecation warning

(edit) @12231   7 years Don-vip

see #11924 - fix javadoc warnings

(edit) @12230   7 years Don-vip

see #11924 - add more --add-opens arguments for unit tests until https://github.com/jqno/equalsverifier/issues/169 is solved

(edit) @12229   7 years Don-vip

see #11924 - fix module name

(edit) @12228   7 years Don-vip

see #11924 - add --add-opens=java.base/java.lang=ALL-UNNAMED for unit tests until https://github.com/jqno/equalsverifier/issues/169 is solved

(edit) @12227   7 years stoecker

typo

(edit) @12226   7 years stoecker

add default value to compare script

(edit) @12225   7 years Don-vip

findbugs - DP_DO_INSIDE_DO_PRIVILEGED

(edit) @12224   7 years Don-vip

fix #14825 - Support WMTS Dimensions

(edit) @12223   7 years Don-vip

fix javadoc warnings

(edit) @12222   7 years Don-vip

see #11924 - update to a patched version of equalsverifier that restores the Manifest and adds "Add-Opens: java.base/java.lang" to fix unit tests

(edit) @12221   7 years Don-vip

add public accessors to initialize internal Main variables

(edit) @12220   7 years Don-vip

suppress Java warning

(edit) @12219   7 years Don-vip

see #14652 - ask Windows/macOS users to update their version of Java when it expires (i.e when the built-in JRE expiration date is passed, about 4 months after release, 1 month after Java should have asked to update by itself). It currently proposes to update all versions of Java 8 up to update 121, released on January 17, 2017, as its expiration date is May 18, 2017.

(edit) @12218   7 years Don-vip

code cleanup - catch ReflectiveOperationException when possible

(edit) @12217   7 years Don-vip

see #14821 - workaround for JDK-8180379/JDK-8179014 : prevent JVM crash when opening a file chooser on Windows 10 Creators Update with Windows look & feel + add information about OS build number for Windows & macOS + add utilities to get Java update/build version numbers

(edit) @12216   7 years bastiK

deprecate unused methods

(edit) @12215   7 years Klumbumbus

fix #14786 - Test for proper "ele" values (patch by naoliv)

(edit) @12214   7 years Don-vip

see #14817 - better assertion error message, include preset source url

(edit) @12213   7 years michael2402

See #13415: Make code shorter by using LatLon.getEastNorth()

(edit) @12212   7 years michael2402

ValidateUploadHook: Invalidate the error layer instead of relying on a selection change to trigger a map update

(edit) @12211   7 years michael2402

Invalidate the validation layer after a valdiation finished.

(edit) @12210   7 years michael2402

Documentation of ReverseWayAction

(edit) @12209   7 years michael2402

Reverse way action: Do not fire selection updated to repaint.

The undo/redo system fires a changed event that triggers a repaint.

(edit) @12208   7 years michael2402

See #14485: Fix order of disabled style elements

(edit) @12207   7 years michael2402

Add documentation on WeakPreferenceAdapter

(edit) @12206   7 years michael2402

Fix #14814: repaint nodes layer on note click.

(edit) @12205   7 years Don-vip

see #11924 - add Add-Exports / Add-Opens manifest entries so the corresponding command line arguments (--add-exports / --add-opens) are not needed anymore

(edit) @12204   7 years Don-vip

remove unused code (pre-HttpClient)

(edit) @12203   7 years stoecker

drop CycleMap from JOSM core

(edit) @12202   7 years stoecker

drop CycleMap from JOSM core

(edit) @12201   7 years Klumbumbus

fix #14812 - Don't warn that amenity=weighbridge is connected to a highway

(edit) @12200   7 years Don-vip

fix #14811 - NPE

(edit) @12199   7 years Don-vip

checkstyle/PMD/findbugs

(edit) @12198   7 years Don-vip

remove TLD from IANA

(edit) @12197   7 years michael2402

Fix gpx WayPointTest of equals.

(edit) @12196   7 years michael2402

Remove listeners from parent preference if they were added to both cild and parent.

(edit) @12195   7 years michael2402

Keep a reference to the weak listener, to not let gc remove it.

(edit) @12194   7 years Klumbumbus

fix #14807 - don't warn for missing ref if explizit noref=yes is set

(edit) @12193   7 years Don-vip

fix #14810 - partial revert of r12190

(edit) @12192   7 years michael2402

Fix some Sonar warnings for ListenableWeakReference

(edit) @12191   7 years michael2402

Add missing javadoc on data.oauth package.

(edit) @12190   7 years michael2402

See #14794: More javadoc for data.osm package

(edit) @12189   7 years michael2402

See #14794: Javadoc for data.osm package

(edit) @12188   7 years michael2402

Use OsmUtils constants.

(edit) @12187   7 years michael2402

Add javadoc to OsmUtils, fix constant naming.

(edit) @12186   7 years michael2402

See #14794: Add javadoc for all gpx classes.

(edit) @12185   7 years michael2402

Fix #12926: Draw the last arrow of the selected object every time

(edit) @12184   7 years michael2402

Do not rely on the List cast, wrap the collection in an array list instead.

(edit) @12183   7 years michael2402

Allow null as parameter for BBox#add.

Note: See TracRevisionLog for help on using the revision log.