Package de.hsh.graja.util.comment.inspector
package de.hsh.graja.util.comment.inspector
-
ClassesClassDescriptionAn Inspector represents the submitted source code, file by file.This class represents a source code file inside an
InspectorA line of an inspector represents a line of the submitted source code and helds all graja result comments that belongs to this line.A LineInfo of an Inspector contains comments of one result feedback to render the graja feedback along the belonging linesThis class provides aInspectorRenderHelper.html(de.hsh.graja.util.comment.inspector.Inspector, java.lang.StringBuilder, de.hsh.graja.util.comment.IncludeInfo, de.hsh.graja.util.comment.RenderContext, boolean)method for theInspectorand theInspectorLineto render it's content in a user-friendly html visualization.