source: josm/trunk/src/org/openstreetmap/josm/gui/JosmUserIdentityManager.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9527   8 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9059   8 years Don-vip checkstyle
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5469   12 years Don-vip Do not try to init JosmUserIdentityManager from OAuth if no access …
(edit) @5439   12 years Don-vip Adapt OAuth user identification mechanism so it is no longer reserved …
(edit) @5434   12 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4612   12 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4263   13 years bastiK do not save username in preference file unconditionally - let the …
(edit) @4246   13 years bastiK plugin hook for credentials handling
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2711   14 years stoecker fix bad line endings
(add) @2689   14 years Gubaer new: Changeset Cache Manager for querying, downloading, browsing, and …
Note: See TracRevisionLog for help on using the revision log.