-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
1.4.0_03
-
generic
-
solaris_9
This was found during an attempt to switch the admin/install CBE to use
the 1.4.0_03-b03 JDK. Prior to this the version of java shipped in
S9FCS was being used, which was 1.4.0_00-b05.
The source below can be found at:
/ws/admininstall-S9-patch/src/common/lib/xml/com/sun/xml/tree
Output from javac
javac -g -classpath /net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml AttributeNode.java
AttributeNode.java:70: com.sun.xml.tree.AttributeNode should be declared abstract; it does not define getOwnerElement() in com.sun.xml.tree.AttributeNode
class AttributeNode extends NodeBase
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/ElementNode.java:62: com.sun.xml.tree.ElementNode should be declared abstract; it does not define getAttributeNS(java.lang.String,java.lang.String) in com.sun.xml.tree.ElementNode
public class ElementNode extends ParentNode implements ElementEx
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:87: com.sun.xml.tree.XmlDocument should be declared abstract; it does not define createDocumentType(java.lang.String,java.lang.String,java.lang.String) in com.sun.xml.tree.XmlDocument
public class XmlDocument extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:1131: com.sun.xml.tree.XmlDocument.DocFragNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static final class DocFragNode extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:1187: com.sun.xml.tree.XmlDocument.EntityRefNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
final static class EntityRefNode extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/AttributeSet.java:46: com.sun.xml.tree.AttributeSet should be declared abstract; it does not define getNamedItemNS(java.lang.String,java.lang.String) in com.sun.xml.tree.AttributeSet
class AttributeSet implements NamedNodeMap, XmlWritable
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:45: com.sun.xml.tree.Doctype should be declared abstract; it does not define getPublicId() in com.sun.xml.tree.Doctype
final class Doctype extends NodeBase implements DocumentType
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:204: com.sun.xml.tree.Doctype.NotationNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static class NotationNode extends NodeBase implements Notation
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:260: com.sun.xml.tree.Doctype.EntityNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static class EntityNode extends NodeBase implements Entity
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:344: com.sun.xml.tree.Doctype.Nodemap should be declared abstract; it does not define getNamedItemNS(java.lang.String,java.lang.String) in com.sun.xml.tree.Doctype.Nodemap
static class Nodemap implements NamedNodeMap
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/TextNode.java:40: com.sun.xml.tree.TextNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class TextNode extends DataNode implements Text
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/PINode.java:43: com.sun.xml.tree.PINode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class PINode extends NodeBase implements ProcessingInstruction
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/CommentNode.java:36: com.sun.xml.tree.CommentNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class CommentNode extends DataNode implements Comment
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
13 errors
the 1.4.0_03-b03 JDK. Prior to this the version of java shipped in
S9FCS was being used, which was 1.4.0_00-b05.
The source below can be found at:
/ws/admininstall-S9-patch/src/common/lib/xml/com/sun/xml/tree
Output from javac
javac -g -classpath /net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml AttributeNode.java
AttributeNode.java:70: com.sun.xml.tree.AttributeNode should be declared abstract; it does not define getOwnerElement() in com.sun.xml.tree.AttributeNode
class AttributeNode extends NodeBase
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/ElementNode.java:62: com.sun.xml.tree.ElementNode should be declared abstract; it does not define getAttributeNS(java.lang.String,java.lang.String) in com.sun.xml.tree.ElementNode
public class ElementNode extends ParentNode implements ElementEx
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:87: com.sun.xml.tree.XmlDocument should be declared abstract; it does not define createDocumentType(java.lang.String,java.lang.String,java.lang.String) in com.sun.xml.tree.XmlDocument
public class XmlDocument extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:1131: com.sun.xml.tree.XmlDocument.DocFragNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static final class DocFragNode extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/XmlDocument.java:1187: com.sun.xml.tree.XmlDocument.EntityRefNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
final static class EntityRefNode extends ParentNode
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/AttributeSet.java:46: com.sun.xml.tree.AttributeSet should be declared abstract; it does not define getNamedItemNS(java.lang.String,java.lang.String) in com.sun.xml.tree.AttributeSet
class AttributeSet implements NamedNodeMap, XmlWritable
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:45: com.sun.xml.tree.Doctype should be declared abstract; it does not define getPublicId() in com.sun.xml.tree.Doctype
final class Doctype extends NodeBase implements DocumentType
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:204: com.sun.xml.tree.Doctype.NotationNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static class NotationNode extends NodeBase implements Notation
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:260: com.sun.xml.tree.Doctype.EntityNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
static class EntityNode extends NodeBase implements Entity
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/Doctype.java:344: com.sun.xml.tree.Doctype.Nodemap should be declared abstract; it does not define getNamedItemNS(java.lang.String,java.lang.String) in com.sun.xml.tree.Doctype.Nodemap
static class Nodemap implements NamedNodeMap
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/TextNode.java:40: com.sun.xml.tree.TextNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class TextNode extends DataNode implements Text
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/PINode.java:43: com.sun.xml.tree.PINode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class PINode extends NodeBase implements ProcessingInstruction
^
/net/on81-adms-patch/admin/build/admininstall-s9-patch/usr/src/common/lib/xml/com/sun/xml/tree/CommentNode.java:36: com.sun.xml.tree.CommentNode should be declared abstract; it does not define normalize() in com.sun.xml.tree.NodeBase
class CommentNode extends DataNode implements Comment
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
13 errors