DemeterJ version 0.8.2 Copyright (c) 2000 Northeastern University Reading project file undef.prj... Running the generator... Output directory gen does not exist, will create. Parsing undef.cd... Building hashtable of classes... Adding generic visitors: PrintVisitor CopyVisitor SubgraphVisitor EqualVisitor DisplayVisitor TraceVisitor UniversalVisitor Marking not-parsed classes... Marking visitor classes... Expanding parameterized classes... Converting repetition classes... Filling in part names... Setting inheritance links... Saving expanded CD to gen/undef.xcd... Checking for duplicate part names... Reading behavior files: undef.beh Filling in visitor names... Marking derived parts... Making generic visitor behavior files... Reading behavior files: gen/UniversalVisitor.beh gen/PrintVisitor.beh gen/CopyVisitor.beh gen/SubgraphVisitor.beh gen/EqualVisitor.beh gen/DisplayVisitor.beh gen/TraceVisitor.beh Building cyclic class graph... Converting adaptive methods... Building visitor tables... Expanding universal traversal... Expanding static traversals... Adding Enumeration thingies to Repetition classes Adding Subtraversal class. Generating core aspect code to gen... Generating grammar to gen/Parser.jj... Done. Running the weaver... Running the parser generator... Java Compiler Compiler Version 1.1 (Parser Generator) Copyright (c) 1996-1999 Sun Microsystems, Inc. Copyright (c) 1997-1999 Metamata, Inc. (type "javacc" with no arguments for help) Reading from file gen/Parser.jj . . . File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "ASCII_UCodeESC_CharStream.java" does not exist. Will create one. Parser generated successfully. Running the compiler... gen/UniversalVisitor.java:10: cannot resolve symbol symbol : class B location: class UniversalVisitor public void before_b(A source, B dest) { } ^ gen/UniversalVisitor.java:14: cannot resolve symbol symbol : class B location: class UniversalVisitor public void after_b(A source, B dest) { } ^ gen/A.java:3: cannot resolve symbol symbol : class B location: class A protected B b; ^ gen/A.java:4: cannot resolve symbol symbol : class B location: class A public B get_b() { return b; } ^ gen/A.java:5: cannot resolve symbol symbol : class B location: class A public void set_b(B new_b) { b = new_b; } ^ gen/A.java:7: cannot resolve symbol symbol : class B location: class A public A(B b) { ^ gen/PrintVisitor.java:33: cannot resolve symbol symbol : class B location: class PrintVisitor public void before_b(A source, B dest) { ^ gen/CopyVisitor.java:22: cannot resolve symbol symbol : class B location: class CopyVisitor public void before_b(A source, B dest) { ^ gen/DisplayVisitor.java:42: cannot resolve symbol symbol : class B location: class DisplayVisitor public void before_b(A source, B dest) { ^ gen/TraceVisitor.java:50: cannot resolve symbol symbol : class B location: class TraceVisitor public void before_b(A source, B dest) { ^ gen/TraceVisitor.java:55: cannot resolve symbol symbol : class B location: class TraceVisitor public void after_b(A source, B dest) { ^ gen/Parser.java:64: cannot resolve symbol symbol : class B location: class Parser final public B _B() throws ParseException { ^ gen/Parser.java:56: cannot resolve symbol symbol : class B location: class Parser B _b; ^ gen/Parser.java:65: cannot resolve symbol symbol : class B location: class Parser {if (true) return new B();} ^ 14 errors Aborting, compiler exited with error value 1.