source:
josm/trunk/src/org/openstreetmap/josm/tools@
7287
| Name | Size | Rev | Age | Author | Last Change |
|---|---|---|---|---|---|
| ../ | |||||
| template_engine | 7005 | 12 years | see #8465 - use diamond operator where applicable | ||
| AlphanumComparator.java | 4.7 KB | 6985 | 12 years | sonar - deprecated code | |
| AudioPlayer.java | 14.2 KB | 7025 | 12 years | Sonar - fix various issues | |
| AudioUtil.java | 1.6 KB | 7037 | 12 years |
see #8465 - last batch of try-with-resources
|
|
| Base64.java | 4.4 KB | 7060 | 12 years | fix issue in bug report URL (regression from r7037), add javadoc and … | |
| BugReportExceptionHandler.java | 10.1 KB | 7082 | 12 years |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
|
|
| CheckParameterUtil.java | 5.0 KB | 6506 | 12 years | see #9414 - implement MapCSS-based tag checker/fixer The file … | |
| ColorHelper.java | 2.3 KB | 6830 | 12 years | javadoc fixes for jdk8 compatibility | |
| CompositeList.java | 864 bytes | 7109 | 12 years | see #8671 - some code refactoring done in an unsuccessful attempt to … | |
| CopyList.java | 5.2 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| DateParser.java | 475 bytes | 6380 | 12 years | update license/copyright information | |
| DateUtils.java | 4.4 KB | 6643 | 12 years |
global replacement of e.printStackTrace() by Main.error(e)
|
|
| Destroyable.java | 476 bytes | 6380 | 12 years | update license/copyright information | |
| Diff.java | 36.2 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| ExceptionUtil.java | 31.4 KB | 7205 | 12 years | fix #10052 - Wrong server URL in HTTP 400 error message | |
| ExifReader.java | 7.9 KB | 7004 | 12 years | see #8465 - use multi-catch where applicable | |
| FallbackDateParser.java | 3.3 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| FilteredCollection.java | 469 bytes | 3802 | 15 years | forgot to add | |
| GBC.java | 4.0 KB | 6380 | 12 years | update license/copyright information | |
| Geometry.java | 35.8 KB | 7193 | 12 years | added right- and left-hand traffic database (new mapcss … | |
| GeoPropertyIndex.java | 5.4 KB | 7193 | 12 years | added right- and left-hand traffic database (new mapcss … | |
| I18n.java | 26.6 KB | 7082 | 12 years |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
|
|
| ImageProvider.java | 53.1 KB | 7248 | 12 years | reworked MirroredInputStream (renamed to CachedFile): * no more … | |
| ImageResource.java | 4.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| InputMapUtils.java | 3.2 KB | 6557 | 12 years | fix #3722 - fix shortcuts for "next photo" and "previous photo" after … | |
| LanguageInfo.java | 4.0 KB | 7012 | 12 years | see #8465 - use String switch/case where applicable | |
| MultikeyActionsHandler.java | 8.4 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| MultikeyShortcutAction.java | 1.0 KB | 4999 | 14 years | fix #7402 - multikey shortcut handling | |
| MultiMap.java | 6.8 KB | 7276 | 12 years | fix #9518 - Automatically reload MapCSS tagchecker validator rules … | |
| OpenBrowser.java | 3.6 KB | 7029 | 12 years | fix more warnings, remove unused code | |
| OsmUrlToBounds.java | 10.7 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Pair.java | 1.6 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| PlatformHook.java | 4.2 KB | 7206 | 12 years | see #10033 - allow remote control to work from osm.org in https on … | |
| PlatformHookOsx.java | 31.4 KB | 7287 | 12 years | fix #10025 - File registration with Mac OSX (many thanks to Stereo and … | |
| PlatformHookUnixoid.java | 15.3 KB | 7206 | 12 years | see #10033 - allow remote control to work from osm.org in https on … | |
| PlatformHookWindows.java | 12.9 KB | 7206 | 12 years | see #10033 - allow remote control to work from osm.org in https on … | |
| Predicate.java | 521 bytes | 6452 | 12 years | fix #9360 - listed Values in Enhanced Preferences cannot be removed … | |
| Predicates.java | 3.6 KB | 7170 | 12 years |
fix #10063 - MapCSS: make min() and max() work on a list as well
…
|
|
| PrimaryDateParser.java | 7.7 KB | 3719 | 15 years | added missing license information | |
| Property.java | 695 bytes | 6223 | 13 years | Sonar - fix various violations | |
| RightAndLefthandTraffic.java | 2.9 KB | 7248 | 12 years | reworked MirroredInputStream (renamed to CachedFile): * no more … | |
| Shortcut.java | 17.4 KB | 7012 | 12 years | see #8465 - use String switch/case where applicable | |
| SubclassFilteredCollection.java | 2.5 KB | 6792 | 12 years | Sonar - fix various issues | |
| TextTagParser.java | 12.0 KB | 7005 | 12 years | see #8465 - use diamond operator where applicable | |
| Utils.java | 36.4 KB | 7119 | 12 years | code refactoring/cleanup/javadoc + fix bug in preset text comparator … | |
| WikiReader.java | 5.0 KB | 7033 | 12 years |
see #8465 - global use of try-with-resources, according to
* …
|
|
| WindowGeometry.java | 16.0 KB | 7012 | 12 years | see #8465 - use String switch/case where applicable | |
| XmlObjectParser.java | 11.1 KB | 7248 | 12 years | reworked MirroredInputStream (renamed to CachedFile): * no more … | |
| XmlParsingException.java | 2.2 KB | 6906 | 12 years | refactor duplicated code - impacts some plugins (reverter, roadsigns, … | |
Note:
See TracBrowser
for help on using the repository browser.
