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

Name Size Rev Age Author Last Change
../
bugreport 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
date 14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
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
CheckParameterUtil.java 4.3 KB 13173   6 years Don-vip see #15310 - remove most of deprecated APIs
ColorHelper.java 2.9 KB 9229   8 years Don-vip fix #12262 - NPE
ColorScale.java 7.2 KB 12538   7 years Don-vip PMD - ShortMethodName
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 1.7 KB 11361   7 years bastiK see #10387 - use path winding rule instead of Area.subtract
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 33.2 KB 12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
ExifReader.java 15.7 KB 14159   6 years Don-vip fix #16633 - add robustness against invalid time entries in GPX files
FontsManager.java 1.4 KB 11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
GBC.java 5.5 KB 10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
Geometry.java 41.3 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
GeoProperty.java 763 bytes 11264   7 years bastiK refactor GeoProperty implementation of RightAndLefthandTraffic to …
GeoPropertyIndex.java 6.0 KB 14008   6 years Don-vip fix #16467 - NPE
GeoUrlToBounds.java 2.1 KB 12624   7 years Don-vip see #15182 - remove unused imports
GuiSizesHelper.java 3.6 KB 12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
HiDPISupport.java 11.9 KB 13849   6 years Don-vip SonarQube - fix minor code issues
HttpClient.java 26.6 KB 14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
I18n.java 26.3 KB 14013   6 years Don-vip see #16453 - fix NPE and warnings
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 83.3 KB 14290   6 years Don-vip fix #16797 - NPE
ImageResource.java 10.8 KB 13652   6 years Don-vip see #15744 - add/rework traces
ImageWarp.java 7.6 KB 12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
InputMapUtils.java 5.0 KB 14106   6 years simon04 DownloadDialog, PreferenceDialog: bind Ctrl+Enter to main action
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 8.4 KB 12382   7 years michael2402 More documentation for the tools package
ListenableWeakReference.java 2.2 KB 12798   7 years Don-vip see #14794 - checkstyle
ListenerList.java 8.4 KB 13203   6 years Don-vip javadoc fixes + some test timeout increases
ListeningCollection.java 2.3 KB 12269   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
Logging.java 18.5 KB 14302   6 years Don-vip see #16781 - fix more typos using https://github.com/vlajos/misspell-fixer
MemoryManager.java 6.5 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
MultiMap.java 7.5 KB 12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
OpenBrowser.java 3.8 KB 14146   6 years Don-vip see #15229 - don't import Main just for javadoc
OsmUrlToBounds.java 10.7 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
OverpassTurboQueryWizard.java 3.0 KB 13331   6 years Don-vip see #14097, see #15783 - robustness to situations where JavaScript …
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 13.6 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
PlatformHookOsx.java 36.7 KB 14272   6 years Don-vip HTTPS enabled for {cr,hg,mail}.openjdk.java.net, see …
PlatformHookUnixoid.java 18.6 KB 14177   6 years Don-vip see #16666 - add workaround against ATK wrapper failure on Debian, …
PlatformHookWindows.java 45.2 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
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
RightAndLefthandTraffic.java 7.5 KB 14032   6 years Don-vip fix #16489 - NPE at RightAndLefthandTraffic.isRightHandTraffic
RotationAngle.java 5.7 KB 13623   6 years Don-vip more use of IPrimitive instead of OsmPrimitive
SAXReturnException.java 402 bytes 13311   6 years Don-vip checkstyle
Shortcut.java 24.2 KB 14149   6 years Don-vip see #15229 - deprecate Main.pref
StreamUtils.java 1.3 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
SubclassFilteredCollection.java 3.6 KB 13919   6 years Don-vip rendering of IPrimitives
Territories.java 3.8 KB 14035   6 years Don-vip fix #16491 - NPE
TextAnalyzer.java 3.9 KB 13544   6 years Don-vip fix recent Sonar issues
TextTagParser.java 7.0 KB 13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
TextUtils.java 566 bytes 13978   6 years Don-vip fix #16427 - Inserts zero width space character (U+8203) after each …
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 65.8 KB 14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
WikiReader.java 5.7 KB 14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
WindowsShortcut.java 8.3 KB 14199   6 years Don-vip spotbugs - BIT_SIGNED_CHECK
WinRegistry.java 11.2 KB 13672   6 years Don-vip fix recent SonarQube issues
XmlObjectParser.java 11.9 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
XmlParsingException.java 2.1 KB 14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
XmlUtils.java 6.3 KB 13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
Note: See TracBrowser for help on using the repository browser.