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

Name Size Rev Age Author Last Change
../
bugreport 11211   7 years simon04 see #13850 - BugReportQueue output original exception to console Make …
date 11048   8 years Don-vip sonar
template_engine 11057   8 years simon04 Template engine: fix string representations
package-info.java 183 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
Destroyable.java 556 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
Property.java 673 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
GeoProperty.java 763 bytes 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
CompositeList.java 847 bytes 9078   8 years Don-vip sonar - Immutable Field
MultikeyShortcutAction.java 1.0 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
StreamUtils.java 1.2 KB 10718   8 years simon04 see #11390 - Simplify StreamUtils
FontsManager.java 1.4 KB 9639   8 years stoecker fix possible resource leaks
DefaultGeoProperty.java 1.4 KB 11277   7 years Don-vip sonar - fix recently added warnings
AudioUtil.java 1.6 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
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, …
Pair.java 1.7 KB 10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
GeoUrlToBounds.java 2.0 KB 10757   8 years Don-vip sonar - squid:S1659 - Multiple variables should not be declared on the …
XmlParsingException.java 2.1 KB 8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
ColorHelper.java 2.9 KB 9229   8 years Don-vip fix #12262 - NPE
OverpassTurboQueryWizard.java 3.0 KB 11003   8 years simon04 fix #11975 - Evaluate extended Overpass queries bbox, geocodeArea
MultiLineFlowLayout.java 3.2 KB 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
SubclassFilteredCollection.java 3.5 KB 10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
OpenBrowser.java 3.7 KB 11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
ImageOverlay.java 3.8 KB 9078   8 years Don-vip sonar - Immutable Field
Territories.java 3.9 KB 11266   7 years simon04 see #10387 - Fix build due to r11264
InputMapUtils.java 4.5 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
CheckParameterUtil.java 4.9 KB 9231   8 years Don-vip javadoc update
AlphanumComparator.java 5.0 KB 8928   8 years Don-vip javadoc fixes
CopyList.java 5.3 KB 10314   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
ColorScale.java 5.3 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
GBC.java 5.5 KB 10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
WikiReader.java 5.7 KB 9168   8 years simon04 see #12231 - Uniform access to HTTP resources
GeoPropertyIndex.java 5.8 KB 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
PlatformHook.java 6.0 KB 11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
MemoryManager.java 6.5 KB 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
RightAndLefthandTraffic.java 6.8 KB 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
MultiMap.java 7.7 KB 9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
MultikeyActionsHandler.java 8.1 KB 10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
LanguageInfo.java 8.3 KB 9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
ListenerList.java 8.4 KB 11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
ImageResource.java 9.3 KB 10755   8 years Don-vip sonar - various fixes
OsmUrlToBounds.java 10.5 KB 9576   8 years Don-vip code refactoring for unit tests / headless mode
ExifReader.java 10.8 KB 10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
XmlObjectParser.java 11.6 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
Logging.java 11.8 KB 11165   7 years simon04 see #13318 - more concise logging output
TextTagParser.java 12.0 KB 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
AudioPlayer.java 14.5 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
PlatformHookUnixoid.java 18.6 KB 11218   7 years Don-vip sonar - fix various recent issues
WindowGeometry.java 18.6 KB 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
Shortcut.java 22.0 KB 11241   7 years Don-vip sonar - fix warnings
HttpClient.java 24.4 KB 11277   7 years Don-vip sonar - fix recently added warnings
I18n.java 30.6 KB 10983   8 years Don-vip fix #13609 - --version and --help are too verbose
ExceptionUtil.java 32.8 KB 10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
Diff.java 33.1 KB 11107   8 years Don-vip sonar - squid:S2189 - Loops should not be infinite
PlatformHookOsx.java 34.4 KB 11162   7 years bastiK fixed #6664 - use XDG Base Directory Specification on Linux If …
PlatformHookWindows.java 34.8 KB 11218   7 years Don-vip sonar - fix various recent issues
Geometry.java 38.6 KB 11243   7 years Don-vip see #10387 - fix unit tests
Utils.java 54.6 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
ImageProvider.java 74.0 KB 11021   8 years Don-vip clear image provider cache before/after integration tests. The …
Note: See TracBrowser for help on using the repository browser.