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

Name Size Rev Age Author Last Change
../
bugreport 18550   3 years taylor.smock Fix CID 1497740: Concurrent data access violations …
date 18735   2 years taylor.smock Fix #22921: DateTimeException when using invalid day of month for …
template_engine 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
package-info.java 183 bytes 10125   9 years Don-vip refactor classes from corrector package, add javadoc
SAXReturnException.java 402 bytes 13311   7 years Don-vip checkstyle
Destroyable.java 555 bytes 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
PlatformVisitor.java 605 bytes 12776   8 years bastiK see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
Property.java 673 bytes 8512   10 years Don-vip checkstyle: redundant modifiers
GeoProperty.java 763 bytes 11264   8 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
ImageProcessor.java 776 bytes 12782   8 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
CompositeList.java 847 bytes 9078   9 years Don-vip sonar - Immutable Field
TextUtils.java 882 bytes 18657   2 years stoecker fix typo
PlatformManager.java 1.3 KB 14138   7 years Don-vip see #15229 - deprecate Main.platform and related methods - new class …
FontsManager.java 1.4 KB 14382   6 years Don-vip see #16908 - make sure FontsManager does not prevent JOSM to start
Stopwatch.java 1.5 KB 17618   4 years simon04 see #4626 - PerformanceTestUtils.PerformanceTestTimer: use Stopwatch
UserCancelException.java 1.6 KB 13493   7 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
UncheckedParseException.java 1.7 KB 13493   7 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
Pair.java 1.7 KB 11538   8 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
TaginfoRegionalInstance.java 2.0 KB 16067   5 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
JosmDecimalFormatSymbolsProvider.java 2.1 KB 16665   5 years simon04 see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT
XmlParsingException.java 2.1 KB 14273   7 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
GeoUrlToBounds.java 2.2 KB 15184   6 years Don-vip fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty
ListenableWeakReference.java 2.3 KB 18212   4 years Don-vip fix coverity 1437552 (infinite loop)
StringParser.java 2.3 KB 16188   5 years simon04 see #18954, see #18864 - fix SonarQube issues
ListeningCollection.java 2.3 KB 12269   8 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
Platform.java 2.3 KB 17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
ReflectionUtils.java 2.3 KB 18871   19 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
JosmRuntimeException.java 2.3 KB 13493   7 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
StreamUtils.java 2.4 KB 17333   4 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
CheckParameterUtil.java 2.4 KB 16056   5 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
DefaultGeoProperty.java 2.4 KB 15359   6 years Don-vip see #17058, fix #18097 - fix MapCSSTagChecker.getLocation
PatternUtils.java 2.4 KB 18486   3 years taylor.smock Fix CID 1489883: Dereference null return value This was introduced in …
OpenBrowser.java 2.6 KB 15543   5 years Don-vip fix #18362 - safer construction of URIs
GenericParser.java 3.0 KB 16188   5 years simon04 see #18954, see #18864 - fix SonarQube issues
ResourceProvider.java 3.0 KB 15416   6 years Don-vip fix #18190 - Handle "resource:" identical for CachedFile and images
RightAndLefthandTraffic.java 3.3 KB 16321   5 years simon04 fix #18907 - Initialize Territories+RightAndLefthandTraffic together, …
SubclassFilteredCollection.java 3.7 KB 16061   5 years simon04 SubclassFilteredCollection: use spliteratorUnknownSize() to avoid …
GuiSizesHelper.java 3.8 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
TextAnalyzer.java 3.9 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
ImageOverlay.java 4.4 KB 16486   5 years simon04 fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18)
ColorHelper.java 4.5 KB 16319   5 years simon04 see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red"
ImageResizeMode.java 5.2 KB 17144   5 years simon04 fix #19751 - MapImage.rescale: use original SVG instead of rastered version
InputMapUtils.java 5.3 KB 17776   4 years simon04 see #16158 - Use Command+Enter for main dialog action on macOS
CopyList.java 5.3 KB 10314   9 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
AlphanumComparator.java 5.4 KB 13836   7 years Don-vip fix #13889 - Make preset searchs ignore accents
GBC.java 5.5 KB 17732   4 years simon04 see #16163 - Prefer GridBagConstraints.LINE_START over …
WikiReader.java 5.7 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
OsmPrimitiveImageProvider.java 6.0 KB 18208   4 years Don-vip global use of Utils.isEmpty/isBlank
Mediawiki.java 6.1 KB 18208   4 years Don-vip global use of Utils.isEmpty/isBlank
RotationAngle.java 6.2 KB 18661   2 years taylor.smock Fix #22703, see #22695, #22704: 90° offset of icon-rotation: way; in …
MemoryManager.java 6.5 KB 14273   7 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
TextTagParser.java 7.0 KB 16643   5 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
Http1Client.java 7.3 KB 15798   5 years simon04 Http1Client: determine actual HTTP version
MultiMap.java 7.3 KB 15870   5 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
ImageWarp.java 7.7 KB 14816   6 years Don-vip see #17387 - add more details when NegativeArraySizeException occurs …
XmlUtils.java 7.7 KB 16560   5 years simon04 fix #19286 - External entities are resolved when parsing tagging …
WindowsShortcut.java 8.4 KB 16553   5 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
GeoPropertyIndex.java 8.5 KB 18903   17 months taylor.smock Fix #23309: NPE in GeoPropertyIndex$GPLevel.getBounded when called by …
ColorScale.java 8.5 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
ListenerList.java 8.6 KB 18466   3 years taylor.smock Fix #21813: Improve marker handling in sessions and #21923: Improve …
ImageResource.java 10.1 KB 18099   4 years Don-vip fix #21176 - fix icon sizes of save layers dialog
SearchCompilerQueryWizard.java 10.2 KB 18847   19 months taylor.smock Fix #23212: Overpass query wizard should transform key: to ["key"]
Territories.java 10.3 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
ShapeClipper.java 10.6 KB 14627   6 years GerdP fix #17167 : Regression from #17119 clipped closed path was not closed
Tag2Link.java 10.7 KB 18910   17 months taylor.smock Update Tag2Link PREF_SOURCE variable
OsmUrlToBounds.java 10.7 KB 18129   4 years Don-vip tools update: checkstyle 8.44, spotbugs 4.2.3, proguard 7.1.1, …
LanguageInfo.java 11.1 KB 18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
WinRegistry.java 11.3 KB 16628   5 years simon04 see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType
HiDPISupport.java 12.0 KB 17782   4 years simon04 fix #20035 - Geotagged images are pixelated on retina displays (patch …
OptionParser.java 12.7 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
XmlObjectParser.java 12.8 KB 18796   21 months taylor.smock Fix #23097: Significantly reduce allocations during startup in …
PlatformHook.java 16.4 KB 18790   21 months taylor.smock Fix #23103, see #17858: Notify users that a plugin requires a newer …
ExifReader.java 17.3 KB 18315   3 years Don-vip see #21486 - don't try to read int/long/float/double missing GPX metadata
PlatformHookUnixoid.java 19.1 KB 18580   3 years taylor.smock See #17858: start linking to Java 17 for Java updates. The link for …
Logging.java 19.1 KB 17820   4 years GerdP fix #20785: Improve Status Report when locale "Arabic(Saudi Arabia)" …
Shortcut.java 26.6 KB 18871   19 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
I18n.java 31.3 KB 18510   3 years stoecker i18n update, disable vi, fix #21720
HttpClient.java 32.8 KB 18913   17 months taylor.smock See #22596: Some hosts redirect to another host for authentication …
Diff.java 33.1 KB 12798   8 years Don-vip see #14794 - checkstyle
ExceptionUtil.java 33.7 KB 18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
PlatformHookOsx.java 37.1 KB 18771   22 months taylor.smock Fix #23022: Application name on macOS 12 is MainApplication
PlatformHookWindows.java 38.9 KB 18801   21 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
KeyboardUtils.java 58.7 KB 17962   4 years Don-vip see #20522 - handle both language codes for Hebrew (iw before Java …
Geometry.java 69.9 KB 18871   19 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
Utils.java 76.3 KB 18811   21 months taylor.smock Fix #23124: Azul Java 17.0.4.1 will cause a NumberFormatException …
ImageProvider.java 78.9 KB 18211   4 years Don-vip global use of !Utils.isEmpty/isBlank
Note: See TracBrowser for help on using the repository browser.