Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java	(revision 3036)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/Severity.java	(revision 3037)
@@ -28,4 +28,5 @@
 	 * @param message Description
 	 * @param icon Associated icon
+	 * @param color The color of this severity
 	 */
     Severity(String message, String icon, Color color) 
Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java	(revision 3036)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/TestError.java	(revision 3037)
@@ -206,4 +206,8 @@
     }	
     
+    /**
+     * Visitor that highlights the primitives affected by this error
+     * @author frsantos
+     */
     class PaintVisitor implements Visitor
     {
@@ -311,4 +315,6 @@
         /**
          * Checks if the given node is in the visible area.
+         * @param n The node to check for visibility
+         * @return true if the node is visible
          */
         protected boolean isNodeVisible(Node n) {
@@ -321,4 +327,6 @@
          * NOTE: This will return true for a small number of non-visible
          *       segments.
+         * @param ls The segment to check
+         * @return true if the segment is visible
          */
         protected boolean isSegmentVisible(Segment ls) {
Index: /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateUploadHook.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateUploadHook.java	(revision 3036)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateUploadHook.java	(revision 3037)
@@ -61,4 +61,5 @@
      * Displays a screen where the actions that would be taken are displayed and
      * give the user the possibility to cancel the upload.
+     * @param errors The errors displayed in the screen
      * @return <code>true</code>, if the upload should continue. <code>false</code>
      *          if the user requested cancel.
