SpellChecker
The spell checker makes sure that each word used in the source code
is spelled correctly, by comparing the words with a word list.
Camel case and uppercase words are checked as well.
HTTP links are not checked; however they may not end with a dot.
| Methods |
| static void |
main(String... args)
This method is called when executing this application from the command
line.
|
| static void |
main(String... args) throws IOException
This method is called when executing this application from the command
line.
Parameters:
args - the command line parameters
|
debug
Whether debugging is enabled.
printDictionary
Whether to print the dictionary.