source: josm/trunk/src/org/openstreetmap/josm/gui@ 11987

Name Size Rev Age Author Last Change
../
bbox 11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
conflict 11879   7 years Don-vip findbugs - EI_EXPOSE_REP
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
dialogs 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
download 11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
draw 11817   7 years Don-vip sonar - squid:S1610 - Abstract classes without fields should be …
help 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
history 11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
io 11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
layer 11972   7 years bastiK see #7427 - remove obsolete code
mappaint 11932   7 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
oauth 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
preferences 11960   7 years stoecker checkstyle
progress 11746   7 years Don-vip PMD - Strict Exceptions
tagging 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
util 11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
widgets 11948   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
ConditionalOptionPaneUtil.java 13.1 KB 11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
DefaultNameFormatter.java 24.0 KB 11900   7 years stoecker add leisure and amenity to multipolygon naming
ExceptionDialogUtil.java 17.8 KB 11984   7 years stoecker improve overpass API rate limit message, fix wrong timeout error message
ExtendedDialog.java 19.1 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
GettingStarted.java 7.3 KB 11171   7 years simon04 Fix MOTD image link replacement Avoids downloading images which are …
HelpAwareOptionPane.java 13.1 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IconToggleButton.java 5.3 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
IExtendedDialog.java 6.3 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
ImageryMenu.java 10.6 KB 11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
JosmUserIdentityManager.java 11.8 KB 11906   7 years stoecker fix NPE caused by variable case mismatch exposed by r11901
MainApplication.java 26.6 KB 11925   7 years Don-vip drop Main.MasterWindowListener (unused)
MainFrame.java 7.9 KB 11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
MainMenu.java 40.3 KB 11769   7 years stoecker see #14142 - fix help link
MainPanel.java 5.6 KB 11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
MapFrame.java 30.5 KB 11885   7 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.0 KB 11713   7 years Don-vip add Ant target to run PMD (only few rules for now), fix violations
MapScaler.java 6.0 KB 11534   7 years Don-vip sonar - fb-contrib:FCBL_FIELD_COULD_BE_LOCAL - Correctness - Class …
MapSlider.java 2.1 KB 10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
MapStatus.java 44.1 KB 11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
MapView.java 32.8 KB 11905   7 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
MapViewState.java 24.8 KB 11746   7 years Don-vip PMD - Strict Exceptions
MenuScroller.java 15.8 KB 11506   7 years Don-vip simplify MenuScroller
NameFormatterHook.java 1.5 KB 8512   9 years Don-vip checkstyle: redundant modifiers
NavigatableComponent.java 61.6 KB 11880   7 years Don-vip sonar - …
NoteInputDialog.java 2.2 KB 9078   8 years Don-vip sonar - Immutable Field
NoteSortDialog.java 3.0 KB 11821   7 years Don-vip findbugs - EI_EXPOSE_REP2 - Note dates
Notification.java 6.2 KB 11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
NotificationManager.java 13.2 KB 11396   7 years Don-vip sonar - pmd:AccessorClassGeneration
OsmPrimitivRenderer.java 4.9 KB 10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 7.5 KB 11673   7 years michael2402 Add more Javadoc for progress monitors.
PleaseWaitRunnable.java 7.3 KB 11801   7 years Don-vip see #14595 - catch UnsupportedOperationException
PopupMenuHandler.java 3.6 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
ProgramArguments.java 7.6 KB 11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
ScrollViewport.java 6.3 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
SelectionManager.java 15.5 KB 11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
ShowHideButtonListener.java 414 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
SideButton.java 4.6 KB 10755   8 years Don-vip sonar - various fixes
SplashScreen.java 12.7 KB 11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
Note: See TracBrowser for help on using the repository browser.