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

Name Size Rev Age Author Last Change
../
bbox 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
conflict 10762   8 years Don-vip sonar - squid:UselessParenthesesCheck
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 10775   8 years simon04 Typo (referred)
dialogs 10784   8 years simon04 see #11823 - Delay minimap initialization until first use This does …
download 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
help 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
history 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
io 10783   8 years simon04 fix #13070 - Upload dialog not sized correctly
layer 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
mappaint 10760   8 years Don-vip sonar - squid:S2153 - Boxing and unboxing should not be immediately …
oauth 10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
preferences 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
progress 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
tagging 10768   8 years Don-vip sonar - squid:S3655 - Optional value should only be accessed after …
util 10712   8 years simon04 Typo
widgets 10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
ConditionalOptionPaneUtil.java 13.0 KB 9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
DefaultNameFormatter.java 23.6 KB 10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
ExceptionDialogUtil.java 17.7 KB 10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
ExtendedDialog.java 23.4 KB 10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
GettingStarted.java 7.2 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
HelpAwareOptionPane.java 13.6 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
HideableButton.java 528 bytes 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
IconToggleButton.java 5.4 KB 10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
ImageryMenu.java 10.3 KB 10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
JosmUserIdentityManager.java 11.6 KB 10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
MainApplication.java 30.6 KB 10755   8 years Don-vip sonar - various fixes
MainFrame.java 7.9 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
MainMenu.java 40.0 KB 10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
MainPanel.java 5.7 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
MapFrame.java 30.0 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.1 KB 10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
MapScaler.java 6.0 KB 10504   8 years Don-vip fix #12919 - scale indicator regression (patch by michael2402)
MapSlider.java 2.1 KB 10078   8 years wiktorn New nicer map slider. Patch submitted by: michael2402 Closes: #12644
MapStatus.java 43.5 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
MapView.java 49.0 KB 10755   8 years Don-vip sonar - various fixes
MapViewState.java 15.4 KB 10651   8 years Don-vip fix #13210 - Start extracting coordinate conversion out of tile source …
MenuScroller.java 16.6 KB 9078   8 years Don-vip sonar - Immutable Field
NameFormatterHook.java 1.5 KB 8512   9 years Don-vip checkstyle: redundant modifiers
NavigatableComponent.java 57.7 KB 10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
NoteInputDialog.java 2.2 KB 9078   8 years Don-vip sonar - Immutable Field
NoteSortDialog.java 3.1 KB 9078   8 years Don-vip sonar - Immutable Field
Notification.java 5.8 KB 9221   8 years Don-vip fix #12256 - adjust contrast of text displayed in imagery alignment …
NotificationManager.java 13.2 KB 10633   8 years Don-vip NPE seen in unit tests
OsmPrimitivRenderer.java 4.9 KB 9708   8 years simon04 fix #12477 - Selection/relation list: fall back to fast icons when …
package-info.java 152 bytes 10125   8 years Don-vip refactor classes from corrector package, add javadoc
PleaseWaitDialog.java 6.8 KB 10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
PleaseWaitRunnable.java 7.1 KB 10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
PopupMenuHandler.java 3.7 KB 8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
ScrollViewport.java 6.3 KB 10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
SelectionManager.java 16.0 KB 10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
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.5 KB 10781   8 years simon04 fix #11874 - No progress bar while downloading plugins
Note: See TracBrowser for help on using the repository browser.