- Timestamp:
- 2020-03-18T07:12:48+01:00 (5 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerAsserts.java
r15981 r16172 48 48 * Checks that rule assertions are met for the given set of TagChecks. 49 49 * @param check The TagCheck for which assertions have to be checked 50 * @param assertions The assertions to check (map values correspond to expected result) 50 51 * @param assertionConsumer The handler for assertion error messages 51 52 */ -
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java
r15991 r16172 69 69 * <p> 70 70 * You must own the write lock of STYLE_SOURCE_LOCK when calling this method. 71 * @param ruleStream the rules to index 71 72 */ 72 73 public void buildIndex(Stream<MapCSSRule> ruleStream) { -
trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java
r16050 r16172 26 26 27 27 /** 28 * <p>This class is used to detect Event Dispatch Thread rule violations<br> 29 * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a> 30 * for more info</p> 31 * <p/> 32 * <p>This is a modification of original idea of Scott Delap<br> 33 * Initial version of ThreadCheckingRepaintManager can be found here<br> 28 * <p>This class is used to detect Event Dispatch Thread rule violations</p> 29 * 30 * <p>This is a modification of original idea of Scott Delap. 31 * Initial version of {@code ThreadCheckingRepaintManager} can be found here: 34 32 * <a href="http://www.clientjava.com/blog/2004/08/20/1093059428000.html">Easily Find Swing Threading Mistakes</a> 35 33 * </p> … … 37 35 * @author Scott Delap 38 36 * @author Alexander Potochkin 37 * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a> 39 38 * 40 39 * https://swinghelper.dev.java.net/ -
trunk/src/org/openstreetmap/josm/gui/util/StayOpenMenuItem.java
r15339 r16172 34 34 /** 35 35 * Constructs a new {@code StayOpenMenuItem} whose properties are taken from the Action supplied. 36 * @param a associated action 36 37 * @see JMenuItem#JMenuItem(javax.swing.Action) 37 38 */ -
trunk/src/org/openstreetmap/josm/gui/util/StayOpenRadioButtonMenuItem.java
r15339 r16172 34 34 /** 35 35 * Constructs a new {@code StayOpenRadioButtonMenuItem} whose properties are taken from the Action supplied. 36 * @param a associated action 36 37 * @see JRadioButtonMenuItem#JRadioButtonMenuItem(Action) 37 38 */ -
trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
r15881 r16172 29 29 /** 30 30 * Extracts web links from OSM tags. 31 * <p></p>31 * 32 32 * The following rules are used: 33 33 * <ul>
Note:
See TracChangeset
for help on using the changeset viewer.