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

Name Size Rev Age Author Last Change
../
widgets 11023   8 years Don-vip checkstyle
util 11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
tagging 11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
progress 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
preferences 11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
oauth 10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
mappaint 11090   8 years simon04 fix #13743 - Draw segment order numbers on selected way
layer 11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
io 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
history 11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
help 11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
draw 11026   8 years michael2402 See #13636: Add automated clipping to MapViewPath.
download 11009   8 years Don-vip fix recent sonar/checkstyle issues
dialogs 11097   8 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
datatransfer 11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
conflict 10939   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
bbox 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
NavigatableComponent.java 57.7 KB 10972   8 years Don-vip remove deprecated stuff - gsoc-core
MapStatus.java 43.8 KB 11085   8 years Don-vip sonar - squid:S2162 - "equals" methods should be symmetric and work …
MainMenu.java 40.3 KB 10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
MapView.java 31.3 KB 11071   8 years simon04 see #13175 - Document deprecated method usage
MapFrame.java 30.5 KB 10851   8 years Don-vip fix #13380 - Create removeToggleDialog method in MapFrame
MainApplication.java 25.3 KB 10983   8 years Don-vip fix #13609 - --version and --help are too verbose
DefaultNameFormatter.java 24.1 KB 10991   8 years Don-vip fix #13570 - Coastline validator doesn't report some problems and is …
ExtendedDialog.java 23.8 KB 10957   8 years Don-vip see #13479 - make ConflictResolutionDialog inherit from ExtendedDialog
MapViewState.java 23.8 KB 11026   8 years michael2402 See #13636: Add automated clipping to MapViewPath.
ExceptionDialogUtil.java 17.7 KB 10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
MenuScroller.java 16.6 KB 9078   8 years Don-vip sonar - Immutable Field
SelectionManager.java 16.0 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
HelpAwareOptionPane.java 13.1 KB 10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
ConditionalOptionPaneUtil.java 13.0 KB 9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
NotificationManager.java 13.0 KB 10893   8 years Don-vip fix #13447 - Clean notification manager, merge properties and remove …
SplashScreen.java 12.5 KB 10781   8 years simon04 fix #11874 - No progress bar while downloading plugins
JosmUserIdentityManager.java 11.6 KB 10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
ImageryMenu.java 10.3 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
MapMover.java 10.1 KB 10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
MainFrame.java 7.9 KB 11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
ProgramArguments.java 7.6 KB 10936   8 years Don-vip sonar
GettingStarted.java 7.3 KB 11040   8 years Don-vip checkstyle
PleaseWaitRunnable.java 7.1 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
PleaseWaitDialog.java 6.8 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
ScrollViewport.java 6.3 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
Notification.java 6.2 KB 10893   8 years Don-vip fix #13447 - Clean notification manager, merge properties and remove …
MapScaler.java 6.1 KB 10853   8 years Don-vip see #13309 - fix most of deprecation warnings
MainPanel.java 5.6 KB 10975   8 years Don-vip remove deprecated stuff - gsoc-core
IconToggleButton.java 5.4 KB 10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
OsmPrimitivRenderer.java 4.9 KB 10889   8 years Don-vip fix #13439 - Node.toString() and Way.toString() causing performance …
SideButton.java 4.6 KB 10755   8 years Don-vip sonar - various fixes
PopupMenuHandler.java 3.7 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
NoteSortDialog.java 3.1 KB 9078   8 years Don-vip sonar - Immutable Field
NoteInputDialog.java 2.2 KB 9078   8 years Don-vip sonar - Immutable Field
MapSlider.java 2.1 KB 10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
NameFormatterHook.java 1.5 KB 8512   9 years Don-vip checkstyle: redundant modifiers
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ShowHideButtonListener.java 414 bytes 8512   9 years Don-vip checkstyle: redundant modifiers
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
Note: See TracBrowser for help on using the repository browser.