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

Name Size Rev Age Author Last Change
../
bugreport 15735   4 years simon04 Java 8: replace .stream().forEach() with .forEach()
date 15869   4 years simon04 DateUtilsTest: extend Based on test coverage and mutation testing …
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
ArrayUtils.java 1.2 KB 15226   5 years Don-vip fix #14208 - add dedicated buttons in filter dialog to sort/reverse …
CheckParameterUtil.java 2.4 KB 16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
ColorHelper.java 2.9 KB 9229   8 years Don-vip fix #12262 - NPE
ColorScale.java 7.6 KB 15586   4 years Don-vip code cleanup
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 2.4 KB 15359   5 years Don-vip see #17058, fix #18097 - fix MapCSSTagChecker.getLocation
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 34.0 KB 15089   5 years Don-vip fix #17722 - detect other block texts. Assume the API will always send …
ExifReader.java 17.3 KB 15219   5 years Don-vip fix #17848 - read and display IPTC metadata from jpeg/tiff images …
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
GenericParser.java 3.0 KB 16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
Geometry.java 65.2 KB 16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
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.2 KB 15184   5 years Don-vip fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty
GuiSizesHelper.java 3.6 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
HiDPISupport.java 11.9 KB 16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
Http1Client.java 7.3 KB 15798   4 years simon04 Http1Client: determine actual HTTP version
HttpClient.java 31.0 KB 15968   4 years simon04 fix #18812 - HttpClient: specify Accept=*/* to prevent Java from …
I18n.java 31.3 KB 16111   4 years Don-vip see #18856 - allow to disable numbering format overriding with …
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.6 KB 16060   4 years simon04 see #18871 - ImageProvider.getPadded: fix/improve performance
ImageResource.java 11.5 KB 16074   4 years simon04 fix #18884, see #18871 - ImageResource.imgCache: use ConcurrentHashMap
ImageWarp.java 7.7 KB 14816   5 years Don-vip see #17387 - add more details when NegativeArraySizeException occurs …
InputMapUtils.java 5.3 KB 14691   5 years simon04 see #17202 - Fix NPE in UploadDialogTest
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 10.9 KB 15711   4 years simon04 see #14465 - Tag2Link: restrict names by JOSM language
ListenableWeakReference.java 2.2 KB 12798   7 years Don-vip see #14794 - checkstyle
ListenerList.java 8.6 KB 15726   4 years simon04 Fix typo
ListeningCollection.java 2.3 KB 12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
Logging.java 18.8 KB 15791   4 years Don-vip fix #18608 - use the correct console encoding on Windows (regression …
Mediawiki.java 2.9 KB 15261   5 years Don-vip fix #17935 - fix bad HTTP request construction when contacting OSM wiki
MemoryManager.java 6.5 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
MultiMap.java 7.3 KB 15870   4 years simon04 MultiMapTest: extend Based on test coverage and mutation testing …
OpenBrowser.java 2.6 KB 15543   4 years Don-vip fix #18362 - safer construction of URIs
OptionParser.java 12.7 KB 14640   5 years simon04 fix #17169 - Missing MessageFormat arguments in OptionParser
OsmUrlToBounds.java 10.7 KB 15665   4 years stoecker prevent integer overflow with zoom level 23
OverpassTurboQueryWizard.java 3.1 KB 15814   4 years simon04 fix #18639 - Update to overpass-wizard 0.0.9
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 12.7 KB 15922   4 years Don-vip see #18720 - Headless mode is obviously not an HIDPI screen, as …
PlatformHookOsx.java 36.0 KB 15121   5 years Don-vip sonarqube, javadoc
PlatformHookUnixoid.java 18.6 KB 15543   4 years Don-vip fix #18362 - safer construction of URIs
PlatformHookWindows.java 38.6 KB 16120   4 years Don-vip fix #18920 - load AC RAIZ FNMT-RCM from Spanish Royal Mint
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
ReflectionUtils.java 2.4 KB 14978   5 years Don-vip fix #17574 - fix IAE when plugins modify preferences (regression from …
ResourceProvider.java 3.0 KB 15416   5 years Don-vip fix #18190 - Handle "resource:" identical for CachedFile and images
RightAndLefthandTraffic.java 3.5 KB 14720   5 years GerdP fix #17224: Remove need for left-right-hand-traffic.osm
RotationAngle.java 5.6 KB 14654   5 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
SAXReturnException.java 402 bytes 13311   6 years Don-vip checkstyle
ShapeClipper.java 10.6 KB 14627   5 years GerdP fix #17167 : Regression from #17119 clipped closed path was not closed
Shortcut.java 26.7 KB 14689   5 years simon04 fix #17202 - InputMapUtils: display Ctrl+Enter in action tooltip
Stopwatch.java 1.5 KB 16069   4 years simon04 see #18752 - Harmonize stopwatch logging
StreamUtils.java 1.8 KB 15732   4 years simon04 see #18503 - Relation editor: compute wayConnection for …
StringParser.java 2.3 KB 16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
SubclassFilteredCollection.java 3.7 KB 16061   4 years simon04 SubclassFilteredCollection: use spliteratorUnknownSize() to avoid …
Tag2Link.java 8.0 KB 16172   4 years simon04 Fix JavaDoc warnings
TaginfoRegionalInstance.java 2.0 KB 16067   4 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
Territories.java 9.7 KB 16109   4 years Don-vip see #18856 - override numbering format as follows: - Eastern …
TextAnalyzer.java 3.9 KB 13544   6 years Don-vip fix recent Sonar issues
TextTagParser.java 7.0 KB 15762   4 years simon04 Fix typo in Javadoc
TextUtils.java 560 bytes 15293   5 years Don-vip sonar
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 74.1 KB 16052   4 years simon04 fix #18878 - JOSM leaves behind josm_exec_ temp files
WikiReader.java 5.7 KB 15293   5 years Don-vip sonar
WindowsShortcut.java 8.3 KB 14199   6 years Don-vip spotbugs - BIT_SIGNED_CHECK
WinRegistry.java 11.3 KB 14977   5 years Don-vip ensures consistency of upload comment: * fix #11168 - ctrl-z/undo …
XmlObjectParser.java 11.6 KB 16188   4 years simon04 see #18954, see #18864 - fix SonarQube issues
XmlParsingException.java 2.1 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
XmlUtils.java 7.5 KB 16069   4 years simon04 see #18752 - Harmonize stopwatch logging
Note: See TracBrowser for help on using the repository browser.