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

Name Size Rev Age Author Last Change
../
template_engine 18972   3 months taylor.smock See #23465: Add additional javadoc comments This also fixes some …
date 18735   11 months taylor.smock Fix #22921: DateTimeException when using invalid day of month for …
bugreport 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
XmlUtils.java 7.7 KB 16560   4 years simon04 fix #19286 - External entities are resolved when parsing tagging …
XmlParsingException.java 2.1 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
XmlObjectParser.java 12.8 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
WinRegistry.java 11.3 KB 16628   4 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
WindowsShortcut.java 8.4 KB 16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
WikiReader.java 5.6 KB 19009   7 weeks stoecker fix #23536 - somebody added useless space in Trac, so our empty-page …
Utils.java 75.8 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
UserCancelException.java 1.6 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
UncheckedParseException.java 1.7 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
TextUtils.java 882 bytes 18657   15 months stoecker fix typo
TextTagParser.java 7.0 KB 19042   7 days stoecker fix #23625 - allow - sign in keys
TextAnalyzer.java 3.9 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
Territories.java 10.3 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
TaginfoRegionalInstance.java 2.0 KB 16067   4 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
Tag2Link.java 10.7 KB 18979   2 months taylor.smock Dependency updates ivy.xml * OpeningHoursParser: 0.28.0 -> 0.28.1 * …
SubclassFilteredCollection.java 3.7 KB 16061   4 years simon04 SubclassFilteredCollection: use spliteratorUnknownSize() to avoid …
StringParser.java 2.3 KB 16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
StreamUtils.java 2.4 KB 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
Stopwatch.java 1.5 KB 17618   3 years simon04 see #4626 - PerformanceTestUtils.PerformanceTestTimer: use Stopwatch
Shortcut.java 26.7 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ShapeClipper.java 10.6 KB 14627   5 years GerdP fix #17167 : Regression from #17119 clipped closed path was not closed
SearchCompilerQueryWizard.java 10.2 KB 18847   7 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
SAXReturnException.java 402 bytes 13311   6 years Don-vip checkstyle
RotationAngle.java 6.2 KB 18661   15 months taylor.smock Fix #22703, see #22695, #22704: 90° offset of icon-rotation: way; in …
RightAndLefthandTraffic.java 3.3 KB 16321   4 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
ResourceProvider.java 3.0 KB 15416   5 years Don-vip fix #18190 - Handle "resource:" identical for CachedFile and images
ReflectionUtils.java 2.3 KB 18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
Property.java 673 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
PlatformVisitor.java 605 bytes 12776   7 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
PlatformManager.java 1.3 KB 14138   6 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
PlatformHookWindows.java 39.8 KB 19041   7 days GerdP see #23619: prefer to show key …
PlatformHookUnixoid.java 19.2 KB 18985   2 months taylor.smock Fix #23355: Sanity check JVM arguments on startup See #17858: JOSM …
PlatformHookOsx.java 37.3 KB 18985   2 months taylor.smock Fix #23355: Sanity check JVM arguments on startup See #17858: JOSM …
PlatformHook.java 19.5 KB 18986   2 months taylor.smock See #23355: Sanity check JVM arguments on startup Change the icon for …
Platform.java 2.3 KB 17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
PatternUtils.java 2.4 KB 18486   23 months taylor.smock Fix CID 1489883: Dereference null return value This was introduced in …
Pair.java 1.7 KB 11538   7 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
package-info.java 183 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
OsmUrlToBounds.java 10.7 KB 18129   3 years Don-vip tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, …
OsmPrimitiveImageProvider.java 6.0 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
OptionParser.java 12.7 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OpenBrowser.java 2.6 KB 15543   4 years Don-vip fix #18362 - safer construction of URIs
MultiMap.java 7.3 KB 15870   4 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
MemoryManager.java 6.5 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
Mediawiki.java 6.1 KB 18208   3 years Don-vip global use of Utils.isEmpty/isBlank
Logging.java 19.2 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ListeningCollection.java 2.3 KB 12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
ListenerList.java 8.6 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ListenableWeakReference.java 2.3 KB 18212   3 years Don-vip fix coverity 1437552 (infinite loop)
LanguageInfo.java 12.6 KB 19046   6 days stoecker typo in javadoc, see #23627
KeyboardUtils.java 58.7 KB 17962   3 years Don-vip see #20522 - handle both language codes for Hebrew (iw before Java …
JosmRuntimeException.java 2.3 KB 13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
JosmDecimalFormatSymbolsProvider.java 2.1 KB 16665   4 years simon04 see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT
InputMapUtils.java 5.3 KB 17776   3 years simon04 see #16158 - Use Command+Enter for main dialog action on macOS
ImageWarp.java 7.7 KB 14816   5 years Don-vip see #17387 - add more details when NegativeArraySizeException occurs …
ImageResource.java 10.1 KB 18099   3 years Don-vip fix #21176 - fix icon sizes of save layers dialog
ImageResizeMode.java 5.3 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
ImageProvider.java 78.9 KB 18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
ImageProcessor.java 776 bytes 12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
ImageOverlay.java 4.4 KB 16486   4 years simon04 fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18)
I18n.java 31.0 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
HttpClient.java 32.8 KB 18913   4 months taylor.smock See #22596: Some hosts redirect to another host for authentication …
Http1Client.java 7.3 KB 15798   4 years simon04 Http1Client: determine actual HTTP version
HiDPISupport.java 12.0 KB 17782   3 years simon04 fix #20035 - Geotagged images are pixelated on retina displays (patch …
GuiSizesHelper.java 3.8 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
GeoUrlToBounds.java 2.2 KB 15184   5 years Don-vip fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty
GeoPropertyIndex.java 8.5 KB 18903   5 months taylor.smock Fix #23309: NPE in GeoPropertyIndex$GPLevel.getBounded when called by …
GeoProperty.java 763 bytes 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
Geometry.java 70.4 KB 18990   2 months taylor.smock Fix #23472: Decrease cost of Geometry#polygonIntersectionResult …
GenericParser.java 3.0 KB 16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
GBC.java 5.5 KB 17732   3 years simon04 see #16163 - Prefer GridBagConstraints.LINE_START over …
FontsManager.java 1.4 KB 14382   5 years Don-vip see #16908 - make sure FontsManager does not prevent JOSM to start
ExifReader.java 17.3 KB 18315   2 years Don-vip see #21486 - don't try to read int/long/float/double missing GPX metadata
ExceptionUtil.java 33.8 KB 18991   2 months taylor.smock Fix #22810: OSM OAuth 1.0a/Basic auth deprecation and removal As of …
Diff.java 33.1 KB 12798   7 years Don-vip see #14794 - checkstyle
Destroyable.java 555 bytes 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
DefaultGeoProperty.java 2.4 KB 15359   5 years Don-vip see #17058, fix #18097 - fix MapCSSTagChecker.getLocation
CopyList.java 5.3 KB 19050   3 days taylor.smock Revert most var changes from r19048, fix most new compile warnings …
CompositeList.java 847 bytes 9078   8 years Don-vip sonar - Immutable Field
ColorScale.java 8.5 KB 18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
ColorHelper.java 4.5 KB 16319   4 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
CheckParameterUtil.java 2.4 KB 16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
AlphanumComparator.java 9.5 KB 18983   2 months taylor.smock Fix #23471: fix an inconsistency between fast ASCII sort and slower …
Note: See TracBrowser for help on using the repository browser.