>>> Unpacking source... >>> Unpacking xalan-j_2_6_0-src.tar.gz to /var/tmp/portage/xalan-2.6.0-r2/work tar: A lone zero block at 36857 >>> Unpacking xalan-2.6.0-docs.tar.bz2 to /var/tmp/portage/xalan-2.6.0-r2/work Could not find package jakarta-regexp-1.3 >>> Source unpacked. Buildfile: build.xml prepare: [echo] Project:Xalan-Java version:2_6_0 build.xml $Revision: 1.206 $ [mkdir] Created dir: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build [mkdir] Created dir: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes xml.compile: [echo] Compiling DTM implementation and utilities [javac] Compiling 186 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [javac] Issued 3 system warnings: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/${build.boot.class.path}. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/lib/i18n.jar. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/classes. [javac] Issued 3 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/ChunkedIntArray.java": [javac] 40. final int slotsize=4; // Locked, MUST be power of two in current code [javac] ^--------^ [javac] *** Semantic Warning: Final field "slotsize" is initialized with a constant expression and could be made static to save space. [javac] 84. final int slotsize=4; [javac] ^------^ [javac] *** Semantic Warning: Local "slotsize" shadows a field of the same name in "org.apache.xml.dtm.ref.ChunkedIntArray". [javac] 268. final int BLOCKSIZE = 64; [javac] ^------------^ [javac] *** Semantic Warning: Final field "BLOCKSIZE" is initialized with a constant expression and could be made static to save space. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/CustomStringPool.java": [javac] 45. public static final int NULL=-1; [javac] ^--^ [javac] *** Semantic Warning: Field "NULL" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMStringPool". [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMDefaultBaseIterators.java": [javac] 1236. private final int _maxAncestors = 8; [javac] ^---------------^ [javac] *** Semantic Warning: Final field "_maxAncestors" is initialized with a constant expression and could be made static to save space. [javac] 1247. protected int _markedsp, _markedNode, _markedDescendant; [javac] ^---------^ [javac] *** Semantic Warning: Field "_markedNode" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMAxisIteratorBase". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTM.java": [javac] <-------------------------------------------------- [javac] 1677. case Node.PROCESSING_INSTRUCTION_NODE : // %REVIEW% [javac] . . . [javac] 1680. break; [javac] -------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMNodeProxy.java": [javac] 948. Node node = map.getNamedItem(name); [javac] ^--^ [javac] *** Semantic Warning: Local "node" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMNodeProxy". [javac] 1047. Node node = map.getNamedItemNS(namespaceURI,localName); [javac] ^--^ [javac] *** Semantic Warning: Local "node" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMNodeProxy". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/dom2dtm/DOM2DTMdefaultNamespaceDeclarationNode.java": [javac] 50. final String NOT_SUPPORTED_ERR="Unsupported operation on pseudonode"; [javac] ^-----------------------------------------------------^ [javac] *** Semantic Warning: Final field "NOT_SUPPORTED_ERR" is initialized with a constant expression and could be made static to save space. [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/DTMDocumentImpl.java": [javac] 94. private final boolean DEBUG = false; [javac] ^-----------^ [javac] *** Semantic Warning: Final field "DEBUG" is initialized with a constant expression and could be made static to save space. [javac] <------------------- [javac] 1708. case ATTRIBUTE_NODE: [javac] 1709. nodes.readSlot(nodeHandle+1, gotslot); [javac] -------------------------------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/dtm/ref/sax2dtm/SAX2DTM2.java": [javac] 798. private final int _maxAncestors = 8; [javac] ^---------------^ [javac] *** Semantic Warning: Final field "_maxAncestors" is initialized with a constant expression and could be made static to save space. [javac] 809. protected int _markedsp, _markedNode, _markedDescendant; [javac] ^---------^ [javac] *** Semantic Warning: Field "_markedNode" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMAxisIteratorBase". [javac] Issued 5 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/res/XMLErrorResources_sv.java": [javac] 36. public static final int MAX_CODE = 61; [javac] ^------^ [javac] *** Semantic Warning: Field "MAX_CODE" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources". [javac] 39. public static final int MAX_WARNING = 0; [javac] ^---------^ [javac] *** Semantic Warning: Field "MAX_WARNING" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources". [javac] 42. public static final int MAX_OTHERS = 4; [javac] ^--------^ [javac] *** Semantic Warning: Field "MAX_OTHERS" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources". [javac] 45. public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1; [javac] ^----------^ [javac] *** Semantic Warning: Field "MAX_MESSAGES" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources". [javac] 51. public static final Object[][] contents = { [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.res.XMLErrorResources". [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/serializer/ToUnknownStream.java": [javac] 60. private static final String EMPTYSTRING = ""; [javac] ^---------^ [javac] *** Semantic Warning: Field "EMPTYSTRING" shadows a field of the same name in "org.apache.xml.serializer.SerializerConstants". [javac] 107. private boolean m_needToCallStartDocument = false; [javac] ^-----------------------^ [javac] *** Semantic Warning: Field "m_needToCallStartDocument" shadows a field of the same name in "org.apache.xml.serializer.SerializerBase". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/serializer/ToXMLStream.java": [javac] 42. boolean m_cdataTagOpen = false; [javac] ^------------^ [javac] *** Semantic Warning: Field "m_cdataTagOpen" shadows a field of the same name in "org.apache.xml.serializer.SerializerBase". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/NamespaceSupport2.java": [javac] 63. public final static String XMLNS = [javac] ^---^ [javac] *** Semantic Warning: Field "XMLNS" shadows a field of the same name in "org.xml.sax.helpers.NamespaceSupport". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_cy.java": [javac] 40. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_de.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_el.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_en.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_es.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_fr.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_he.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_hy.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_it.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_A.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_HA.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_HI.java": [javac] 44. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ja_JP_I.java": [javac] 44. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ka.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_ko.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_sv.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_zh_CN.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xml/utils/res/XResources_zh_TW.java": [javac] 43. static final Object[][] contents = [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xml.utils.res.XResourceBundle". [copy] Copying 7 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes xalan-interpretive.compile: [echo] Compiling Xalan interpretive classes [javac] Compiling 387 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [javac] Issued 3 system warnings: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/${build.boot.class.path}. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/lib/i18n.jar. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/classes. [javac] Issued 4 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/client/XSLTProcessorApplet.java": [javac] 80. private final String PARAM_styleURL = "styleURL"; [javac] ^-------------------------^ [javac] *** Semantic Warning: Final field "PARAM_styleURL" is initialized with a constant expression and could be made static to save space. [javac] 85. private final String PARAM_documentURL = "documentURL"; [javac] ^-------------------------------^ [javac] *** Semantic Warning: Final field "PARAM_documentURL" is initialized with a constant expression and could be made static to save space. [javac] 713. m_trustedWorker.yield(); [javac] ^-------------------^ [javac] *** Semantic Warning: Invoking the class method "yield" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 746. m_trustedWorker.sleep(50); [javac] ^-------------------^ [javac] *** Semantic Warning: Invoking the class method "sleep" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/patterns/StepPattern.java": [javac] 113. if (this.WILD == m_name) [javac] ^--^ [javac] *** Semantic Warning: Accessing the class field "WILD" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/patterns/ContextMatchStepPattern.java": [javac] 65. return this.SCORE_NONE; [javac] ^--------^ [javac] *** Semantic Warning: Accessing the class field "SCORE_NONE" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 8 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/WalkerFactory.java": [javac] 167. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 408. opPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 459. int leftPos = compiler.getFirstChildPos(op); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 527. int leftPos = compiler.getFirstChildPos(innerExprOpPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] <-------------------------------------- [javac] 615. case OpCodes.FROM_DESCENDANTS_OR_SELF : [javac] 616. foundDS = true; [javac] ----------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] 992. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1110. ai.debugWhatToShow(ai.getWhatToShow()); [javac] ^----------------^ [javac] *** Semantic Warning: Invoking the class method "debugWhatToShow" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] <---------------------------- [javac] 1686. case OpCodes.FROM_FOLLOWING : [javac] . . . [javac] 1704. potentialDuplicateMakingStepCount++; [javac] -------------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/UnionPathIterator.java": [javac] 158. opPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/MatchPatternIterator.java": [javac] 76. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 297. m_pattern.debugWhatToShow(m_pattern.getWhatToShow()); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "debugWhatToShow" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/WalkingIterator.java": [javac] 56. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 8 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/processor/XSLTAttributeDef.java": [javac] 121. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^--------------^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM_OR_PQNAME" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 121. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^----^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 154. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^--------------^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM_OR_PQNAME" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 154. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^----^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 190. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^--------------^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM_OR_PQNAME" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 190. this.m_type = prefixedQNameValAllowed ? this.T_ENUM_OR_PQNAME : this.T_ENUM; [javac] ^----^ [javac] *** Semantic Warning: Accessing the class field "T_ENUM" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 414. int m_errorType = this.WARNING; [javac] ^-----^ [javac] *** Semantic Warning: Accessing the class field "WARNING" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] <-------------- [javac] 1659. case (WARNING): [javac] 1660. handler.warn(msg, args); [javac] ---------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/transformer/TransformerIdentityImpl.java": [javac] 686. if (!m_outputFormat.isLegalPropertyKey(name)) [javac] ^-------------------------------^ [javac] *** Semantic Warning: Invoking the class method "isLegalPropertyKey" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] 719. if (!props.isLegalPropertyKey(name)) [javac] ^----------------------^ [javac] *** Semantic Warning: Invoking the class method "isLegalPropertyKey" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/BasicTestIterator.java": [javac] 74. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/OneStepIterator.java": [javac] 56. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/objects/XBooleanStatic.java": [javac] 31. boolean m_val; [javac] ^---^ [javac] *** Semantic Warning: Field "m_val" shadows a field of the same name in "org.apache.xpath.objects.XBoolean". [javac] Issued 3 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/compiler/Lexer.java": [javac] <--------- [javac] 225. case '@' : [javac] 226. isAttrName = true; [javac] -------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] <--------- [javac] 229. case '-' : [javac] . . . [javac] 238. } [javac] --------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] <--------- [javac] 308. case ':' : [javac] . . . [javac] 332. } [javac] --------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/OneStepIteratorForward.java": [javac] 52. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/DescendantIterator.java": [javac] 55. int firstStepPos = compiler.getFirstChildPos(opPos); [javac] ^-----------------------^ [javac] *** Semantic Warning: Invoking the class method "getFirstChildPos" via an instance is discouraged because the method invoked will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/axes/FilterExprWalker.java": [javac] <------------------------- [javac] 68. case OpCodes.OP_FUNCTION : [javac] . . . [javac] 70. m_mustHardReset = true; [javac] ------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/transformer/KeyTable.java": [javac] 202. if (xuse.getType() != xuse.CLASS_NODESET) [javac] ^-----------^ [javac] *** Semantic Warning: Accessing the class field "CLASS_NODESET" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/transformer/KeyIterator.java": [javac] 45. private QName m_name; [javac] ^----^ [javac] *** Semantic Warning: Field "m_name" shadows a field of the same name in "org.apache.xpath.patterns.NodeTest". [javac] 132. if (score == kd.getMatch().MATCH_SCORE_NONE) [javac] ^--------------^ [javac] *** Semantic Warning: Accessing the class field "MATCH_SCORE_NONE" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 7 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/lib/ExsltDatetime.java": [javac] 824. Date d = dateFormat.parse(datetime.substring(datetime.length() -5)); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 890. Date dt = dateFormat.parse(in); [javac] ^^ [javac] *** Semantic Warning: Local "dt" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 1000. Date d= inFormat.parse(dateTime); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 1017. Date d = inFormat.parse(dateTime); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 1035. Date d = inFormat.parse(dateTime); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 1047. Date d = inFormat.parse(dateTime); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] 1059. Date d = inFormat.parse(dateTime); [javac] ^ [javac] *** Semantic Warning: Local "d" shadows a field of the same name in "org.apache.xalan.lib.ExsltDatetime". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/lib/sql/DTMDocument.java": [javac] <-------------------------------------------------- [javac] 662. case Node.PROCESSING_INSTRUCTION_NODE : // %REVIEW% [javac] . . . [javac] 665. break; [javac] -------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/lib/sql/SQLDocument.java": [javac] 49. private static final String S_NAMESPACE = "http://xml.apache.org/xalan/SQLExtension"; [javac] ^---------^ [javac] *** Semantic Warning: Field "S_NAMESPACE" shadows a field of the same name in "org.apache.xalan.lib.sql.DTMDocument". [javac] Issued 13 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/res/XSLTErrorResources_sv.java": [javac] 36. public static final int MAX_CODE = 201; [javac] ^------^ [javac] *** Semantic Warning: Field "MAX_CODE" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 39. public static final int MAX_WARNING = 29; [javac] ^---------^ [javac] *** Semantic Warning: Field "MAX_WARNING" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 42. public static final int MAX_OTHERS = 55; [javac] ^--------^ [javac] *** Semantic Warning: Field "MAX_OTHERS" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 45. public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1; [javac] ^----------^ [javac] *** Semantic Warning: Field "MAX_MESSAGES" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 48. public static final Object[][] contents = { [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2305. public static final String BAD_CODE = "D?LIG_KOD"; [javac] ^------^ [javac] *** Semantic Warning: Field "BAD_CODE" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2308. public static final String FORMAT_FAILED = "FORMATERING_MISSLYCKADES"; [javac] ^-----------^ [javac] *** Semantic Warning: Field "FORMAT_FAILED" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2311. public static final String ERROR_STRING = "#fel"; [javac] ^----------^ [javac] *** Semantic Warning: Field "ERROR_STRING" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2314. public static final String ERROR_HEADER = "Fel: "; [javac] ^----------^ [javac] *** Semantic Warning: Field "ERROR_HEADER" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2317. public static final String WARNING_HEADER = "Varning: "; [javac] ^------------^ [javac] *** Semantic Warning: Field "WARNING_HEADER" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2320. public static final String XSL_HEADER = "XSLT "; [javac] ^--------^ [javac] *** Semantic Warning: Field "XSL_HEADER" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2323. public static final String XML_HEADER = "XML "; [javac] ^--------^ [javac] *** Semantic Warning: Field "XML_HEADER" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] 2327. public static final String QUERY_HEADER = "M?NSTER "; [javac] ^----------^ [javac] *** Semantic Warning: Field "QUERY_HEADER" shadows a field of the same name in "org.apache.xalan.res.XSLTErrorResources". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/trace/PrintTraceListener.java": [javac] 250. if (ev.m_selection.getType() == ev.m_selection.CLASS_NODESET) { [javac] ^-----------^ [javac] *** Semantic Warning: Accessing the class field "CLASS_NODESET" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/transformer/KeyRefIterator.java": [javac] 124. if (xuse.getType() != xuse.CLASS_NODESET) [javac] ^-----------^ [javac] *** Semantic Warning: Accessing the class field "CLASS_NODESET" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 161. protected QName m_name; [javac] ^----^ [javac] *** Semantic Warning: Field "m_name" shadows a field of the same name in "org.apache.xpath.patterns.NodeTest". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/CachedXPathAPI.java": [javac] 321. XPathContext xpathSupport = new XPathContext(); [javac] ^----------^ [javac] *** Semantic Warning: Local "xpathSupport" shadows a field of the same name in "org.apache.xpath.CachedXPathAPI". [javac] Issued 13 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xpath/res/XPATHErrorResources_sv.java": [javac] 36. public static final int MAX_CODE = 108; // this is needed to keep track of the number of messages [javac] ^------^ [javac] *** Semantic Warning: Field "MAX_CODE" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 39. public static final int MAX_WARNING = 11; // this is needed to keep track of the number of warnings [javac] ^---------^ [javac] *** Semantic Warning: Field "MAX_WARNING" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 42. public static final int MAX_OTHERS = 20; [javac] ^--------^ [javac] *** Semantic Warning: Field "MAX_OTHERS" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 45. public static final int MAX_MESSAGES = MAX_CODE + MAX_WARNING + 1; [javac] ^----------^ [javac] *** Semantic Warning: Field "MAX_MESSAGES" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 49. public static final Object[][] contents = { [javac] ^------^ [javac] *** Semantic Warning: Field "contents" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1213. public static final String BAD_CODE = "D?LIG_KOD"; [javac] ^------^ [javac] *** Semantic Warning: Field "BAD_CODE" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1219. public static final String ERROR_RESOURCES = [javac] ^-------------^ [javac] *** Semantic Warning: Field "ERROR_RESOURCES" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1223. public static final String ERROR_STRING = "//fel"; [javac] ^----------^ [javac] *** Semantic Warning: Field "ERROR_STRING" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1226. public static final String ERROR_HEADER = "Fel: "; [javac] ^----------^ [javac] *** Semantic Warning: Field "ERROR_HEADER" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1229. public static final String WARNING_HEADER = "Varning: "; [javac] ^------------^ [javac] *** Semantic Warning: Field "WARNING_HEADER" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1232. public static final String XSL_HEADER = "XSL "; [javac] ^--------^ [javac] *** Semantic Warning: Field "XSL_HEADER" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1235. public static final String XML_HEADER = "XML "; [javac] ^--------^ [javac] *** Semantic Warning: Field "XML_HEADER" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [javac] 1238. public static final String QUERY_HEADER = "M?NSTER "; [javac] ^----------^ [javac] *** Semantic Warning: Field "QUERY_HEADER" shadows a field of the same name in "org.apache.xpath.res.XPATHErrorResources". [copy] Copying 2 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/org/apache/xalan/res xsltc.prepare: [echo] Compiling XSLTC utilities [javac] Compiling 2 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [javac] Issued 3 system warnings: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/${build.boot.class.path}. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/lib/i18n.jar. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/classes. xsltc.java_cup: xsltc.jlex: xsltc.compile: [echo] Compiling remaining XSLTC classes [javac] Compiling 297 source files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [javac] Issued 3 system warnings: [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/${build.boot.class.path}. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/lib/i18n.jar. [javac] *** Semantic Warning: I/O warning: "No such file or directory" while trying to open /usr/opt/blackdown-jdk-1.4.2.01/jre/classes. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/runtime/output/TransletOutputHandlerFactory.java": [javac] <--------- [javac] 156. case DOM : [javac] . . . [javac] 158. _lexHandler = (LexicalHandler) _handler; [javac] -------------------------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 lexical warning in "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/XPathParser.java": [javac] 825. protected CUP$XPathParser$actions action_obj; [javac] ^---------------------^ [javac] *** Lexical Warning: The use of "$" in an identifier, while legal, is strongly discouraged, since it can conflict with compiler-generated names. If you are trying to access a nested type, use "." instead of "$". [javac] Issued 6 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/XPathParser.java": [javac] 1571. RESULT = new NumberCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1574. RESULT = new StringCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1577. RESULT = new ConcatCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1589. RESULT = new GenerateIdCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1592. RESULT = new StringLengthCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] 1607. RESULT = new FunctionCall(fname, parser.EmptyArgs); [javac] ^-------^ [javac] *** Semantic Warning: Accessing the class field "EmptyArgs" via an instance is discouraged because the field accessed will be the one in the variable's declared type, not the instance's dynamic type. [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/dom/MultiDOM.java": [javac] 45. private static final int NO_TYPE = DOM.FIRST_TYPE - 2; [javac] ^-----^ [javac] *** Semantic Warning: Field "NO_TYPE" shadows a field of the same name in "org.apache.xalan.xsltc.DOM". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/Output.java": [javac] 67. private final static String STRING_SIG = "Ljava/lang/String;"; [javac] ^--------^ [javac] *** Semantic Warning: Field "STRING_SIG" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.Constants". [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/Step.java": [javac] <----------------------- [javac] 282. case NodeTest.ATTRIBUTE: [javac] 283. _axis = Axis.ATTRIBUTE; [javac] --------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] <------- [javac] 293. default: [javac] . . . [javac] 310. } [javac] ----------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/LiteralElement.java": [javac] 56. private final static String XMLNS_STRING = "xmlns"; [javac] ^----------^ [javac] *** Semantic Warning: Field "XMLNS_STRING" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.Constants". [javac] 232. SyntaxTreeNode _literalElemParent = getParent(); [javac] ^----------------^ [javac] *** Semantic Warning: Local "_literalElemParent" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.LiteralElement". [javac] Issued 15 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/XPathLexer.java": [javac] 30. private final int YY_BUFFER_SIZE = 512; [javac] ^------------------^ [javac] *** Semantic Warning: Final field "YY_BUFFER_SIZE" is initialized with a constant expression and could be made static to save space. [javac] 31. private final int YY_F = -1; [javac] ^-------^ [javac] *** Semantic Warning: Final field "YY_F" is initialized with a constant expression and could be made static to save space. [javac] 32. private final int YY_NO_STATE = -1; [javac] ^--------------^ [javac] *** Semantic Warning: Final field "YY_NO_STATE" is initialized with a constant expression and could be made static to save space. [javac] 33. private final int YY_NOT_ACCEPT = 0; [javac] ^---------------^ [javac] *** Semantic Warning: Final field "YY_NOT_ACCEPT" is initialized with a constant expression and could be made static to save space. [javac] 34. private final int YY_START = 1; [javac] ^----------^ [javac] *** Semantic Warning: Final field "YY_START" is initialized with a constant expression and could be made static to save space. [javac] 35. private final int YY_END = 2; [javac] ^--------^ [javac] *** Semantic Warning: Final field "YY_END" is initialized with a constant expression and could be made static to save space. [javac] 36. private final int YY_NO_ANCHOR = 4; [javac] ^--------------^ [javac] *** Semantic Warning: Final field "YY_NO_ANCHOR" is initialized with a constant expression and could be made static to save space. [javac] 37. private final int YY_BOL = 65536; [javac] ^------------^ [javac] *** Semantic Warning: Final field "YY_BOL" is initialized with a constant expression and could be made static to save space. [javac] 38. private final int YY_EOF = 65537; [javac] ^------------^ [javac] *** Semantic Warning: Final field "YY_EOF" is initialized with a constant expression and could be made static to save space. [javac] 39. public final int YYEOF = -1; [javac] ^--------^ [javac] *** Semantic Warning: Final field "YYEOF" is initialized with a constant expression and could be made static to save space. [javac] 76. private final int YYINITIAL = 0; [javac] ^-----------^ [javac] *** Semantic Warning: Final field "YYINITIAL" is initialized with a constant expression and could be made static to save space. [javac] 168. private final int YY_E_INTERNAL = 0; [javac] ^---------------^ [javac] *** Semantic Warning: Final field "YY_E_INTERNAL" is initialized with a constant expression and could be made static to save space. [javac] 169. private final int YY_E_MATCH = 1; [javac] ^------------^ [javac] *** Semantic Warning: Final field "YY_E_MATCH" is initialized with a constant expression and could be made static to save space. [javac] <------- [javac] 782. case 18: [javac] 783. { /* ignore white space. */ } [javac] ----------------------------------------------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] <------- [javac] 1508. default: [javac] 1509. yy_error(YY_E_INTERNAL,false); [javac] -----------------------------------------------------------------------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/Whitespace.java": [javac] 48. public static final int STRIP_SPACE = 1; [javac] ^---------^ [javac] *** Semantic Warning: Field "STRIP_SPACE" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.Constants". [javac] <----------------- [javac] 214. case RULE_ELEMENT: [javac] . . . [javac] 217. } [javac] ----------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/util/FilterGenerator.java": [javac] 34. private static int TRANSLET_INDEX = 5; // translet [javac] ^------------^ [javac] *** Semantic Warning: Field "TRANSLET_INDEX" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.util.ClassGenerator". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/util/CompareGenerator.java": [javac] 44. private static int LAST_INDEX = 5; [javac] ^--------^ [javac] *** Semantic Warning: Field "LAST_INDEX" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.Constants". [javac] Issued 2 semantic warnings compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/dom/SAXImpl.java": [javac] <--------------------- [javac] 1275. case Axis.ATTRIBUTE: { [javac] . . . [javac] 1279. } [javac] ----------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] <--------------------- [javac] 1280. case Axis.NAMESPACE: { [javac] . . . [javac] 1284. } [javac] ----------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/util/NodeSortRecordGenerator.java": [javac] 33. private static final int TRANSLET_INDEX = 4; // translet [javac] ^------------^ [javac] *** Semantic Warning: Field "TRANSLET_INDEX" shadows a field of the same name in "org.apache.xalan.xsltc.compiler.util.ClassGenerator". [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/compiler/Message.java": [javac] <------ [javac] 65. case 1: [javac] . . . [javac] 70. } [javac] ----------------> [javac] *** Semantic Warning: This switch block can fall through to the next case. Did you forget a break statement? [javac] Issued 1 semantic warning compiling "/var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/src/org/apache/xalan/xsltc/dom/NthIterator.java": [javac] 33. private final int _position; [javac] ^-------^ [javac] *** Semantic Warning: Field "_position" shadows a field of the same name in "org.apache.xml.dtm.ref.DTMAxisIteratorBase". xsltc.copy-licenses: [echo] Copying license files for XSLTC support jars [copy] Copying 8 files to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes xsltc.copy-deps-jars: [echo] Copying XSLTC support jars xsltc.copy-deps-jar: [copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [unjar] Expanding: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/BCEL.jar into /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [delete] Deleting: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/BCEL.jar xsltc.copy-deps-jar: [copy] Copying 1 file to /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [unjar] Expanding: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/runtime.jar into /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes [delete] Deleting: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build/classes/runtime.jar xsltc.copy-deps-jar: BUILD FAILED /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:471: The following error occurred while executing this line: /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/build.xml:434: Warning: Could not find file /var/tmp/portage/xalan-2.6.0-r2/work/xalan-j_2_6_0/bin/regexp.jar to copy. Total time: 10 seconds !!! ERROR: dev-java/xalan-2.6.0-r2 failed. !!! Function src_compile, Line 48, Exitcode 1 !!! build failed !!! If you need support, post the topmost build error, NOT this status message.