|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.afcs.warts.report.CellDifferenceReport
The CellDifferenceReport class is responsible for
generating reports based on the information contained in a
CellDifference
instance. The
report returned is plain text, so it can be used on the command line and
in the GUI.
LICENSE: This code is released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment.
Method Summary | |
static java.lang.String |
report(CellDifference difference)
Returns a report on the specified difference in HTML. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String report(CellDifference difference)
<html>
element before being
used in a text pane or label.
difference
- The difference to report on.
java.lang.NullPointerException
- If difference is null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |