org.incava.doctorj

Class ItemCommentSpellCheck

public class ItemCommentSpellCheck extends CommentSpellCheck

Field Summary
static intNUM_CLOSEST_MATCHES
Method Summary
voidcheck(ItemDocAnalyzer analyzer, JavadocElement desc)
protected StringmakeMessage(String word, Map nearMatches)
protected voidwordMisspelled(String word, int position, Map nearMatches)

Field Detail

NUM_CLOSEST_MATCHES

public static final int NUM_CLOSEST_MATCHES

Method Detail

check

public void check(ItemDocAnalyzer analyzer, JavadocElement desc)

makeMessage

protected String makeMessage(String word, Map nearMatches)

wordMisspelled

protected void wordMisspelled(String word, int position, Map nearMatches)