Skip to content

Instantly share code, notes, and snippets.

@gistya
Created January 7, 2016 23:10
Show Gist options
  • Save gistya/655ec845495a78cb6891 to your computer and use it in GitHub Desktop.
Save gistya/655ec845495a78cb6891 to your computer and use it in GitHub Desktop.
j2objc -d ~/dev/xalan/dev/xalan-ios -classpath ~/dev/java_src/xalan-j_2_7_2/lib -classpath /Library/Java/JavaVirtualMachines/jdk1.8.
0_65.jdk/Contents/Home/lib/tools.jar -encoding UTF-8 -sourcepath ~/dev/java_src/xalan-j_2_7_2/src $(find ~/dev/java_src/xalan-j_2_7_2/src -name *.java) | grep error
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:23: The import java.applet cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:24: The import java.awt.Graphics cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:62: Applet cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:215: The method getParameter(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:225: The method getParameter(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:230: The method getCodeBase() is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:231: The method getDocumentBase() is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:239: The method resize(int, int) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:257: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:272: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:276: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:286: Graphics cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:296: The method stop() is undefined for the type Thread
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:313: The method stop() is undefined for the type Thread
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:646: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:656: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/client/XSLTProcessorApplet.java:687: The method showStatus(String) is undefined for the type XSLTProcessorApplet
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:25: The import javax.naming cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:26: The import javax.naming cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:207: The method findDatasource() from the type JNDIConnectionPool refers to the missing type NamingException
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:209: NamingException cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:243: NamingException cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:247: InitialContext cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:247: InitialContext cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:259: NamingException cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:267: NamingException cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:324: The method findDatasource() from the type JNDIConnectionPool refers to the missing type NamingException
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/lib/sql/JNDIConnectionPool.java:326: NamingException cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:43: The hierarchy of the type AbsoluteLocationPath is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:84: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:84: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:85: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:85: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:104: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:105: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:109: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:112: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:113: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:115: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:118: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:124: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsoluteLocationPath.java:125: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:46: The hierarchy of the type AbsolutePathPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:79: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:79: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:80: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:80: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:84: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:86: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:89: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:90: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:92: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:93: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:108: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:108: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:109: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:110: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:112: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:113: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:115: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:116: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:118: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:118: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:119: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:120: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AbsolutePathPattern.java:131: The method getLoopHandle() from the type AncestorPattern refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:36: The hierarchy of the type AlternativePattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:87: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:87: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:90: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:90: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AlternativePattern.java:91: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:45: The hierarchy of the type AncestorPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:49: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:63: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:64: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:96: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:97: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:97: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:98: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:98: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:104: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:108: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:109: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:110: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:111: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:114: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:117: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:124: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:125: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:133: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:135: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:137: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:152: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:152: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:153: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:153: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:155: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:156: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:157: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:158: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:163: POP2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AncestorPattern.java:172: The method getLoopHandle() from the type AncestorPattern refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:33: The hierarchy of the type ApplyImports is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:103: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:103: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:104: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:104: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:108: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:109: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:110: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:111: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:112: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:117: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:121: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:140: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:144: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyImports.java:148: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:47: The hierarchy of the type ApplyTemplates is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:117: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:117: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:118: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:118: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:133: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:137: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:143: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:158: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:168: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:169: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:186: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:191: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:195: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ApplyTemplates.java:199: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Attribute.java:30: The hierarchy of the type Attribute is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:44: The hierarchy of the type AttributeSet is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:158: The constructor AttributeSetMethodGenerator(String, ClassGen) refers to the missing type ClassGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:163: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:163: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:164: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:164: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:167: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:168: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:169: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:170: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:173: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:189: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:189: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeSet.java:190: RETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValue.java:29: The hierarchy of the type AttributeValue is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:45: The hierarchy of the type AttributeValueTemplate is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:235: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:235: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:236: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:236: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:240: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:240: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:248: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:249: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:250: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/AttributeValueTemplate.java:258: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:36: The hierarchy of the type BinOpExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:100: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:100: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:107: The method ADD() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:110: The method SUB() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:113: The method MUL() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:116: The method DIV() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BinOpExpr.java:119: The method REM() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanCall.java:35: The hierarchy of the type BooleanCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:39: The hierarchy of the type BooleanExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:64: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:64: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:65: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:65: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:66: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:71: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:71: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:73: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/BooleanExpr.java:76: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:42: The hierarchy of the type CallTemplate is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:104: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:104: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:105: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:105: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:122: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:123: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:133: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:134: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:135: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:136: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:137: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:154: ACONST_NULL cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:164: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:175: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CallTemplate.java:176: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:39: The hierarchy of the type CastCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:94: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:94: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:95: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:95: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastCall.java:98: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:46: The hierarchy of the type CastExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:198: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:198: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:199: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:199: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:204: SIPUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:205: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:206: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:207: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CastExpr.java:208: IF_ICMPNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:36: The hierarchy of the type CeilingCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:42: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:42: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:43: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:43: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CeilingCall.java:45: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:46: The hierarchy of the type Choose is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:105: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:105: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:109: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:111: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:118: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:121: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:129: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:144: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:146: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:150: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:156: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:158: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:164: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Choose.java:164: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:40: The hierarchy of the type Comment is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:52: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:52: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:53: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:53: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:69: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:77: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:79: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:84: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:88: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:89: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:92: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:93: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:96: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:97: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:103: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:111: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Comment.java:113: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:42: The hierarchy of the type ConcatCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:59: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:59: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:60: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:60: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:65: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:76: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:76: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:85: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:86: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:87: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ConcatCall.java:92: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:31: InstructionConstants cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:88: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:90: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:92: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:94: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:96: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Constants.java:98: org.apache.bcel cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:41: The hierarchy of the type ContainsCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:98: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:98: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:99: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:99: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:102: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ContainsCall.java:105: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:48: The hierarchy of the type Copy is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:79: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:79: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:80: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:80: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:82: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:83: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:86: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:87: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:92: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:93: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:94: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:101: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:102: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:103: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:104: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:104: IFNULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:107: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:109: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:110: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:125: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:126: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:126: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:130: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:139: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:140: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:140: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:141: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:142: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:143: The method endElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:145: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Copy.java:145: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:44: The hierarchy of the type CopyOf is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:78: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:78: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:79: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:79: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:93: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:100: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:101: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:104: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:106: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:107: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:112: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:113: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:114: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:115: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:119: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:120: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:121: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:129: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:132: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:134: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CopyOf.java:135: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CurrentCall.java:31: The hierarchy of the type CurrentCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CurrentCall.java:37: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/CurrentCall.java:37: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:43: The hierarchy of the type DecimalFormatting is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:91: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:91: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:92: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:92: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:100: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:101: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:107: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:108: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:109: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:111: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:117: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:118: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:119: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:127: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:128: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:129: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:176: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:177: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:178: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:185: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:186: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:187: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:195: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:196: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:197: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:205: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:217: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:217: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:218: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:218: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:224: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:225: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:232: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:233: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:234: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:236: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:240: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:241: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:242: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:247: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:248: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:249: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DecimalFormatting.java:254: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:41: The hierarchy of the type DocumentCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:113: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:113: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:114: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:114: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:148: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:149: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:150: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:151: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/DocumentCall.java:152: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:38: The hierarchy of the type ElementAvailableCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:89: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:89: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:91: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ElementAvailableCall.java:91: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:57: The hierarchy of the type EqualityExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:192: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:192: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:198: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:198: IF_ICMPNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:199: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:199: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:206: DCMPG cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:208: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:208: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:209: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:209: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:213: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:213: IF_ICMPNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:214: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:214: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:224: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:224: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:225: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:225: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:242: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:245: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:246: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:251: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:257: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:258: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:268: DCMPG cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:270: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:270: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:271: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:271: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:272: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:273: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:274: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:275: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:292: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:295: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:296: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:307: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:309: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:310: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:319: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:320: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:329: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:346: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:347: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/EqualityExpr.java:357: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:47: The hierarchy of the type Expression is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:107: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:109: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:109: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:110: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:144: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:144: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:145: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:146: The method setStartNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:156: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:156: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:157: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:157: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:158: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:159: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:159: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:160: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:161: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:166: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:166: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:167: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:178: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Expression.java:182: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:34: The hierarchy of the type Fallback is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:74: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:74: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:75: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Fallback.java:75: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:42: The hierarchy of the type FilteredAbsoluteLocationPath is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:83: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:83: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:84: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:84: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:102: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:103: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:107: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:110: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:111: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:112: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:115: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:121: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilteredAbsoluteLocationPath.java:122: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:48: The hierarchy of the type FilterExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:144: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:144: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:145: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:145: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:174: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:175: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:179: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:182: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:183: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:187: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:189: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:190: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:192: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:194: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:195: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:216: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:217: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:221: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:224: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:225: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:229: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:232: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:233: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:237: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:238: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:239: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:240: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:241: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterExpr.java:242: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:46: The hierarchy of the type FilterParentPath is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:105: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:105: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:106: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:106: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:126: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:127: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:130: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:133: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:134: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:137: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:139: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:140: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:141: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:142: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:145: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:152: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:168: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:169: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:170: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FilterParentPath.java:171: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FloorCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FloorCall.java:34: The hierarchy of the type FloorCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FloorCall.java:41: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FloorCall.java:42: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FloorCall.java:42: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:42: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:51: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:78: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:82: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:82: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:93: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:94: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:106: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:106: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:107: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FlowList.java:107: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:49: The hierarchy of the type ForEach is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:89: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:89: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:90: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:90: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:93: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:94: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:108: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:121: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:122: The method storeDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:135: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:136: The method setStartNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:142: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:147: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:147: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:148: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:148: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:152: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:153: The method nextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:154: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:155: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:156: IFGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:160: The method storeDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:164: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ForEach.java:165: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:43: The hierarchy of the type FormatNumberCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:85: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:85: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:86: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:86: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:101: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:103: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:106: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:111: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FormatNumberCall.java:112: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:41: The hierarchy of the type FunctionAvailableCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:189: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:189: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:190: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionAvailableCall.java:190: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:62: The hierarchy of the type FunctionCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:688: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:688: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:692: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:703: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:703: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:704: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:704: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:723: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:729: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:730: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:737: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:745: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:746: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:755: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:755: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:775: The method toJCType() from the type Type refers to the missing type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:781: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:782: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:801: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:841: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:847: InvokeInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:847: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:848: InvokeInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:848: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:1085: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:1086: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:1090: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/FunctionCall.java:1091: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:36: The hierarchy of the type GenerateIdCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:42: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:42: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:44: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:49: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:49: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/GenerateIdCall.java:50: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:39: The hierarchy of the type IdKeyPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:83: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:83: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:84: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:84: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:105: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:106: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:107: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:111: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:112: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:115: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:119: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:122: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdKeyPattern.java:123: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IdPattern.java:29: The hierarchy of the type IdPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:39: The hierarchy of the type If is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:100: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:100: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:103: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/If.java:107: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Import.java:41: The hierarchy of the type Import is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Include.java:41: The hierarchy of the type Include is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Instruction.java:34: The hierarchy of the type Instruction is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:36: The hierarchy of the type IntExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:52: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:52: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:53: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:53: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/IntExpr.java:54: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:53: The hierarchy of the type Key is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:141: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:141: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:142: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:142: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:162: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:163: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:168: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:171: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:172: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:177: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:179: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:179: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:180: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:180: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:183: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:184: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:185: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:188: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:189: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:190: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:193: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:195: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:196: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:197: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:198: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:200: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:201: The method nextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:203: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:204: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:205: IFGE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:208: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:209: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:218: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:218: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:219: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:219: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:241: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:242: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:245: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:246: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:247: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:250: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:251: The method setStartNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:252: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:255: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:255: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:256: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:256: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:259: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:262: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:262: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:267: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:271: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:272: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:273: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:274: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:275: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:277: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:279: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:280: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:284: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:284: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:286: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:287: The method nextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:288: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:289: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:290: IFGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:293: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Key.java:294: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:40: The hierarchy of the type KeyCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:177: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:177: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:178: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:178: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:199: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:201: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:203: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:215: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:216: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:217: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:218: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:221: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:221: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyCall.java:222: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/KeyPattern.java:28: The hierarchy of the type KeyPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:40: The hierarchy of the type LangCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:77: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:77: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:78: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:78: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:84: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:86: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:88: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LangCall.java:89: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:37: The hierarchy of the type LastCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:52: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:52: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:55: The method loadLastNode() from the type CompareGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:58: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:61: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:61: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:65: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LastCall.java:66: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:41: The hierarchy of the type LiteralAttribute is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:76: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:76: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:77: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:77: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:80: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:82: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:115: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:116: The method uniqueAttribute() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralAttribute.java:120: The method attribute() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:46: The hierarchy of the type LiteralElement is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:331: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:331: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:332: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:332: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:338: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:340: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:341: DUP2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:342: The method startElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:369: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:370: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:371: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:372: The method namespace() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:383: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:384: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:385: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:386: The method namespace() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralElement.java:406: The method endElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:37: The hierarchy of the type LiteralExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:81: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:81: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:82: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:82: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LiteralExpr.java:83: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:36: The hierarchy of the type LocalNameCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:58: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:58: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:59: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:59: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:71: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocalNameCall.java:72: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LocationPathPattern.java:35: The hierarchy of the type LocationPathPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:38: The hierarchy of the type LogicalExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:167: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:167: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:177: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:177: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:183: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:183: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:221: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/LogicalExpr.java:221: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:41: The hierarchy of the type Message is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:58: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:58: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:59: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:59: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:62: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:66: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:71: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:77: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:80: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:81: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:84: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:85: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:86: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:87: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:91: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:92: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:97: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:98: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:99: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:105: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:106: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:107: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:113: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:114: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:115: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:120: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:121: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:129: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:130: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:136: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:141: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:142: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:147: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:158: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:159: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:160: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:162: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Message.java:163: ATHROW cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:63: The hierarchy of the type Mode is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:514: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:514: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:515: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:515: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:525: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:526: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:531: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:547: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:551: The method compile(ClassGenerator, MethodGenerator) from the type TopLevelElement refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:552: RETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:559: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:572: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:572: The method compile(ClassGenerator, MethodGenerator) from the type TopLevelElement refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:573: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:584: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:590: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:595: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:600: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:600: The method getInstructionList() from the type TestSeq refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:611: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:611: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:612: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:612: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:616: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:617: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:618: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:624: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:626: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:627: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:627: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:628: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:628: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:636: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:637: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:639: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:640: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:641: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:642: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:643: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:644: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:652: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:654: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:655: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:655: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:656: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:656: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:661: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:662: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:663: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:664: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:665: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:669: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:674: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:676: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:676: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:684: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:684: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:686: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:686: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:722: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:723: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:724: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:725: SWITCH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:739: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:739: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:743: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:744: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:754: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:754: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:758: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:761: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:762: The method addException(String) is undefined for the type MethodGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:766: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:769: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:771: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:777: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:777: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:778: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:782: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:1057: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:1080: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:1406: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Mode.java:1493: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:38: The hierarchy of the type NameBase is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:97: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:97: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:98: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:98: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:100: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:104: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:112: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:119: The method nextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameBase.java:125: The method nextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:37: The hierarchy of the type NameCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:57: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:57: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:58: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:58: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NameCall.java:64: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceAlias.java:33: The hierarchy of the type NamespaceAlias is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:35: The hierarchy of the type NamespaceUriCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:57: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:57: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:58: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:58: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NamespaceUriCall.java:65: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:36: The hierarchy of the type NotCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:42: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:42: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:44: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:45: IXOR cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:50: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:50: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:53: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NotCall.java:53: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:56: The hierarchy of the type Number is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:229: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:229: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:230: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:230: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:235: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:235: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:251: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:252: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:253: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:253: IFNONNULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:262: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:263: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:264: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:265: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:266: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:269: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:270: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:271: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:272: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:272: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:275: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:276: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:278: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:288: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:288: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:289: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:289: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:292: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:293: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:294: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:295: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:296: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:305: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:306: ALOAD_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:307: ALOAD_2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:308: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:316: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:317: RETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:328: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:331: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:332: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:332: The method getConstantPool() is undefined for the type NodeCounterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:335: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:340: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:341: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:342: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:346: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:351: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:352: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:353: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:354: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:358: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:362: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:363: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:365: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:374: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:385: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:386: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:386: The method getConstantPool() is undefined for the type NodeCounterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:396: The method addField(Field) is undefined for the type NodeCounterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:396: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:409: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:412: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:413: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:414: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:424: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:427: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:436: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:438: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:439: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:440: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:450: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:454: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:459: The method getJavaClass() is undefined for the type NodeCounterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:462: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:463: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:470: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:471: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:472: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:473: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:474: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Number.java:494: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NumberCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NumberCall.java:36: The hierarchy of the type NumberCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NumberCall.java:50: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NumberCall.java:50: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/NumberCall.java:54: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Otherwise.java:35: The hierarchy of the type Otherwise is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:47: The hierarchy of the type Output is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:323: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:323: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:324: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:324: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:327: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:332: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:333: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:334: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:340: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:341: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:342: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:348: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:349: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:350: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:356: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:357: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:358: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:364: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:365: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:366: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:371: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:372: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:373: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:375: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:376: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:377: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:382: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:383: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:384: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:390: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:391: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:392: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:398: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:399: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:400: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:411: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:412: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:413: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Output.java:416: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:50: The hierarchy of the type Param is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:170: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:170: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:171: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:171: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:193: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:193: IFNONNULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:196: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:200: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:201: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:203: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:206: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:210: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:216: The method POP() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:217: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:220: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:221: The method toJCType() from the type Type refers to the missing type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:224: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:224: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:228: The method containsField(String) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:229: The method addField(Field) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:229: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:232: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:233: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:234: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:236: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:239: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:247: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Param.java:249: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:40: The hierarchy of the type ParameterRef is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:58: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:58: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:59: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:59: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:78: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:79: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:93: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:95: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:97: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParameterRef.java:106: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:45: The hierarchy of the type ParentLocationPath is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:168: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:168: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:169: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:169: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:182: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:183: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:186: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:189: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:190: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:193: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:202: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:203: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:205: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:206: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:209: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:224: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:238: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:239: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:240: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentLocationPath.java:241: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:41: The hierarchy of the type ParentPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:74: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:74: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:75: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:75: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:76: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:77: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:81: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:82: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:83: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:84: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:87: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:88: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:91: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:96: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:103: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:104: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:111: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:120: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:121: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:128: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ParentPattern.java:140: The method getLoopHandle() from the type AncestorPattern refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Parser.java:35: The import java_cup.runtime cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Parser.java:61: The hierarchy of the type Parser is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Parser.java:1099: The method setScanner(XPathLexer) is undefined for the type XPathParser
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Parser.java:1100: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Parser.java:1100: The method parse(String, int) from the type XPathParser refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Pattern.java:33: The hierarchy of the type Pattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:38: The hierarchy of the type PositionCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:49: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:49: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:52: The method loadCurrentNode() from the type CompareGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:55: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:58: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:58: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:63: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/PositionCall.java:64: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:56: The hierarchy of the type Predicate is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:357: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:370: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:370: The method getConstantPool() is undefined for the type FilterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:377: The method addField(Field) is undefined for the type FilterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:377: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:383: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:383: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:385: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:386: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:387: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:388: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:389: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:390: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:391: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:392: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:405: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:409: The method loadTranslet() from the type FilterGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:410: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:411: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:413: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:419: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:421: The method addEmptyConstructor(int) is undefined for the type FilterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:424: The method getJavaClass() is undefined for the type FilterGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:546: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:546: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:547: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:547: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:553: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:554: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:555: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:566: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:577: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:578: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:588: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:602: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:602: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:603: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:603: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:610: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Predicate.java:611: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:45: The hierarchy of the type ProcessingInstruction is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:79: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:79: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:80: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:80: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:84: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:85: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:91: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:92: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:99: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:102: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:103: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:106: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:109: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:110: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:117: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:118: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:121: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:122: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:128: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:136: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstruction.java:138: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:44: The hierarchy of the type ProcessingInstructionPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:92: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:92: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:93: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:93: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:103: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:104: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:107: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:111: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:115: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:116: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:117: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:118: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:119: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:123: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:125: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:126: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:127: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:129: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:130: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:145: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:146: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:148: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:148: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:151: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:153: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ProcessingInstructionPattern.java:156: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:36: The hierarchy of the type RealExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:52: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:52: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:53: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:53: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RealExpr.java:54: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:48: The hierarchy of the type RelationalExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:201: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:201: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:202: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:202: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:210: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:211: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:220: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:235: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:236: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:236: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:247: The method CMP(boolean) from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:254: The method GE(boolean) from the type Type refers to the missing type BranchInstruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:258: The method LE(boolean) from the type Type refers to the missing type BranchInstruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:262: The method GT(boolean) from the type Type refers to the missing type BranchInstruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelationalExpr.java:266: The method LT(boolean) from the type Type refers to the missing type BranchInstruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelativeLocationPath.java:28: The hierarchy of the type RelativeLocationPath is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RelativePathPattern.java:28: The hierarchy of the type RelativePathPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:36: The hierarchy of the type RoundCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:43: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:43: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:44: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:44: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/RoundCall.java:48: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:36: The hierarchy of the type SimpleAttributeValue is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:71: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:71: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:72: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:72: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SimpleAttributeValue.java:73: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:64: The hierarchy of the type Sort is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:239: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:239: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:240: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:240: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:258: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:259: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:263: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:264: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:274: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:275: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:276: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:282: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:288: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:290: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:291: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:292: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:294: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:295: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:323: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:323: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:324: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:324: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:336: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:337: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:340: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:341: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:344: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:345: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:347: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:349: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:351: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:352: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:355: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:356: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:359: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:360: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:362: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:364: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:366: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:367: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:370: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:371: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:374: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:375: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:377: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:379: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:381: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:382: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:385: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:386: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:389: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:390: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:392: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:395: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:397: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:398: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:399: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:400: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:401: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:403: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:404: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:405: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:407: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:409: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:436: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:438: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:461: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:461: The method getConstantPool() is undefined for the type NodeSortRecordFactGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:479: The method addField(Field) is undefined for the type NodeSortRecordFactGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:479: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:488: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:489: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:508: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:508: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:511: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:516: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:517: ALOAD_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:518: ALOAD_2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:606: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:653: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Sort.java:681: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:40: The hierarchy of the type StartsWithCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:83: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:83: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:84: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:84: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StartsWithCall.java:87: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:53: The hierarchy of the type Step is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:228: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:228: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:229: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:229: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:254: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:255: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:256: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:257: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:266: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:274: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:275: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:276: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:277: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:283: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:284: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:285: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:308: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:309: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:310: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:324: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:325: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:326: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:327: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:336: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:337: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:338: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:339: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:355: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:355: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:356: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:356: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:377: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:382: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:393: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:399: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:403: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:405: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:407: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:411: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:429: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:430: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:434: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:437: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:438: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:442: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:444: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:445: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:447: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:449: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:450: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:472: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:473: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:477: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:480: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:481: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:485: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:488: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:489: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:492: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:493: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:495: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:496: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:499: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Step.java:501: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:45: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:46: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:47: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:48: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:49: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:63: The hierarchy of the type StepPattern is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:232: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:232: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:233: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:233: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:238: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:239: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:240: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:243: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:243: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:244: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:245: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:250: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:251: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:252: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:255: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:255: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:256: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:257: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:264: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:265: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:266: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:267: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:270: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:270: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:271: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:272: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:278: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:278: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:279: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:279: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:282: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:283: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:286: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:290: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:305: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:306: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:308: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:308: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:311: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:313: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:316: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:322: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:322: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:323: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:323: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:326: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:327: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:330: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:334: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:339: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:340: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:356: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:357: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:361: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:363: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:364: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:365: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:367: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:368: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:371: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:372: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:374: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:377: The method setStartNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:380: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:381: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:382: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:390: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:390: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:391: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:393: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:393: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:396: The method storeIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:397: The method storeCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:407: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StepPattern.java:507: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringCall.java:37: The hierarchy of the type StringCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringCall.java:56: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringCall.java:56: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringCall.java:60: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:37: The hierarchy of the type StringLengthCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:43: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:43: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:44: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:44: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:49: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/StringLengthCall.java:52: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:45: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:46: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:47: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:48: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:49: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:50: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:51: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:61: The hierarchy of the type Stylesheet is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:663: FieldGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:663: FieldGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:666: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:676: FieldGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:676: FieldGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:679: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:738: The method getJavaClass() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:798: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:798: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:799: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:799: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:803: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:853: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:854: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:858: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:864: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:865: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:866: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:867: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:872: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:873: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:877: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:883: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:884: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:885: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:886: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:891: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:892: NEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:892: BasicType cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:896: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:902: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:903: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:904: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:905: IASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:912: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:913: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:917: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:923: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:924: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:925: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:926: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:936: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:937: NEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:937: BasicType cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:941: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:946: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:947: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:948: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:949: IASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:960: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:961: NEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:961: BasicType cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:966: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:971: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:972: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:973: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:974: IASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:987: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:988: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:993: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:998: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:999: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1000: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1001: AASTORE cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1011: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1012: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1013: PUTSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1019: RETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1030: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1030: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1031: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1031: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1035: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1040: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1041: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1136: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1299: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1348: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Stylesheet.java:1490: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:61: The hierarchy of the type SyntaxTreeNode is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:626: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:626: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:627: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:627: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:640: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:648: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:652: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:653: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:654: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:655: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:657: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:664: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:665: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:666: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:669: The method startDocument() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:675: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:676: The method endDocument() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:691: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:692: DUP_X1 cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:693: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:700: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:701: ANEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:702: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:703: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:704: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:705: NEWARRAY cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:705: BasicType cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:706: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:707: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:711: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:712: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:715: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:716: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:719: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:720: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:723: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:724: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:729: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:732: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:733: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:734: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:735: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:739: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:740: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:745: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/SyntaxTreeNode.java:746: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:45: The hierarchy of the type Template is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:296: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:296: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:297: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:297: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:305: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:306: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:307: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:308: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:309: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:310: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:331: The method loadParameter(int) from the type NamedMethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Template.java:332: The method storeParameter(int) from the type NamedMethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:75: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:80: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:122: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:123: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:197: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:198: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:198: The method getTemplateInstructionHandle(Template) from the type Mode refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:214: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:216: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:219: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:220: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:226: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:226: The method getTemplateHandle(Template) from the type TestSeq refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:230: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:231: The method getTemplateHandle(Template) from the type TestSeq refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:237: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:237: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:240: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:243: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:243: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:245: The method compile(ClassGenerator, MethodGenerator) from the type Expression refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:250: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:264: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:264: The method getTemplateHandle(Template) from the type TestSeq refers to the missing type InstructionHandle
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:265: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:265: GOTO_W cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:278: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:279: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:283: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TestSeq.java:285: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:38: The hierarchy of the type Text is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:156: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:156: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:157: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:157: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:164: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:165: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:166: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:169: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:177: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:178: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:184: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:190: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:191: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:192: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:193: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:228: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:228: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:229: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:229: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:239: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:242: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Text.java:243: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:34: The hierarchy of the type TopLevelElement is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:62: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:64: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:64: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TopLevelElement.java:65: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:40: The hierarchy of the type TransletOutput is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:100: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:100: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:101: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:101: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:109: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:110: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:115: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:127: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:129: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:130: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:133: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:139: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:140: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:141: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/TransletOutput.java:144: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnaryOpExpr.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnaryOpExpr.java:35: The hierarchy of the type UnaryOpExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnaryOpExpr.java:84: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnaryOpExpr.java:84: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnaryOpExpr.java:86: The method NEG() from the type Type refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:43: The hierarchy of the type UnionPathExpr is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:111: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:111: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:112: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:112: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:122: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:123: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:124: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:125: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:131: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:139: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:140: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:141: The method loadContextNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnionPathExpr.java:142: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:40: The hierarchy of the type UnparsedEntityUriCall is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:57: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:57: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:58: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:58: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:60: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java:64: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnresolvedRef.java:33: The hierarchy of the type UnresolvedRef is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:41: The hierarchy of the type UnsupportedElement is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:140: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:140: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:141: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:141: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:145: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:146: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UnsupportedElement.java:147: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:41: The hierarchy of the type UseAttributeSets is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:86: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:86: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:87: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:87: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:99: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:100: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:101: The method loadIterator() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:102: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/UseAttributeSets.java:105: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:34: The hierarchy of the type AttributeSetMethodGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:39: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:40: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:44: Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:46: Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:48: Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:53: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:54: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:55: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:56: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:57: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:58: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:60: ClassGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:61: org.apache.bcel.Constants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:62: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:63: Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:65: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:68: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:68: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:69: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:69: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:70: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:70: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:71: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:71: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:72: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:72: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:73: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:73: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:76: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:77: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:80: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:81: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:88: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:89: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:92: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/AttributeSetMethodGenerator.java:93: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:45: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:52: The hierarchy of the type BooleanType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:71: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:72: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:109: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:109: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:110: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:110: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:111: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:111: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:112: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:113: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:113: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:114: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:115: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:126: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:126: I2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:138: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:138: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:139: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:139: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:140: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:141: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:142: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:143: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:154: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:154: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:188: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:188: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:189: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:189: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:190: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:191: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:196: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:197: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:200: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:201: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:204: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:205: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:205: IFGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:206: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:206: IF_ICMPGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:209: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:210: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:210: IFGE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:211: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:211: IF_ICMPGE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:214: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:215: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:215: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:216: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:216: IF_ICMPLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:219: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:220: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:220: IFLE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:221: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/BooleanType.java:221: IF_ICMPLE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:48: ClassGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:54: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:68: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:68: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:108: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:109: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:137: Method cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ClassGenerator.java:137: The method getGeneratedMethods(ClassGenerator) from the type MethodGenerator refers to the missing type Method
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:40: The hierarchy of the type CompareGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:49: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:50: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:51: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:52: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:53: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:54: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:59: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:59: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:63: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:63: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:64: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:64: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:65: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:65: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:66: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:66: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:68: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:69: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:73: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:73: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:74: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:74: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:75: ACONST_NULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:76: The method storeIterator() from the type CompareGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:79: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:80: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:83: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:84: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:87: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:88: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:91: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:92: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:103: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:104: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:107: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java:108: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:35: The hierarchy of the type FilterGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:37: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:46: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:46: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:53: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java:54: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:45: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:46: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:54: The hierarchy of the type IntType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:69: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:70: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:120: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:120: I2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:131: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:131: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:132: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:132: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:133: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:146: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:146: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:147: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:147: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:148: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:149: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:149: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:150: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:151: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:164: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:164: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:165: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:177: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:177: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:178: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:178: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:179: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:180: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:181: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:182: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:193: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:193: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:195: I2C cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:198: I2B cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:201: I2S cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:204: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:207: I2L cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:210: I2F cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:213: I2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:217: I2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:240: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:240: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:241: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:241: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:242: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:246: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:249: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:250: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:253: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:254: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:257: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:258: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:261: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:262: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:265: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:266: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:269: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:270: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:273: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:274: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:277: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:278: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:281: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:282: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:282: IFGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:283: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:283: IF_ICMPGT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:286: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:287: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:287: IFGE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:288: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:288: IF_ICMPGE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:291: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:292: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:292: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:293: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/IntType.java:296: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:39: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:46: Constants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:54: Visitor cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:65: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:76: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MarkerInstruction.java:86: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:36: The hierarchy of the type MatchGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:41: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:42: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:43: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:48: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:48: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:52: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:52: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:53: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:53: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:56: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:57: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:60: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:61: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:71: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:72: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:79: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MatchGenerator.java:79: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:40: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:41: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:43: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:44: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:45: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:46: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:47: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:48: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:49: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:50: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:51: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:52: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:53: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:54: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:55: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:56: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:57: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:58: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:59: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:60: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:61: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:62: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:63: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:64: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:65: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:66: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:67: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:68: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:69: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:70: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:79: MethodGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:88: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:101: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:102: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:103: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:104: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:105: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:106: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:107: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:108: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:110: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:111: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:112: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:113: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:114: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:115: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:116: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:118: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:119: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:120: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:137: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:222: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:238: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:303: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:356: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:408: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:436: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:460: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:494: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:555: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:582: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:588: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:592: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:596: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:600: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:604: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:608: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:612: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:616: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:620: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:624: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:628: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:632: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:636: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:640: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:644: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:648: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:652: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:663: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:670: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:674: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:679: The method getLocalVariable(String) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:682: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:689: MethodGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:707: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:715: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:729: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:735: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:756: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:1767: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodGenerator.java:1798: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodType.java:30: The hierarchy of the type MethodType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/MethodType.java:110: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:37: The hierarchy of the type NamedMethodGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:46: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:46: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:58: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:59: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:62: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NamedMethodGenerator.java:63: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:36: The hierarchy of the type NodeCounterGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:37: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:54: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:54: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:62: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeCounterGenerator.java:63: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:42: The hierarchy of the type NodeSetType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:57: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:58: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:104: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:104: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:105: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:105: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:110: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:111: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:119: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:125: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:126: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:134: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:154: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:154: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:156: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:157: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:157: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:158: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:159: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:170: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:170: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:172: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:173: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:173: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:175: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:175: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:176: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:177: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:177: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:178: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:210: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:210: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:223: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:223: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:225: IFLT cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:236: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:236: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:246: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:246: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:247: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:247: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:250: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:251: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:257: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:264: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:274: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:276: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:291: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:291: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:292: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:292: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:293: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:311: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:311: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:322: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:323: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:326: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSetType.java:327: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordFactGenerator.java:30: The hierarchy of the type NodeSortRecordFactGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:34: The hierarchy of the type NodeSortRecordGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:36: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:44: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:44: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:51: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java:52: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:46: The hierarchy of the type NodeType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:77: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:78: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:122: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:122: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:123: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:123: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:128: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:129: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:133: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:140: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:141: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:145: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:166: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:166: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:168: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:169: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:169: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:170: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:171: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:194: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:194: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:195: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:195: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:198: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:199: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:200: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:203: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:213: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:213: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:226: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:226: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:227: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:238: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:238: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:239: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:239: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:240: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:241: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:242: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:243: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:244: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:255: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:255: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:256: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:256: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:264: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:265: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:272: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:278: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:300: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:300: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:301: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:301: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:302: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:303: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:315: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:316: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:319: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NodeType.java:320: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/NumberType.java:29: The hierarchy of the type NumberType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:40: The hierarchy of the type ObjectType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:101: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:132: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:132: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:133: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:133: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:135: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:136: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:136: IFNULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:137: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:140: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:140: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:141: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:142: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:143: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:154: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:154: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:167: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:167: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:170: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:171: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:174: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ObjectType.java:175: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java:31: The hierarchy of the type OutlineableChunkEnd is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkEnd.java:36: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java:40: The hierarchy of the type OutlineableChunkStart is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/OutlineableChunkStart.java:45: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:38: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:39: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:47: The hierarchy of the type RealType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:62: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:63: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:116: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:116: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:117: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:117: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:118: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:131: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:131: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:133: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:134: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:134: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:135: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:136: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:146: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:146: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:147: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:147: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:148: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:162: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:164: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:164: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:165: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:165: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:168: DUP2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:170: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:172: DSTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:175: DCONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:176: DCMPG cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:177: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:181: DLOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:182: DLOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:183: DCMPG cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:184: IFNE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:196: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:196: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:197: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:197: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:198: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:199: DUP_X2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:200: DUP_X2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:201: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:202: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:213: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:213: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:215: D2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:216: I2C cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:219: D2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:220: I2B cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:223: D2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:224: I2S cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:227: D2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:230: D2L cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:233: D2F cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:236: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:255: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:255: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:259: I2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:262: L2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:265: F2D cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:268: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:290: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:290: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:291: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:291: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:292: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:293: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:298: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:299: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:302: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:303: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:306: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:307: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:310: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:311: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:314: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:315: InstructionConstants cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:318: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:322: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:326: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:330: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:334: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RealType.java:338: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:45: The hierarchy of the type ReferenceType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:60: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:61: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:110: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:110: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:111: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:111: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:115: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:118: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:120: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:128: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:138: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:138: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:139: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:139: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:141: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:147: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:157: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:157: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:158: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:158: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:164: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:174: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:174: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:175: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:175: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:181: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:185: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:206: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:206: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:207: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:207: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:210: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:220: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:220: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:228: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:228: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:229: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:229: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:242: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:245: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:248: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:252: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:253: D2F cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:262: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:263: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:272: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:273: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:282: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:283: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:289: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:292: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:293: L2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:296: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:297: L2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:298: I2S cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:301: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:302: L2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:303: I2B cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:306: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:307: L2I cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:308: I2C cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:311: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:314: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:331: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:331: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:350: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:350: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:352: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:370: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:371: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:374: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ReferenceType.java:375: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:37: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:46: The hierarchy of the type ResultTreeType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:69: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:131: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:131: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:132: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:132: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:133: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:134: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:147: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:147: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:148: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:148: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:154: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:161: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:163: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:165: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:166: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:171: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:172: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:173: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:174: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:177: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:178: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:181: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:186: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:189: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:193: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:223: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:223: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:224: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:224: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:227: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:230: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:235: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:237: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:239: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:242: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:246: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:247: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:248: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:249: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:252: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:255: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:256: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:263: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:268: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:269: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:273: The method addLocalVariable(String, Type, InstructionHandle, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:276: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:281: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:290: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:293: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:296: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:299: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:318: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:318: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:319: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:319: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:322: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:327: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:328: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:331: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:332: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:335: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:336: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:339: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:340: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:350: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:351: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:357: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:367: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:367: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:383: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:383: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:385: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:403: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:403: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:404: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:404: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:411: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:418: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:421: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:446: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:446: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:456: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/ResultTreeType.java:460: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:37: The hierarchy of the type RtMethodGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:39: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:40: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:45: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:45: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:49: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:49: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:50: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:50: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:57: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:58: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:61: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/RtMethodGenerator.java:62: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/SlotAllocator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/SlotAllocator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/SlotAllocator.java:37: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/SlotAllocator.java:50: The method getSize() is undefined for the type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/SlotAllocator.java:80: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:43: The hierarchy of the type StringType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:62: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:63: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:98: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:98: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:100: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:101: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:101: GOTO cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:102: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:103: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:114: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:114: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:115: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:115: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:116: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:131: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:131: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:132: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:132: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:134: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:136: IFEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:147: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:147: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:160: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:160: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:177: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:177: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:178: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:178: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:182: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:183: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:183: IFNONNULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:184: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:185: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:186: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:208: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:208: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:219: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:220: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:223: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/StringType.java:224: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:38: The hierarchy of the type TestGenerator is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:43: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:44: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:45: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:46: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:47: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:48: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:49: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:54: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:54: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:58: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:58: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:59: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:59: ISTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:60: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:60: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:61: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:61: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:62: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:62: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:63: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:63: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:75: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:75: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:78: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:79: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:82: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:83: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:87: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:88: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:91: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:92: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:95: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:96: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:99: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:100: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:103: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/TestGenerator.java:104: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:35: The hierarchy of the type Type is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:119: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:232: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:236: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:240: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:244: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:248: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:252: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:256: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:260: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:264: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:265: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:268: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:272: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:276: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:280: BranchInstruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:284: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:288: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Type.java:289: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Util.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/Util.java:101: The method getType(String) is undefined for the type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:33: The hierarchy of the type VoidType is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:48: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:52: Instruction cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:53: NOP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:82: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:82: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:83: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/util/VoidType.java:83: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:41: The hierarchy of the type ValueOf is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:93: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:93: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:94: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:94: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:100: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:101: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:102: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:115: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:117: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:118: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:124: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:126: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:127: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:132: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:133: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:134: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/ValueOf.java:135: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:42: The hierarchy of the type Variable is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:45: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:45: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:119: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:119: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:120: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:120: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:125: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:126: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:127: The method toJCType() from the type Type refers to the missing type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:134: ICONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:136: DCONST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:138: ACONST_NULL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:141: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:141: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:146: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:146: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:147: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:147: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:165: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:169: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:170: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:177: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:184: The method containsField(String) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:185: The method addField(Field) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:185: Field cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:191: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Variable.java:195: PUTFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:48: The hierarchy of the type VariableBase is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:54: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:88: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:90: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:90: The method toJCType() from the type Type refers to the missing type Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:91: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:100: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:101: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:101: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:102: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:104: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:115: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:127: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:244: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:244: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:245: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:245: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:252: NEW cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:253: DUP_X1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:254: SWAP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:256: INVOKESPECIAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:266: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:266: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:267: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:267: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableBase.java:268: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:39: The hierarchy of the type VariableRef is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:46: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:46: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:47: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:47: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:64: ALOAD_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:65: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:79: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:81: CHECKCAST cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:83: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRef.java:92: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/VariableRefBase.java:31: The hierarchy of the type VariableRefBase is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/When.java:37: The hierarchy of the type When is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:35: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:36: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:47: The hierarchy of the type Whitespace is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:299: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:301: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:302: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:302: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:303: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:309: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:311: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:312: InstructionHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:312: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:313: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:337: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:337: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:338: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:338: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:344: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:345: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:346: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:347: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:348: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:353: The method addInterface(String) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:359: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:359: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:360: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:360: BranchHandle cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:380: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:381: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:382: INVOKEINTERFACE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:383: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:384: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:385: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:388: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:391: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:407: ILOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:408: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:412: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:414: IF_ICMPEQ cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:435: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:435: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:436: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:436: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:442: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:443: org.apache.bcel cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:444: Type mismatch: cannot convert from org.apache.xalan.xsltc.compiler.util.Type to org.apache.bcel.generic.Type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:445: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:446: org.apache.bcel.generic.Type cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:451: The method addInterface(String) is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:454: ICONST_1 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:456: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/Whitespace.java:457: IRETURN cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:43: The hierarchy of the type WithParam is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:170: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:170: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:171: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:171: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:172: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:182: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:182: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:183: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:183: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:195: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:198: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:202: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:204: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/WithParam.java:207: POP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:27: The import java_cup.runtime cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:30: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:53: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:63: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:68: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:68: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:75: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:99: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:101: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:108: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:132: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:134: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:136: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:138: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:140: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:142: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:144: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:146: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:148: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:150: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:775: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:801: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:828: The method disambiguateStar() from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:832: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:836: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:840: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:844: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:852: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:856: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:860: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:864: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:868: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:872: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:876: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:880: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:884: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:888: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:896: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:900: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:904: The method newSymbol(int, Long) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:908: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:912: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:916: The method disambiguateOperator(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:920: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:924: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:928: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:932: The method newSymbol(int, Double) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:936: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:940: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:944: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:948: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:953: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:958: The method newSymbol(int, Double) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:962: The method disambiguateOperator(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:966: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:970: The method disambiguateOperator(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:974: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:978: The method disambiguateOperator(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:982: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:986: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:990: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:994: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:998: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1002: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1006: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1010: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1014: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1018: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1022: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1026: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1030: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1034: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1038: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1042: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1046: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1050: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1054: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1058: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1062: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1066: The method disambiguateAxisOrFunction(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1070: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1074: The method newSymbol(int) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1078: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1086: The method newSymbol(int, Long) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1090: The method newSymbol(int, Double) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1094: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1102: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1110: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1118: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1122: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1126: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1130: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1134: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1138: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1142: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1146: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1150: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1154: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1158: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathLexer.java:1162: The method newSymbol(int, String) from the type XPathLexer refers to the missing type Symbol
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:12: The import java_cup.runtime cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:22: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:28: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:32: The method unpackFromStrings(String[]) is undefined for the type XPathParser
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:83: The method unpackFromStrings(String[]) is undefined for the type XPathParser
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:666: The method unpackFromStrings(String[]) is undefined for the type XPathParser
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:835: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:837: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1044: Symbol cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1048: The method parse() is undefined for the type Object
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1123: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1125: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1131: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1141: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1141: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1141: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1150: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1150: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1150: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1159: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1159: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1159: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1168: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1168: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1168: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1177: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1177: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1177: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1186: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1186: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1186: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1195: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1195: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1195: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1204: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1204: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1204: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1213: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1213: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1213: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1222: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1222: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1222: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1231: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1231: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1231: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1240: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1240: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1240: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1249: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1249: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1249: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1258: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1258: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1258: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1267: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1267: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1267: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1276: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1276: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1276: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1285: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1285: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1285: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1293: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1294: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1295: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1297: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1297: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1297: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1305: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1306: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1307: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1309: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1309: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1309: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1318: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1318: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1318: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1327: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1327: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1327: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1335: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1336: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1337: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1347: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1347: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1347: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1356: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1356: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1356: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1365: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1365: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1365: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1374: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1374: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1374: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1382: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1383: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XPathParser.java:1384: java_cup cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:32: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:33: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:34: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:53: The hierarchy of the type XslAttribute is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:193: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:193: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:194: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:194: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:202: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:203: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:205: The method namespace() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:210: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:211: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:217: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:218: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:225: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:228: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:229: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:232: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:235: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:236: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:245: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:248: The method loadTranslet() from the type ClassGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:249: GETFIELD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:252: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:253: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:257: INVOKEVIRTUAL cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:278: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:279: The method uniqueAttribute() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:283: The method attribute() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslAttribute.java:287: The method storeHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:24: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:25: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:26: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:27: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:28: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:29: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:30: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:31: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:45: The hierarchy of the type XslElement is inconsistent
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:182: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:182: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:183: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:183: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:186: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:188: DUP2 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:189: The method startElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:192: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:193: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:195: The method namespace() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:202: The method endElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:215: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:216: ConstantPoolGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:216: The method getConstantPool() is undefined for the type ClassGenerator
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:217: InstructionList cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:217: The method getInstructionList(Pattern) from the type MethodGenerator refers to the missing type InstructionList
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:228: LocalVariableGen cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:229: The method addLocalVariable2(String, Type, InstructionHandle) from the type MethodGenerator refers to the missing type LocalVariableGen
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:235: ASTORE cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:236: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:243: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:246: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:249: ALOAD cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:262: DUP cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:263: PUSH cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:264: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:268: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:272: GETSTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:277: ICONST_0 cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:279: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:286: The method loadHandler() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:287: The method loadDOM() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:288: The method loadCurrentNode() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:291: INVOKESTATIC cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XslElement.java:304: The method endElement() from the type MethodGenerator refers to the missing type Instruction
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:42: The import org.apache.bcel cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:826: JavaClass cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:896: JavaClass cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:896: JavaClass cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:908: JavaClass cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/compiler/XSLTC.java:908: JavaClass cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xalan/xsltc/util/JavaCupRedirect.java:90: java_cup cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:28: The import org.apache.xerces cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:69: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:104: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:104: The method getConstructor(Class<?>...) from the type Class<SAXParser> refers to the missing type SAXParser
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:114: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:114: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:137: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:145: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:148: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:148: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:163: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:171: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:195: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:201: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:225: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:236: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:254: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:266: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:345: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:356: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:375: SAXParser cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:400: org.apache.xml.serialize cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/dtm/ref/IncrementalSAXSource_Xerces.java:401: org.apache.xml.serialize cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:26: The import java.text.RuleBasedCollator cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:27: The import java.text.CollationElementIterator cannot be resolved
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:44: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:51: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:51: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:53: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:58: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:58: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:71: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:75: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:77: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:78: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:79: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:91: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:97: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:98: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:99: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:100: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:103: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:104: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:129: CollationElementIterator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:129: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:130: CollationElementIterator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:130: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:135: CollationElementIterator cannot be resolved to a variable
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:163: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:168: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:170: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:173: RuleBasedCollator cannot be resolved to a type
error: /Users/jjj/dev/java_src/xalan-j_2_7_2/src/org/apache/xml/utils/StringComparable.java:175: RuleBasedCollator cannot be resolved to a type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment