source:
josm/trunk/src/org/openstreetmap/josm/tools@
11161
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
bugreport | 11107 | 8 years | sonar - squid:S2189 - Loops should not be infinite | ||
date | 11048 | 8 years | sonar | ||
template_engine | 11057 | 8 years | Template engine: fix string representations | ||
AlphanumComparator.java | 5.0 KB | 8928 | 9 years | javadoc fixes | |
AudioPlayer.java | 14.5 KB | 11100 | 8 years | sonar - squid:S2148 - Underscores should be used to make large numbers … | |
AudioUtil.java | 1.6 KB | 10627 | 8 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
CheckParameterUtil.java | 4.9 KB | 9231 | 9 years | javadoc update | |
ColorHelper.java | 2.9 KB | 9229 | 9 years | fix #12262 - NPE | |
ColorScale.java | 5.3 KB | 10378 | 8 years |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
CompositeList.java | 847 bytes | 9078 | 9 years | sonar - Immutable Field | |
CopyList.java | 5.3 KB | 10314 | 8 years | sonar - squid:S2272 - "Iterator.next()" methods should throw … | |
Destroyable.java | 556 bytes | 10600 | 8 years | see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface … | |
Diff.java | 33.1 KB | 11107 | 8 years | sonar - squid:S2189 - Loops should not be infinite | |
ExceptionUtil.java | 32.8 KB | 10717 | 8 years | see #11390, see #12890 - Lambda can be replaced with method reference | |
ExifReader.java | 10.8 KB | 10378 | 8 years |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
FontsManager.java | 1.4 KB | 9639 | 9 years | fix possible resource leaks | |
GBC.java | 5.5 KB | 10649 | 8 years | fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core | |
Geometry.java | 38.4 KB | 10817 | 8 years |
see #7307 - Enhance GeoJSON export
- Save ways as LineString or …
|
|
GeoPropertyIndex.java | 6.0 KB | 10316 | 8 years | fix coverity 1313942 + 1353522 - Integer handling issues | |
GeoUrlToBounds.java | 2.0 KB | 10757 | 8 years | sonar - squid:S1659 - Multiple variables should not be declared on the … | |
HttpClient.java | 23.3 KB | 10420 | 8 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
I18n.java | 30.6 KB | 10983 | 8 years |
fix #13609 - --version and --help are too verbose
|
|
ImageOverlay.java | 3.8 KB | 9078 | 9 years | sonar - Immutable Field | |
ImageProvider.java | 74.0 KB | 11021 | 8 years | clear image provider cache before/after integration tests. The … | |
ImageResource.java | 9.3 KB | 10755 | 8 years | sonar - various fixes | |
InputMapUtils.java | 4.5 KB | 10791 | 8 years | see #13319 - Use InputMapUtils where applicable (VK_ESCAPE) | |
LanguageInfo.java | 8.3 KB | 9070 | 9 years | Sonar - squid:S2293 - The diamond operator ("<>") should be used | |
ListenerList.java | 7.4 KB | 11018 | 8 years | sonar - pmd:UseVarargs - Use Varargs | |
Logging.java | 11.6 KB | 10899 | 8 years | fix #13318 - Clean up program startup (parameters, logging) - patch by … | |
MemoryManager.java | 6.5 KB | 10717 | 8 years | see #11390, see #12890 - Lambda can be replaced with method reference | |
MultikeyActionsHandler.java | 8.1 KB | 10616 | 8 years | see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes … | |
MultikeyShortcutAction.java | 1.0 KB | 10378 | 8 years |
Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
|
|
MultiLineFlowLayout.java | 3.2 KB | 10717 | 8 years | see #11390, see #12890 - Lambda can be replaced with method reference | |
MultiMap.java | 7.7 KB | 9790 | 9 years | use intended units for east/north coordinates (see #12186) When … | |
OpenBrowser.java | 3.7 KB | 11156 | 8 years | rework/simplify inheritance structure of PlatformHook … | |
OsmUrlToBounds.java | 10.5 KB | 9576 | 9 years | code refactoring for unit tests / headless mode | |
OverpassTurboQueryWizard.java | 3.0 KB | 11003 | 8 years |
fix #11975 - Evaluate extended Overpass queries bbox , geocodeArea
|
|
package-info.java | 183 bytes | 10125 | 9 years |
refactor classes from corrector package, add javadoc
|
|
Pair.java | 1.7 KB | 10300 | 8 years | sonar - Performance - Method passes constant String of length 1 to … | |
PlatformHook.java | 6.0 KB | 11156 | 8 years | rework/simplify inheritance structure of PlatformHook … | |
PlatformHookOsx.java | 34.2 KB | 11156 | 8 years | rework/simplify inheritance structure of PlatformHook … | |
PlatformHookUnixoid.java | 16.6 KB | 11156 | 8 years | rework/simplify inheritance structure of PlatformHook … | |
PlatformHookWindows.java | 34.7 KB | 11156 | 8 years | rework/simplify inheritance structure of PlatformHook … | |
Property.java | 673 bytes | 8512 | 9 years | checkstyle: redundant modifiers | |
RightAndLefthandTraffic.java | 3.1 KB | 9639 | 9 years | fix possible resource leaks | |
Shortcut.java | 21.7 KB | 11122 | 8 years | fix #12030 - ConcurrentModificationException in findShortcut Use a … | |
StreamUtils.java | 1.2 KB | 10718 | 8 years |
see #11390 - Simplify StreamUtils
|
|
SubclassFilteredCollection.java | 3.5 KB | 10691 | 8 years | see #11390, fix #12890 - finish transition to Java 8 predicates/functions | |
TextTagParser.java | 12.0 KB | 10763 | 8 years | sonar - squid:S2156 - "final" classes should not have "protected" members | |
UncheckedParseException.java | 1.6 KB | 9385 | 9 years |
Refactoring: introduce UncheckedParseException
In addition, …
|
|
UserCancelException.java | 1.6 KB | 8919 | 9 years |
move UserCancelException class in tools package and use it where …
|
|
Utils.java | 54.6 KB | 11100 | 8 years | sonar - squid:S2148 - Underscores should be used to make large numbers … | |
WikiReader.java | 5.7 KB | 9168 | 9 years | see #12231 - Uniform access to HTTP resources | |
WindowGeometry.java | 18.6 KB | 10627 | 8 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
XmlObjectParser.java | 11.6 KB | 10627 | 8 years | sonar - squid:S1166 - Exception handlers should preserve the original … | |
XmlParsingException.java | 2.1 KB | 8846 | 9 years | sonar - fb-contrib - minor performance improvements: * Method passes … |
Note:
See TracBrowser
for help on using the repository browser.