Index: trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerAsserts.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerAsserts.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/MapCSSTagCheckerAsserts.java	(revision 16172)
@@ -48,4 +48,5 @@
      * Checks that rule assertions are met for the given set of TagChecks.
      * @param check The TagCheck for which assertions have to be checked
+     * @param assertions The assertions to check (map values correspond to expected result)
      * @param assertionConsumer The handler for assertion error messages
      */
Index: trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleIndex.java	(revision 16172)
@@ -69,4 +69,5 @@
      * <p>
      * You must own the write lock of STYLE_SOURCE_LOCK when calling this method.
+     * @param ruleStream the rules to index
      */
     public void buildIndex(Stream<MapCSSRule> ruleStream) {
Index: trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/gui/util/CheckThreadViolationRepaintManager.java	(revision 16172)
@@ -26,10 +26,8 @@
 
 /**
- * <p>This class is used to detect Event Dispatch Thread rule violations<br>
- * See <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a>
- * for more info</p>
- * <p/>
- * <p>This is a modification of original idea of Scott Delap<br>
- * Initial version of ThreadCheckingRepaintManager can be found here<br>
+ * <p>This class is used to detect Event Dispatch Thread rule violations</p>
+ *
+ * <p>This is a modification of original idea of Scott Delap.
+ * Initial version of {@code ThreadCheckingRepaintManager} can be found here:
  * <a href="http://www.clientjava.com/blog/2004/08/20/1093059428000.html">Easily Find Swing Threading Mistakes</a>
  * </p>
@@ -37,4 +35,5 @@
  * @author Scott Delap
  * @author Alexander Potochkin
+ * @see <a href="http://java.sun.com/docs/books/tutorial/uiswing/misc/threads.html">How to Use Threads</a>
  *
  * https://swinghelper.dev.java.net/
Index: trunk/src/org/openstreetmap/josm/gui/util/StayOpenMenuItem.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/util/StayOpenMenuItem.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/gui/util/StayOpenMenuItem.java	(revision 16172)
@@ -34,4 +34,5 @@
     /**
      * Constructs a new {@code StayOpenMenuItem} whose properties are taken from the Action supplied.
+     * @param a associated action
      * @see JMenuItem#JMenuItem(javax.swing.Action)
      */
Index: trunk/src/org/openstreetmap/josm/gui/util/StayOpenRadioButtonMenuItem.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/util/StayOpenRadioButtonMenuItem.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/gui/util/StayOpenRadioButtonMenuItem.java	(revision 16172)
@@ -34,4 +34,5 @@
     /**
      * Constructs a new {@code StayOpenRadioButtonMenuItem} whose properties are taken from the Action supplied.
+     * @param a associated action
      * @see JRadioButtonMenuItem#JRadioButtonMenuItem(Action)
      */
Index: trunk/src/org/openstreetmap/josm/tools/Tag2Link.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/Tag2Link.java	(revision 16171)
+++ trunk/src/org/openstreetmap/josm/tools/Tag2Link.java	(revision 16172)
@@ -29,5 +29,5 @@
 /**
  * Extracts web links from OSM tags.
- * <p></p>
+ * 
  * The following rules are used:
  * <ul>
