12/26/2004

I'm going to start adding javadoc to my classes, starting at chapter 4.

set CONFIGFILE=D:\cvshome\dwsRadio\src\checks.xml
set CHECKJAR=D:\checkstyle-3.5\checkstyle-all-3.5.jar
set SOURCEDIR=D:\uofm\c4041s2005\src\chap4\javacc\checker
set REPORTFILE=D:\uofm\c4041s2005\report.txt

java -jar %CHECKJAR% com.puppycrawl.tools.checkstyle.Main -c %CONFIGFILE% -r %SOURCEDIR% > %REPORTFILE%

Files modified:

C:\c4041s2005\src\chap4\javacc\checker\BuildMiniJavaClassDeclList.java

The many list visitors in chapter 4 are necessary because there are so many list types to deal with. It would be cleaner if the lists were represented as Java lists.

That is about as good as I can javadoc the chapter 4 stuff for right now. I do not plan to try to javadoc the generated classes.


Page Information

  • 1 year ago [history]
  • View page source
  • You're not logged in
  • No tags yet learn more

Wiki Information


Update to PBwiki 2.0

An entirely new PBwiki experience, including folders and easier editing.

Convert Now for Free | Learn more