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

Name Size Rev Age Author Last Change
../
template_engine 11974   7 years Don-vip add unit tests, javadoc
date 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
bugreport 11746   7 years Don-vip PMD - Strict Exceptions
XmlParsingException.java 2.1 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
XmlObjectParser.java 11.5 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
WindowGeometry.java 18.7 KB 11746   7 years Don-vip PMD - Strict Exceptions
WikiReader.java 5.7 KB 9168   8 years simon04 see #12231 - Uniform access to HTTP resources
Utils.java 58.1 KB 12130   7 years Don-vip see #11924 - do not try old workaround with java 9 (pollutes console …
UserCancelException.java 1.6 KB 8919   8 years Don-vip move UserCancelException class in tools package and use it where …
UncheckedParseException.java 1.6 KB 9385   8 years simon04 Refactoring: introduce UncheckedParseException In addition, …
TextTagParser.java 12.0 KB 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
Territories.java 3.7 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
SubclassFilteredCollection.java 3.5 KB 10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
StreamUtils.java 1.3 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
Shortcut.java 22.1 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
RightAndLefthandTraffic.java 7.0 KB 11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
Property.java 673 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
PlatformHookWindows.java 36.5 KB 12146   7 years Don-vip remove symbol font entry, already defined
PlatformHookUnixoid.java 18.8 KB 11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
PlatformHookOsx.java 35.5 KB 12123   7 years Don-vip see #14741 - proper registration of application name on macOS
PlatformHook.java 7.1 KB 11944   7 years Don-vip see #14649 - fix @since
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
OverpassTurboQueryWizard.java 3.0 KB 11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
OsmUrlToBounds.java 10.2 KB 12090   7 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
OpenBrowser.java 3.7 KB 11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
MultiMap.java 7.7 KB 9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
MultiLineFlowLayout.java 3.2 KB 11294   7 years simon04 Fix http://errorprone.info/bugpattern/NarrowingCompoundAssignment
MultikeyShortcutAction.java 1.0 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
MultikeyActionsHandler.java 8.1 KB 11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
MemoryManager.java 6.5 KB 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
Logging.java 11.9 KB 11624   7 years stoecker fix core java bug report
ListenerList.java 8.4 KB 11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
ListenableWeakReference.java 2.2 KB 12192   7 years michael2402 Fix some Sonar warnings for ListenableWeakReference
LanguageInfo.java 8.3 KB 9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
JosmRuntimeException.java 2.3 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
InputMapUtils.java 4.5 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
ImageWarp.java 7.8 KB 11972   7 years bastiK see #7427 - remove obsolete code
ImageResource.java 9.3 KB 10755   8 years Don-vip sonar - various fixes
ImageProvider.java 73.9 KB 12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
ImageOverlay.java 3.8 KB 9078   8 years Don-vip sonar - Immutable Field
I18n.java 30.6 KB 10983   8 years Don-vip fix #13609 - --version and --help are too verbose
HttpClient.java 24.4 KB 11879   7 years Don-vip findbugs - EI_EXPOSE_REP
GeoUrlToBounds.java 2.1 KB 11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
GeoPropertyIndex.java 5.8 KB 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
GeoProperty.java 763 bytes 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
Geometry.java 39.2 KB 12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
GBC.java 5.5 KB 10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
FontsManager.java 1.4 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
ExifReader.java 15.6 KB 11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
ExceptionUtil.java 32.8 KB 11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
Diff.java 33.1 KB 11389   7 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE
Destroyable.java 556 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
DefaultGeoProperty.java 1.7 KB 11361   7 years bastiK see #10387 - use path winding rule instead of Area.subtract
CopyList.java 5.3 KB 10314   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
CompositeList.java 847 bytes 9078   8 years Don-vip sonar - Immutable Field
ColorScale.java 5.3 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
ColorHelper.java 2.9 KB 9229   8 years Don-vip fix #12262 - NPE
CheckParameterUtil.java 4.9 KB 9231   8 years Don-vip javadoc update
AudioUtil.java 1.6 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
AudioPlayer.java 15.9 KB 11746   7 years Don-vip PMD - Strict Exceptions
AlphanumComparator.java 5.0 KB 8928   8 years Don-vip javadoc fixes
Note: See TracBrowser for help on using the repository browser.