source:
josm/trunk/src/org/openstreetmap/josm/tools@
17646
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
bugreport | 17380 | 4 years | missing counter increase, fix #CID1437607 | ||
date | 17114 | 4 years | see #19704 - Enhance DateUtils.tsFromString to fix unit tests | ||
template_engine | 17610 | 4 years | see #18949 - Tagging presets: value_template="..." for <text> Use … | ||
AlphanumComparator.java | 5.4 KB | 13836 | 7 years | fix #13889 - Make preset searchs ignore accents | |
ArrayUtils.java | 1.2 KB | 15226 | 5 years | fix #14208 - add dedicated buttons in filter dialog to sort/reverse … | |
CheckParameterUtil.java | 2.4 KB | 16056 | 5 years | CheckParameterUtil: replace ensure() with ensureThat() Makes code … | |
ColorHelper.java | 4.5 KB | 16319 | 5 years | see #8352 - PropertiesDialog: fix 3-char CSS color names such as "red" | |
ColorScale.java | 7.6 KB | 15586 | 5 years | code cleanup | |
CompositeList.java | 847 bytes | 9078 | 9 years | sonar - Immutable Field | |
CopyList.java | 5.3 KB | 10314 | 9 years | sonar - squid:S2272 - "Iterator.next()" methods should throw … | |
DefaultGeoProperty.java | 2.4 KB | 15359 | 5 years | see #17058, fix #18097 - fix MapCSSTagChecker.getLocation | |
Destroyable.java | 556 bytes | 10600 | 8 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
Diff.java | 33.1 KB | 12798 | 7 years | see #14794 - checkstyle | |
ExceptionUtil.java | 33.7 KB | 16643 | 4 years | see #19334 - https://errorprone.info/bugpattern/StringSplitter | |
ExifReader.java | 17.3 KB | 17548 | 4 years | fix #20341 - Support metadata from more image formats (patch by Bjoeni) | |
FontsManager.java | 1.4 KB | 14382 | 6 years | see #16908 - make sure FontsManager does not prevent JOSM to start | |
GBC.java | 5.5 KB | 10649 | 8 years | fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core | |
GenericParser.java | 3.0 KB | 16188 | 5 years | see #18954, see #18864 - fix SonarQube issues | |
Geometry.java | 64.8 KB | 17141 | 4 years | see #19885: memory leak with "temporary" objects in validator and … | |
GeoProperty.java | 763 bytes | 11264 | 8 years | refactor GeoProperty implementation of RightAndLefthandTraffic to … | |
GeoPropertyIndex.java | 6.7 KB | 17465 | 4 years | fix #20345: Corrupted GeoPropertyIndex due to wrong rounding? - remove … | |
GeoUrlToBounds.java | 2.2 KB | 15184 | 5 years | fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty | |
GuiSizesHelper.java | 3.8 KB | 16486 | 5 years | fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18) | |
HiDPISupport.java | 12.0 KB | 16980 | 4 years | see #19706, see #19725 - Fix HiDPI with ImageResizeMode.BOUNDED … | |
Http1Client.java | 7.3 KB | 15798 | 5 years | Http1Client: determine actual HTTP version | |
HttpClient.java | 31.3 KB | 17076 | 4 years | fix #19860 - prevent illegal state to raise an NPE at JOSM startup on macOS | |
I18n.java | 31.1 KB | 17182 | 4 years | see #18235 - fix loading of sr@latin and ca@valencia from external sources | |
ImageOverlay.java | 4.4 KB | 16486 | 5 years | fix #18694 - Wrongly rendered cursors on HiDPI screen (patch by johsin18) | |
ImageProcessor.java | 776 bytes | 12782 | 7 years |
see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
|
|
ImageProvider.java | 77.2 KB | 17369 | 4 years | see #20141 - Revert "ImageProvider: cache rendered SVG images using JCS" | |
ImageResizeMode.java | 5.2 KB | 17144 | 4 years | fix #19751 - MapImage.rescale: use original SVG instead of rastered version | |
ImageResource.java | 9.7 KB | 17369 | 4 years | see #20141 - Revert "ImageProvider: cache rendered SVG images using JCS" | |
ImageWarp.java | 7.7 KB | 14816 | 6 years | see #17387 - add more details when NegativeArraySizeException occurs … | |
InputMapUtils.java | 5.3 KB | 14691 | 6 years | see #17202 - Fix NPE in UploadDialogTest | |
JosmDecimalFormatSymbolsProvider.java | 2.1 KB | 16665 | 4 years | see #19397 - JosmDecimalFormatSymbolsProvider: exclude Locale.ROOT | |
JosmRuntimeException.java | 2.3 KB | 13493 | 7 years |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
KeyboardUtils.java | 58.5 KB | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
LanguageInfo.java | 11.1 KB | 16873 | 4 years | add sr@latin language, see #18235 | |
ListenableWeakReference.java | 2.2 KB | 16913 | 4 years | fix #19698 - Refactoring: make private fields final | |
ListenerList.java | 8.5 KB | 17374 | 4 years | see #20167: [patch] Improve code readability by replacing indexed … | |
ListeningCollection.java | 2.3 KB | 12269 | 8 years | sonar - squid:S1319 - Declarations should use Java collection … | |
Logging.java | 18.9 KB | 16905 | 4 years | fix #19696 - Status Report: add relative timestamp to last errors/warnings | |
Mediawiki.java | 3.6 KB | 16988 | 4 years | Extract and test Mediawiki.getImageUrl | |
MemoryManager.java | 6.5 KB | 14273 | 6 years | fix typos - patch by naoliv - fix #16781 - Thanks a lot | |
MultiMap.java | 7.3 KB | 15870 | 5 years | MultiMapTest: extend Based on test coverage and mutation testing … | |
OpenBrowser.java | 2.6 KB | 15543 | 5 years | fix #18362 - safer construction of URIs | |
OptionParser.java | 12.7 KB | 16913 | 4 years | fix #19698 - Refactoring: make private fields final | |
OsmPrimitiveImageProvider.java | 6.0 KB | 16848 | 4 years | see #19622 - Java warning | |
OsmUrlToBounds.java | 10.7 KB | 16887 | 4 years | deprecate OSM svn, see #19509 | |
package-info.java | 183 bytes | 10125 | 9 years |
refactor classes from corrector package, add javadoc
|
|
Pair.java | 1.7 KB | 11538 | 8 years | sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method … | |
Platform.java | 2.3 KB | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
PlatformHook.java | 12.2 KB | 16619 | 4 years | fix #19360 - Calculating default zoom offset should use existing code … | |
PlatformHookOsx.java | 36.3 KB | 17488 | 4 years | see #20257:macOS build process fixes and improvements - fix … | |
PlatformHookUnixoid.java | 18.9 KB | 16924 | 4 years | Java Warnings | |
PlatformHookWindows.java | 38.6 KB | 16120 | 5 years | fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint | |
PlatformManager.java | 1.3 KB | 14138 | 6 years |
see #15229 - deprecate Main.platform and related methods - new class …
|
|
PlatformVisitor.java | 605 bytes | 12776 | 7 years |
see #15229 - remove dependency of NTV2GridShiftFileWrapper on …
|
|
Property.java | 673 bytes | 8512 | 9 years | checkstyle: redundant modifiers | |
ReflectionUtils.java | 2.4 KB | 16462 | 5 years | fix #19259: NPE at … | |
ResourceProvider.java | 3.0 KB | 15416 | 5 years | fix #18190 - Handle "resource:" identical for CachedFile and images | |
RightAndLefthandTraffic.java | 3.3 KB | 16321 | 5 years | fix #18907 - Initialize Territories+RightAndLefthandTraffic together, … | |
RotationAngle.java | 5.4 KB | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
SAXReturnException.java | 402 bytes | 13311 | 7 years | checkstyle | |
SearchCompilerQueryWizard.java | 10.0 KB | 17336 | 4 years | fix #20037: Overpass query wizard generates wrong query with "*=value" … | |
ShapeClipper.java | 10.6 KB | 14627 | 6 years | fix #17167 : Regression from #17119 clipped closed path was not closed | |
Shortcut.java | 26.8 KB | 16913 | 4 years | fix #19698 - Refactoring: make private fields final | |
Stopwatch.java | 1.5 KB | 17618 | 4 years | see #4626 - PerformanceTestUtils.PerformanceTestTimer: use Stopwatch | |
StreamUtils.java | 2.4 KB | 17333 | 4 years | see #20129 - Fix typos and misspellings in the code (patch by gaben) | |
StringParser.java | 2.3 KB | 16188 | 5 years | see #18954, see #18864 - fix SonarQube issues | |
SubclassFilteredCollection.java | 3.7 KB | 16061 | 5 years | SubclassFilteredCollection: use spliteratorUnknownSize() to avoid … | |
Tag2Link.java | 9.2 KB | 17627 | 4 years | fix #20635 - Tag2Link: update to 2021.3.21 | |
TaginfoRegionalInstance.java | 2.0 KB | 16067 | 5 years | fix #18821, see #18302 - TaginfoAction: improve i18n | |
Territories.java | 10.3 KB | 16595 | 4 years | Add unit test for Territories.getRegionalTaginfoUrls | |
TextAnalyzer.java | 3.9 KB | 13544 | 7 years | fix recent Sonar issues | |
TextTagParser.java | 7.0 KB | 16643 | 4 years | see #19334 - https://errorprone.info/bugpattern/StringSplitter | |
TextUtils.java | 561 bytes | 16541 | 4 years | Fix typo in Javadoc | |
UncheckedParseException.java | 1.7 KB | 13493 | 7 years |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
UserCancelException.java | 1.6 KB | 13493 | 7 years |
see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
|
|
Utils.java | 71.2 KB | 17374 | 4 years | see #20167: [patch] Improve code readability by replacing indexed … | |
WikiReader.java | 5.7 KB | 16436 | 5 years | see #19251 - Java 8: use Stream | |
WindowsShortcut.java | 8.4 KB | 16553 | 4 years | see #19334 - javadoc fixes + protected constructors for abstract classes | |
WinRegistry.java | 11.3 KB | 16628 | 4 years | see #19334 - https://errorprone.info/bugpattern/MixedMutabilityReturnType | |
XmlObjectParser.java | 11.6 KB | 16188 | 5 years | see #18954, see #18864 - fix SonarQube issues | |
XmlParsingException.java | 2.1 KB | 14273 | 6 years | fix typos - patch by naoliv - fix #16781 - Thanks a lot | |
XmlUtils.java | 7.7 KB | 16560 | 4 years | fix #19286 - External entities are resolved when parsing tagging … |
Note:
See TracBrowser
for help on using the repository browser.