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

Name Size Rev Age Author Last Change
../
bugreport 14380   5 years Don-vip fix #16906 - RelationEditorActionsTest: fix for non-headless mode …
date 14434   5 years Don-vip fix #16995 - fix timestamp in GPX exports (patch by cmuelle8) + use …
template_engine 14098   6 years Don-vip fix PMD warnings
AlphanumComparator.java 5.4 KB 13836   6 years Don-vip fix #13889 - Make preset searchs ignore accents
CheckParameterUtil.java 4.3 KB 13173   6 years Don-vip see #15310 - remove most of deprecated APIs
ColorHelper.java 2.9 KB 9229   8 years Don-vip fix #12262 - NPE
ColorScale.java 7.2 KB 12538   7 years Don-vip PMD - ShortMethodName
CompositeList.java 847 bytes 9078   8 years Don-vip sonar - Immutable Field
CopyList.java 5.3 KB 10314   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
DefaultGeoProperty.java 1.9 KB 14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
Destroyable.java 556 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
Diff.java 33.1 KB 12798   7 years Don-vip see #14794 - checkstyle
ExceptionUtil.java 33.2 KB 12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
ExifReader.java 15.7 KB 14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
FontsManager.java 1.4 KB 14382   5 years Don-vip see #16908 - make sure FontsManager does not prevent JOSM to start
GBC.java 5.5 KB 10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
Geometry.java 41.3 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
GeoProperty.java 763 bytes 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
GeoPropertyIndex.java 6.2 KB 14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
GeoUrlToBounds.java 2.1 KB 12624   7 years Don-vip see #15182 - remove unused imports
GuiSizesHelper.java 3.6 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
HiDPISupport.java 11.9 KB 14436   5 years Don-vip fix SonarQube issues
HttpClient.java 27.1 KB 14496   5 years Don-vip fix #17060, see #16073 - Support Internationalized domain names (IDN) …
I18n.java 27.2 KB 14406   5 years Don-vip see #16937 - Support user logins with space character on Java 11 (JOSM …
ImageOverlay.java 3.7 KB 12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
ImageProcessor.java 776 bytes 12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
ImageProvider.java 84.5 KB 14506   5 years Don-vip fix #17068 - synchronize inner classloader set of ImageProvider
ImageResource.java 10.8 KB 13652   6 years Don-vip see #15744 - add/rework traces
ImageWarp.java 7.6 KB 12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
InputMapUtils.java 5.0 KB 14106   6 years simon04 DownloadDialog, PreferenceDialog: bind Ctrl+Enter to main action
JosmDecimalFormatSymbolsProvider.java 1.8 KB 13124   6 years Don-vip fix #15552 - fix parsing of decimal numbers
JosmRuntimeException.java 2.3 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
KeyboardUtils.java 58.5 KB 14282   6 years Don-vip see #16732 - more keyboard fixes
LanguageInfo.java 8.4 KB 12382   7 years michael2402 More documentation for the tools package
ListenableWeakReference.java 2.2 KB 12798   7 years Don-vip see #14794 - checkstyle
ListenerList.java 8.4 KB 13203   6 years Don-vip javadoc fixes + some test timeout increases
ListeningCollection.java 2.3 KB 12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
Logging.java 18.5 KB 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
MemoryManager.java 6.5 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
MultiMap.java 7.5 KB 12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
OpenBrowser.java 2.5 KB 14389   5 years simon04 fix #16891 - Allow to override default web browser on Windows Set the …
OptionParser.java 12.4 KB 14441   5 years Don-vip fix SonarQube issues
OsmUrlToBounds.java 10.7 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
OverpassTurboQueryWizard.java 3.1 KB 14324   6 years Don-vip fix #16839 - increase default overpass wizard timeout from 25 to 90 …
package-info.java 183 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
Pair.java 1.7 KB 11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
Platform.java 2.3 KB 13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
PlatformHook.java 13.6 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
PlatformHookOsx.java 36.8 KB 14368   5 years simon04 Call Runtime.exec using String array
PlatformHookUnixoid.java 18.6 KB 14177   6 years Don-vip see #16666 - add workaround against ATK wrapper failure on Debian, …
PlatformHookWindows.java 46.2 KB 14431   5 years Don-vip fix #17006 - improve startup time on Windows by reworking certificate …
PlatformManager.java 1.3 KB 14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
PlatformVisitor.java 605 bytes 12776   7 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
Property.java 673 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
RightAndLefthandTraffic.java 7.5 KB 14032   6 years Don-vip fix #16489 - NPE at RightAndLefthandTraffic.isRightHandTraffic
RotationAngle.java 5.7 KB 13623   6 years Don-vip more use of IPrimitive instead of OsmPrimitive
SAXReturnException.java 402 bytes 13311   6 years Don-vip checkstyle
Shortcut.java 24.2 KB 14149   6 years Don-vip see #15229 - deprecate Main.pref
StreamUtils.java 1.3 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
SubclassFilteredCollection.java 3.6 KB 13919   6 years Don-vip rendering of IPrimitives
Territories.java 4.2 KB 14484   5 years Don-vip fix #17058 - Cannot add assertMatch/assertNoMatch declarations with …
TextAnalyzer.java 3.9 KB 13544   6 years Don-vip fix recent Sonar issues
TextTagParser.java 7.0 KB 13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
TextUtils.java 566 bytes 13978   6 years Don-vip fix #16427 - Inserts zero width space character (U+8203) after each …
UncheckedParseException.java 1.7 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
UserCancelException.java 1.6 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
Utils.java 69.8 KB 14483   5 years Don-vip see #17040 - fix SonarQube issues
WikiReader.java 5.7 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
WindowsShortcut.java 8.3 KB 14199   6 years Don-vip spotbugs - BIT_SIGNED_CHECK
WinRegistry.java 11.2 KB 13672   6 years Don-vip fix recent SonarQube issues
XmlObjectParser.java 11.9 KB 14449   5 years Don-vip fix #17027 - clean output of TaggingPresetPreferenceTestIT
XmlParsingException.java 2.1 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
XmlUtils.java 7.7 KB 14441   5 years Don-vip fix SonarQube issues
Note: See TracBrowser for help on using the repository browser.