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

Name Size Rev Age Author Last Change
../
bbox 11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
conflict 11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
correction 10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
datatransfer 11554   7 years Don-vip fix #14356 - make sure that workaround for JDK-6322854 is used everywhere
dialogs 11653   7 years Don-vip fix #14437 - NPE at AbstractProjection.latlon2eastNorth with Tools => …
download 11658   7 years Don-vip fix #13922 - Add (expert) option to not zoom to the new downloaded data
draw 11225   7 years michael2402 MapViewPath: Add @FunctionalInterface, clean formatting.
help 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
history 11659   7 years Don-vip fix #14175 - HistoryBrowserModel removes listener twice
io 11618   7 years Don-vip fix #11077 - Changeset with 50k/10k objects is not auto-closed
layer 11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
mappaint 11623   7 years stoecker see #14120 - fix deprecation in core
oauth 11604   7 years Don-vip sonar - squid:S1172 - Unused method parameters should be removed
preferences 11657   7 years Don-vip fix #14451 - Local imagery toolbar buttons disappear on restart
progress 11283   7 years michael2402 See #13976: Add progress monitor information to the bug report
tagging 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
util 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
widgets 11615   7 years Don-vip add javadoc
ConditionalOptionPaneUtil.java 13.0 KB 9496   8 years Don-vip massive refactoring of GenericRelationEditor. As JDialog cannot be …
DefaultNameFormatter.java 24.0 KB 11608   7 years Don-vip fix #14402 - add blacklist for leisure area values to avoid false …
ExceptionDialogUtil.java 17.7 KB 10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
ExtendedDialog.java 23.8 KB 11105   8 years Don-vip sonar - fix various issues
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
ImageryMenu.java 10.6 KB 11654   7 years Don-vip fix #14450 - Cannot add local imagery to toolbar
JosmUserIdentityManager.java 11.6 KB 10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
MainApplication.java 26.7 KB 11650   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
MainFrame.java 7.9 KB 11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
MainMenu.java 40.3 KB 10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
MainPanel.java 5.6 KB 11551   7 years Don-vip fix #14353 - add synchronization to MainPanel
MapFrame.java 30.6 KB 11536   7 years Don-vip sonar - fb-contrib:WOC_WRITE_ONLY_COLLECTION_FIELD - Correctness - …
MapFrameListener.java 616 bytes 10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
MapMover.java 10.1 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
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 43.9 KB 11620   7 years Don-vip checkstyle - enable CatchParameterName rule
MapView.java 31.5 KB 11226   7 years michael2402 MapView: Allow public access to paintLayer. This allows plugins like …
MapViewState.java 24.6 KB 11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
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 60.2 KB 11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
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 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 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.6 KB 11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
ProgramArguments.java 7.6 KB 10936   8 years Don-vip sonar
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.