Binary compatibility report for the Cocoon library between 1.1.1 and 1.2 versions
Test Info
Library Name | Cocoon |
Version #1 | 1.1.1 |
Version #2 | 1.2 |
Test Results
Total Java ARchives | 4 |
---|
Total Methods / Classes | 2970 / 354 |
---|
Verdict | Incompatible (3.2%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 112 |
---|
Removed Methods | High | 57 |
---|
Problems with Data Types | High | 12 |
---|
Medium | 38 |
Low | 3 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 9 |
Other Changes in Data Types | - | 12 |
Added Methods (112)
cocoon.jar, Browsers.class
package org.apache.cocoon
Browsers.toString ( ) : String
[mangled: org/apache/cocoon/Browsers.toString:()Ljava/lang/String;]
cocoon.jar, Cocoon.class
package org.apache.cocoon
Cocoon.version ( ) [static] : String
[mangled: org/apache/cocoon/Cocoon.version:()Ljava/lang/String;]
cocoon.jar, Configurations.class
package org.apache.cocoon.framework
Configurations.get ( String p1, String p2 ) : Object
[mangled: org/apache/cocoon/framework/Configurations.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
cocoon.jar, Engine.class
package org.apache.cocoon
Engine.Engine ( String p1 )
[mangled: org/apache/cocoon/Engine."<init>":(Ljava/lang/String;)V]
Engine.getResourceConnection ( String p1 ) : URLConnection
[mangled: org/apache/cocoon/Engine.getResourceConnection:(Ljava/lang/String;)Ljava/net/URLConnection;]
Engine.getStatus ( ) : Hashtable
[mangled: org/apache/cocoon/Engine.getStatus:()Ljava/util/Hashtable;]
Engine.handle ( PrintWriter p1, HttpServletRequest p2, HttpServletResponse p3 ) : void
[mangled: org/apache/cocoon/Engine.handle:(Ljava/io/PrintWriter;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
cocoon.jar, Frontend.class
package org.apache.cocoon
Frontend.error ( PrintWriter p1, String p2, Throwable p3 ) [static] : void
[mangled: org/apache/cocoon/Frontend.error:(Ljava/io/PrintWriter;Ljava/lang/String;Ljava/lang/Throwable;)V]
Frontend.footer ( PrintWriter p1 ) [static] : void
[mangled: org/apache/cocoon/Frontend.footer:(Ljava/io/PrintWriter;)V]
Frontend.Frontend ( )
[mangled: org/apache/cocoon/Frontend."<init>":()V]
Frontend.header ( PrintWriter p1 ) [static] : void
[mangled: org/apache/cocoon/Frontend.header:(Ljava/io/PrintWriter;)V]
Frontend.header ( PrintWriter p1, int p2 ) [static] : void
[mangled: org/apache/cocoon/Frontend.header:(Ljava/io/PrintWriter;I)V]
Frontend.table ( PrintWriter p1, String p2, Hashtable p3 ) [static] : void
[mangled: org/apache/cocoon/Frontend.table:(Ljava/io/PrintWriter;Ljava/lang/String;Ljava/util/Hashtable;)V]
cocoon.jar, OpenXMLPrinter.class
package org.apache.cocoon.printer
OpenXMLPrinter.init ( Configurations p1 ) : void
[mangled: org/apache/cocoon/printer/OpenXMLPrinter.init:(Lorg/apache/cocoon/framework/Configurations;)V]
OpenXMLPrinter.OpenXMLPrinter ( )
[mangled: org/apache/cocoon/printer/OpenXMLPrinter."<init>":()V]
OpenXMLPrinter.print ( Document p1, Writer p2 ) : void
[mangled: org/apache/cocoon/printer/OpenXMLPrinter.print:(Lorg/w3c/dom/Document;Ljava/io/Writer;)V]
OpenXMLPrinter.toString ( ) : String
[mangled: org/apache/cocoon/printer/OpenXMLPrinter.toString:()Ljava/lang/String;]
cocoon.jar, PINotFoundException.class
package org.apache.cocoon.processor
PINotFoundException.PINotFoundException ( )
[mangled: org/apache/cocoon/processor/PINotFoundException."<init>":()V]
PINotFoundException.PINotFoundException ( String p1 )
[mangled: org/apache/cocoon/processor/PINotFoundException."<init>":(Ljava/lang/String;)V]
cocoon.jar, ProcessorException.class
package org.apache.cocoon.processor
ProcessorException.ProcessorException ( )
[mangled: org/apache/cocoon/processor/ProcessorException."<init>":()V]
cocoon.jar, Utils.class
package org.apache.cocoon
Utils.toURL ( File p1 ) [static] : URL
[mangled: org/apache/cocoon/Utils.toURL:(Ljava/io/File;)Ljava/net/URL;]
Utils.Utils ( )
[mangled: org/apache/cocoon/Utils."<init>":()V]
openxml.jar, AttrNodeMap.class
package org.openxml.dom
AttrNodeMap.getLength ( ) : int
[mangled: org/openxml/dom/AttrNodeMap.getLength:()I]
AttrNodeMap.getNamedItem ( String p1 ) : Node
[mangled: org/openxml/dom/AttrNodeMap.getNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
AttrNodeMap.item ( int p1 ) : Node
[mangled: org/openxml/dom/AttrNodeMap.item:(I)Lorg/w3c/dom/Node;]
AttrNodeMap.removeNamedItem ( String p1 ) : Node
[mangled: org/openxml/dom/AttrNodeMap.removeNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
AttrNodeMap.setNamedItem ( Node p1 ) : Node
[mangled: org/openxml/dom/AttrNodeMap.setNamedItem:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
openxml.jar, ElementTagFilter.class
package org.openxml.dom.iterator
ElementTagFilter.acceptNode ( Node p1 ) : boolean
[mangled: org/openxml/dom/iterator/ElementTagFilter.acceptNode:(Lorg/w3c/dom/Node;)Z]
ElementTagFilter.lookup ( String p1 ) [static] : NodeFilter
[mangled: org/openxml/dom/iterator/ElementTagFilter.lookup:(Ljava/lang/String;)Lorg/w3c/dom/fi/NodeFilter;]
openxml.jar, FastString.class
package org.openxml.util
FastString.toLowerCase ( ) : FastString
[mangled: org/openxml/util/FastString.toLowerCase:()Lorg/openxml/util/FastString;]
FastString.toUpperCase ( ) : FastString
[mangled: org/openxml/util/FastString.toUpperCase:()Lorg/openxml/util/FastString;]
openxml.jar, HTMLEntities.class
package org.openxml.x3p.publishers
HTMLEntities.optionalClosingTag ( String p1 ) [static] : boolean
[mangled: org/openxml/x3p/publishers/HTMLEntities.optionalClosingTag:(Ljava/lang/String;)Z]
HTMLEntities.supportsChildren ( String p1 ) [static] : boolean
[mangled: org/openxml/x3p/publishers/HTMLEntities.supportsChildren:(Ljava/lang/String;)Z]
openxml.jar, InnerIterator.class
package org.openxml.dom.iterator
InnerIterator.destroy ( ) : void
[mangled: org/openxml/dom/iterator/InnerIterator.destroy:()V]
InnerIterator.InnerIterator ( )
[mangled: org/openxml/dom/iterator/InnerIterator."<init>":()V]
InnerIterator.nextNode ( ) [abstract] : Node
[mangled: org/openxml/dom/iterator/InnerIterator.nextNode:()Lorg/w3c/dom/Node;]
InnerIterator.prevNode ( ) [abstract] : Node
[mangled: org/openxml/dom/iterator/InnerIterator.prevNode:()Lorg/w3c/dom/Node;]
InnerIterator.removeNode ( Node p1 ) : void
[mangled: org/openxml/dom/iterator/InnerIterator.removeNode:(Lorg/w3c/dom/Node;)V]
InnerIterator.reset ( ) : void
[mangled: org/openxml/dom/iterator/InnerIterator.reset:()V]
openxml.jar, ListInnerIterator.class
package org.openxml.dom.iterator
ListInnerIterator.nextNode ( ) : Node
[mangled: org/openxml/dom/iterator/ListInnerIterator.nextNode:()Lorg/w3c/dom/Node;]
ListInnerIterator.prevNode ( ) : Node
[mangled: org/openxml/dom/iterator/ListInnerIterator.prevNode:()Lorg/w3c/dom/Node;]
openxml.jar, NamedNodeFilter.class
package org.openxml.dom.iterator
NamedNodeFilter.lookup ( String p1 ) [static] : NodeFilter
[mangled: org/openxml/dom/iterator/NamedNodeFilter.lookup:(Ljava/lang/String;)Lorg/w3c/dom/fi/NodeFilter;]
openxml.jar, NodeImpl.class
package org.openxml.dom
NodeImpl.createNodeIterator ( boolean p1, int p2, NodeFilter p3 ) : NodeIterator
[mangled: org/openxml/dom/NodeImpl.createNodeIterator:(ZILorg/w3c/dom/fi/NodeFilter;)Lorg/w3c/dom/fi/NodeIterator;]
NodeImpl.removeInnerIterator ( InnerIterator p1 ) : void
[mangled: org/openxml/dom/NodeImpl.removeInnerIterator:(Lorg/openxml/dom/iterator/InnerIterator;)V]
openxml.jar, NodeIteratorImpl.class
package org.openxml.dom.iterator
NodeIteratorImpl.asInnerIterator ( ) : InnerIterator
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.asInnerIterator:()Lorg/openxml/dom/iterator/InnerIterator;]
NodeIteratorImpl.finalize ( ) : void
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.finalize:()V]
NodeIteratorImpl.getLength ( ) : int
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.getLength:()I]
NodeIteratorImpl.item ( int p1 ) : Node
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.item:(I)Lorg/w3c/dom/Node;]
NodeIteratorImpl.nextNode ( ) : Node
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.nextNode:()Lorg/w3c/dom/Node;]
NodeIteratorImpl.NodeIteratorImpl ( NodeImpl p1, boolean p2, int p3, NodeFilter p4 )
[mangled: org/openxml/dom/iterator/NodeIteratorImpl."<init>":(Lorg/openxml/dom/NodeImpl;ZILorg/w3c/dom/fi/NodeFilter;)V]
NodeIteratorImpl.prevNode ( ) : Node
[mangled: org/openxml/dom/iterator/NodeIteratorImpl.prevNode:()Lorg/w3c/dom/Node;]
openxml.jar, TreeInnerIterator.class
package org.openxml.dom.iterator
TreeInnerIterator.nextNode ( ) : Node
[mangled: org/openxml/dom/iterator/TreeInnerIterator.nextNode:()Lorg/w3c/dom/Node;]
TreeInnerIterator.prevNode ( ) : Node
[mangled: org/openxml/dom/iterator/TreeInnerIterator.prevNode:()Lorg/w3c/dom/Node;]
xslp.jar, Formatter.class
package com.kav.xsl
Formatter.getIndentSize ( ) : int
[mangled: com/kav/xsl/Formatter.getIndentSize:()I]
Formatter.setIndentSize ( int p1 ) : void
[mangled: com/kav/xsl/Formatter.setIndentSize:(I)V]
xslp.jar, NodeSet.class
package com.kav.xsl
NodeSet.add ( int p1, Node p2 ) : boolean
[mangled: com/kav/xsl/NodeSet.add:(ILorg/w3c/dom/Node;)Z]
NodeSet.add ( Node p1 ) : boolean
[mangled: com/kav/xsl/NodeSet.add:(Lorg/w3c/dom/Node;)Z]
NodeSet.clear ( ) : void
[mangled: com/kav/xsl/NodeSet.clear:()V]
NodeSet.contains ( Node p1 ) : boolean
[mangled: com/kav/xsl/NodeSet.contains:(Lorg/w3c/dom/Node;)Z]
NodeSet.equals ( Object p1 ) : boolean
[mangled: com/kav/xsl/NodeSet.equals:(Ljava/lang/Object;)Z]
NodeSet.get ( int p1 ) : Node
[mangled: com/kav/xsl/NodeSet.get:(I)Lorg/w3c/dom/Node;]
NodeSet.hashCode ( ) : int
[mangled: com/kav/xsl/NodeSet.hashCode:()I]
NodeSet.indexOf ( Node p1 ) : int
[mangled: com/kav/xsl/NodeSet.indexOf:(Lorg/w3c/dom/Node;)I]
NodeSet.isEmpty ( ) : boolean
[mangled: com/kav/xsl/NodeSet.isEmpty:()Z]
NodeSet.NodeSet ( )
[mangled: com/kav/xsl/NodeSet."<init>":()V]
NodeSet.NodeSet ( int p1 )
[mangled: com/kav/xsl/NodeSet."<init>":(I)V]
NodeSet.remove ( int p1 ) : Node
[mangled: com/kav/xsl/NodeSet.remove:(I)Lorg/w3c/dom/Node;]
NodeSet.remove ( Node p1 ) : boolean
[mangled: com/kav/xsl/NodeSet.remove:(Lorg/w3c/dom/Node;)Z]
NodeSet.size ( ) : int
[mangled: com/kav/xsl/NodeSet.size:()I]
NodeSet.toArray ( ) : Node[ ]
[mangled: com/kav/xsl/NodeSet.toArray:()[Lorg/w3c/dom/Node;]
NodeSet.toArray ( Node[ ] p1 ) : Node[ ]
[mangled: com/kav/xsl/NodeSet.toArray:([Lorg/w3c/dom/Node;)[Lorg/w3c/dom/Node;]
xslp.jar, OpenXMLParser.class
package xslp.xml.parsers
OpenXMLParser.createDocument ( ) : Document
[mangled: xslp/xml/parsers/OpenXMLParser.createDocument:()Lorg/w3c/dom/Document;]
OpenXMLParser.OpenXMLParser ( )
[mangled: xslp/xml/parsers/OpenXMLParser."<init>":()V]
OpenXMLParser.readDocument ( Reader p1, String p2, PrintWriter p3 ) : Document
[mangled: xslp/xml/parsers/OpenXMLParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
OpenXMLParser.setDocumentType ( Document p1, String p2 ) : void
[mangled: xslp/xml/parsers/OpenXMLParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
OpenXMLParser.setValidation ( boolean p1 ) : void
[mangled: xslp/xml/parsers/OpenXMLParser.setValidation:(Z)V]
xslp.jar, OracleParser.class
package xslp.xml.parsers
OracleParser.createDocument ( ) : Document
[mangled: xslp/xml/parsers/OracleParser.createDocument:()Lorg/w3c/dom/Document;]
OracleParser.OracleParser ( )
[mangled: xslp/xml/parsers/OracleParser."<init>":()V]
OracleParser.readDocument ( Reader p1, String p2, PrintWriter p3 ) : Document
[mangled: xslp/xml/parsers/OracleParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
OracleParser.setDocumentType ( Document p1, String p2 ) : void
[mangled: xslp/xml/parsers/OracleParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
OracleParser.setValidation ( boolean p1 ) : void
[mangled: xslp/xml/parsers/OracleParser.setValidation:(Z)V]
xslp.jar, ProjectXParser.class
package xslp.xml.parsers
ProjectXParser.createDocument ( ) : Document
[mangled: xslp/xml/parsers/ProjectXParser.createDocument:()Lorg/w3c/dom/Document;]
ProjectXParser.ProjectXParser ( )
[mangled: xslp/xml/parsers/ProjectXParser."<init>":()V]
ProjectXParser.readDocument ( Reader p1, String p2, PrintWriter p3 ) : Document
[mangled: xslp/xml/parsers/ProjectXParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
ProjectXParser.setDocumentType ( Document p1, String p2 ) : void
[mangled: xslp/xml/parsers/ProjectXParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
ProjectXParser.setValidation ( boolean p1 ) : void
[mangled: xslp/xml/parsers/ProjectXParser.setValidation:(Z)V]
xslp.jar, QuickStack.class
package com.kav.util
QuickStack.empty ( ) : boolean
[mangled: com/kav/util/QuickStack.empty:()Z]
QuickStack.peek ( ) : Object
[mangled: com/kav/util/QuickStack.peek:()Ljava/lang/Object;]
QuickStack.pop ( ) : Object
[mangled: com/kav/util/QuickStack.pop:()Ljava/lang/Object;]
QuickStack.push ( Object p1 ) : void
[mangled: com/kav/util/QuickStack.push:(Ljava/lang/Object;)V]
QuickStack.QuickStack ( )
[mangled: com/kav/util/QuickStack."<init>":()V]
QuickStack.search ( Object p1 ) : int
[mangled: com/kav/util/QuickStack.search:(Ljava/lang/Object;)I]
xslp.jar, RuleProcessor.class
package com.kav.xsl
RuleProcessor.findTemplate ( TemplateRule[ ] p1, Node p2, String p3, Hashtable p4 ) : TemplateRule
[mangled: com/kav/xsl/RuleProcessor.findTemplate:([Lcom/kav/xsl/TemplateRule;Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/util/Hashtable;)Lcom/kav/xsl/TemplateRule;]
xslp.jar, Selection.class
package com.kav.xsl
Selection.selectNodes ( Node p1, Hashtable p2 ) : NodeSet
[mangled: com/kav/xsl/Selection.selectNodes:(Lorg/w3c/dom/Node;Ljava/util/Hashtable;)Lcom/kav/xsl/NodeSet;]
xslp.jar, TemplateRule.class
package com.kav.xsl
TemplateRule.setAttribute ( String p1, String p2 ) : void
[mangled: com/kav/xsl/TemplateRule.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
xslp.jar, Whitespace.class
package com.kav.xml
Whitespace.stripSpace ( String p1, boolean p2, boolean p3 ) [static] : String
[mangled: com/kav/xml/Whitespace.stripSpace:(Ljava/lang/String;ZZ)Ljava/lang/String;]
xslp.jar, XML4J_1xParser.class
package xslp.xml.parsers
XML4J_1xParser.createDocument ( ) : Document
[mangled: xslp/xml/parsers/XML4J_1xParser.createDocument:()Lorg/w3c/dom/Document;]
XML4J_1xParser.error ( String p1, int p2, int p3, Object p4, String p5 ) : int
[mangled: xslp/xml/parsers/XML4J_1xParser.error:(Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)I]
XML4J_1xParser.readDocument ( Reader p1, String p2, PrintWriter p3 ) : Document
[mangled: xslp/xml/parsers/XML4J_1xParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
XML4J_1xParser.setDocumentType ( Document p1, String p2 ) : void
[mangled: xslp/xml/parsers/XML4J_1xParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
XML4J_1xParser.setValidation ( boolean p1 ) : void
[mangled: xslp/xml/parsers/XML4J_1xParser.setValidation:(Z)V]
XML4J_1xParser.XML4J_1xParser ( )
[mangled: xslp/xml/parsers/XML4J_1xParser."<init>":()V]
xslp.jar, XML4J_2xParser.class
package xslp.xml.parsers
XML4J_2xParser.createDocument ( ) : Document
[mangled: xslp/xml/parsers/XML4J_2xParser.createDocument:()Lorg/w3c/dom/Document;]
XML4J_2xParser.readDocument ( Reader p1, String p2, PrintWriter p3 ) : Document
[mangled: xslp/xml/parsers/XML4J_2xParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
XML4J_2xParser.setDocumentType ( Document p1, String p2 ) : void
[mangled: xslp/xml/parsers/XML4J_2xParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
XML4J_2xParser.setValidation ( boolean p1 ) : void
[mangled: xslp/xml/parsers/XML4J_2xParser.setValidation:(Z)V]
XML4J_2xParser.XML4J_2xParser ( )
[mangled: xslp/xml/parsers/XML4J_2xParser."<init>":()V]
xslp.jar, XMLPrinter.class
package com.kav.xml
XMLPrinter.printUTF8Char ( char p1 ) : void
[mangled: com/kav/xml/XMLPrinter.printUTF8Char:(C)V]
XMLPrinter.printUTF8Chars ( char[ ] p1 ) : void
[mangled: com/kav/xml/XMLPrinter.printUTF8Chars:([C)V]
xslp.jar, XSLImport.class
package com.kav.xsl
XSLImport.resolveHref ( String p1, String p2 ) [static] : String
[mangled: com/kav/xsl/XSLImport.resolveHref:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
xslp.jar, XSLProcessor.class
package com.kav.xsl
XSLProcessor.setValidation ( boolean p1 ) : void
[mangled: com/kav/xsl/XSLProcessor.setValidation:(Z)V]
xslp.jar, XSLStylesheet.class
package com.kav.xsl
XSLStylesheet.isAllowableImport ( String p1 ) : boolean
[mangled: com/kav/xsl/XSLStylesheet.isAllowableImport:(Ljava/lang/String;)Z]
to the top
Removed Methods (57)
cocoon.jar, AbstractPrinter.class
package org.apache.cocoon.printer
AbstractPrinter.AbstractPrinter ( )
[mangled: org/apache/cocoon/printer/AbstractPrinter."<init>":()V]
AbstractPrinter.init ( Configurations p1 ) : void
[mangled: org/apache/cocoon/printer/AbstractPrinter.init:(Lorg/apache/cocoon/framework/Configurations;)V]
AbstractPrinter.print ( Document p1, Writer p2 ) [abstract] : void
[mangled: org/apache/cocoon/printer/AbstractPrinter.print:(Lorg/w3c/dom/Document;Ljava/io/Writer;)V]
cocoon.jar, Cocoon.class
package org.apache.cocoon
Cocoon.getResourceConnection ( String p1 ) : URLConnection
[mangled: org/apache/cocoon/Cocoon.getResourceConnection:(Ljava/lang/String;)Ljava/net/URLConnection;]
cocoon.jar, ConfigurationFactory.class
package org.apache.cocoon.framework
ConfigurationFactory.getConfigurations ( String p1, String p2 ) [static] : Configurations
[mangled: org/apache/cocoon/framework/ConfigurationFactory.getConfigurations:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cocoon/framework/Configurations;]
cocoon.jar, HTMLPrinter.class
package org.apache.cocoon.printer
HTMLPrinter.HTMLPrinter ( )
[mangled: org/apache/cocoon/printer/HTMLPrinter."<init>":()V]
HTMLPrinter.print ( Document p1, Writer p2 ) : void
[mangled: org/apache/cocoon/printer/HTMLPrinter.print:(Lorg/w3c/dom/Document;Ljava/io/Writer;)V]
HTMLPrinter.toString ( ) : String
[mangled: org/apache/cocoon/printer/HTMLPrinter.toString:()Ljava/lang/String;]
cocoon.jar, XMLPrinter.class
package org.apache.cocoon.printer
XMLPrinter.print ( Document p1, Writer p2 ) : void
[mangled: org/apache/cocoon/printer/XMLPrinter.print:(Lorg/w3c/dom/Document;Ljava/io/Writer;)V]
XMLPrinter.toString ( ) : String
[mangled: org/apache/cocoon/printer/XMLPrinter.toString:()Ljava/lang/String;]
XMLPrinter.XMLPrinter ( )
[mangled: org/apache/cocoon/printer/XMLPrinter."<init>":()V]
openxml.jar, ElementImpl.class
package org.openxml.dom
ElementImpl.getLength ( ) : int
[mangled: org/openxml/dom/ElementImpl.getLength:()I]
ElementImpl.getNamedItem ( String p1 ) : Node
[mangled: org/openxml/dom/ElementImpl.getNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
ElementImpl.item ( int p1 ) : Node
[mangled: org/openxml/dom/ElementImpl.item:(I)Lorg/w3c/dom/Node;]
ElementImpl.removeNamedItem ( String p1 ) : Node
[mangled: org/openxml/dom/ElementImpl.removeNamedItem:(Ljava/lang/String;)Lorg/w3c/dom/Node;]
ElementImpl.setNamedItem ( Node p1 ) : Node
[mangled: org/openxml/dom/ElementImpl.setNamedItem:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;]
openxml.jar, HTMLEntities.class
package org.openxml.x3p.publishers
HTMLEntities.optionalClosingTag ( Element p1 ) [static] : boolean
[mangled: org/openxml/x3p/publishers/HTMLEntities.optionalClosingTag:(Lorg/w3c/dom/Element;)Z]
HTMLEntities.supportsChildren ( Element p1 ) [static] : boolean
[mangled: org/openxml/x3p/publishers/HTMLEntities.supportsChildren:(Lorg/w3c/dom/Element;)Z]
openxml.jar, ListIteratorImpl.class
package org.openxml.dom.iterator
ListIteratorImpl.asNodeIteratorListener ( ) : NodeIteratorListener
[mangled: org/openxml/dom/iterator/ListIteratorImpl.asNodeIteratorListener:()Lorg/openxml/dom/iterator/NodeIteratorListener;]
ListIteratorImpl.finalize ( ) : void
[mangled: org/openxml/dom/iterator/ListIteratorImpl.finalize:()V]
ListIteratorImpl.ListIteratorImpl ( NodeImpl p1, int p2, NodeFilter p3 )
[mangled: org/openxml/dom/iterator/ListIteratorImpl."<init>":(Lorg/openxml/dom/NodeImpl;ILorg/w3c/dom/fi/NodeFilter;)V]
ListIteratorImpl.nextNode ( ) : Node
[mangled: org/openxml/dom/iterator/ListIteratorImpl.nextNode:()Lorg/w3c/dom/Node;]
ListIteratorImpl.prevNode ( ) : Node
[mangled: org/openxml/dom/iterator/ListIteratorImpl.prevNode:()Lorg/w3c/dom/Node;]
openxml.jar, NamedNodeFilter.class
package org.openxml.dom.iterator
NamedNodeFilter.getNamedNodeFilter ( String p1 ) [static] : NodeFilter
[mangled: org/openxml/dom/iterator/NamedNodeFilter.getNamedNodeFilter:(Ljava/lang/String;)Lorg/w3c/dom/fi/NodeFilter;]
openxml.jar, NodeImpl.class
package org.openxml.dom
NodeImpl.removeNodeIteratorListener ( NodeIteratorListener p1 ) : void
[mangled: org/openxml/dom/NodeImpl.removeNodeIteratorListener:(Lorg/openxml/dom/iterator/NodeIteratorListener;)V]
openxml.jar, NodeIteratorListener.class
package org.openxml.dom.iterator
NodeIteratorListener.removeNode ( Node p1 ) [abstract] : void
[mangled: org/openxml/dom/iterator/NodeIteratorListener.removeNode:(Lorg/w3c/dom/Node;)V]
openxml.jar, TreeIteratorImpl.class
package org.openxml.dom.iterator
TreeIteratorImpl.asNodeIteratorListener ( ) : NodeIteratorListener
[mangled: org/openxml/dom/iterator/TreeIteratorImpl.asNodeIteratorListener:()Lorg/openxml/dom/iterator/NodeIteratorListener;]
TreeIteratorImpl.finalize ( ) : void
[mangled: org/openxml/dom/iterator/TreeIteratorImpl.finalize:()V]
TreeIteratorImpl.nextNode ( ) : Node
[mangled: org/openxml/dom/iterator/TreeIteratorImpl.nextNode:()Lorg/w3c/dom/Node;]
TreeIteratorImpl.prevNode ( ) : Node
[mangled: org/openxml/dom/iterator/TreeIteratorImpl.prevNode:()Lorg/w3c/dom/Node;]
TreeIteratorImpl.TreeIteratorImpl ( NodeImpl p1, int p2, NodeFilter p3 )
[mangled: org/openxml/dom/iterator/TreeIteratorImpl."<init>":(Lorg/openxml/dom/NodeImpl;ILorg/w3c/dom/fi/NodeFilter;)V]
xslp.jar, OpenXMLParser.class
package com.kav.xml.parser
OpenXMLParser.createDocument ( ) : Document
[mangled: com/kav/xml/parser/OpenXMLParser.createDocument:()Lorg/w3c/dom/Document;]
OpenXMLParser.OpenXMLParser ( )
[mangled: com/kav/xml/parser/OpenXMLParser."<init>":()V]
OpenXMLParser.readDocument ( Reader reader, String filename, PrintWriter errorWriter ) : Document
[mangled: com/kav/xml/parser/OpenXMLParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
OpenXMLParser.setDocumentType ( Document document, String systemId ) : void
[mangled: com/kav/xml/parser/OpenXMLParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
OpenXMLParser.setValidation ( boolean validate ) : void
[mangled: com/kav/xml/parser/OpenXMLParser.setValidation:(Z)V]
xslp.jar, OracleParser.class
package com.kav.xml.parser
OracleParser.createDocument ( ) : Document
[mangled: com/kav/xml/parser/OracleParser.createDocument:()Lorg/w3c/dom/Document;]
OracleParser.OracleParser ( )
[mangled: com/kav/xml/parser/OracleParser."<init>":()V]
OracleParser.readDocument ( Reader reader, String filename, PrintWriter errorWriter ) : Document
[mangled: com/kav/xml/parser/OracleParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
OracleParser.setDocumentType ( Document document, String systemId ) : void
[mangled: com/kav/xml/parser/OracleParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
OracleParser.setValidation ( boolean validate ) : void
[mangled: com/kav/xml/parser/OracleParser.setValidation:(Z)V]
xslp.jar, RuleProcessor.class
package com.kav.xsl
RuleProcessor.findTemplate ( Node node, String mode, Hashtable idRefs ) : TemplateRule
[mangled: com/kav/xsl/RuleProcessor.findTemplate:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/util/Hashtable;)Lcom/kav/xsl/TemplateRule;]
xslp.jar, Selection.class
package com.kav.xsl
Selection.selectNodes ( Node context, Hashtable idRefs ) : Node[ ]
[mangled: com/kav/xsl/Selection.selectNodes:(Lorg/w3c/dom/Node;Ljava/util/Hashtable;)[Lorg/w3c/dom/Node;]
xslp.jar, XML4J_1xParser.class
package com.kav.xml.parser
XML4J_1xParser.createDocument ( ) : Document
[mangled: com/kav/xml/parser/XML4J_1xParser.createDocument:()Lorg/w3c/dom/Document;]
XML4J_1xParser.error ( String fileName, int lineNo, int charOffset, Object key, String msg ) : int
[mangled: com/kav/xml/parser/XML4J_1xParser.error:(Ljava/lang/String;IILjava/lang/Object;Ljava/lang/String;)I]
XML4J_1xParser.readDocument ( Reader reader, String filename, PrintWriter errorWriter ) : Document
[mangled: com/kav/xml/parser/XML4J_1xParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
XML4J_1xParser.setDocumentType ( Document document, String systemId ) : void
[mangled: com/kav/xml/parser/XML4J_1xParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
XML4J_1xParser.setValidation ( boolean validate ) : void
[mangled: com/kav/xml/parser/XML4J_1xParser.setValidation:(Z)V]
XML4J_1xParser.XML4J_1xParser ( )
[mangled: com/kav/xml/parser/XML4J_1xParser."<init>":()V]
xslp.jar, XML4J_2xParser.class
package com.kav.xml.parser
XML4J_2xParser.createDocument ( ) : Document
[mangled: com/kav/xml/parser/XML4J_2xParser.createDocument:()Lorg/w3c/dom/Document;]
XML4J_2xParser.readDocument ( Reader reader, String filename, PrintWriter errorWriter ) : Document
[mangled: com/kav/xml/parser/XML4J_2xParser.readDocument:(Ljava/io/Reader;Ljava/lang/String;Ljava/io/PrintWriter;)Lorg/w3c/dom/Document;]
XML4J_2xParser.setDocumentType ( Document document, String systemId ) : void
[mangled: com/kav/xml/parser/XML4J_2xParser.setDocumentType:(Lorg/w3c/dom/Document;Ljava/lang/String;)V]
XML4J_2xParser.setValidation ( boolean validate ) : void
[mangled: com/kav/xml/parser/XML4J_2xParser.setValidation:(Z)V]
XML4J_2xParser.XML4J_2xParser ( )
[mangled: com/kav/xml/parser/XML4J_2xParser."<init>":()V]
xslp.jar, XSLStylesheet.class
package com.kav.xsl
XSLStylesheet.includeFrom ( XSLStylesheet xsl ) : void
[mangled: com/kav/xsl/XSLStylesheet.includeFrom:(Lcom/kav/xsl/XSLStylesheet;)V]
XSLStylesheet.includeWithoutVerify ( XSLStylesheet xsl ) : void
[mangled: com/kav/xsl/XSLStylesheet.includeWithoutVerify:(Lcom/kav/xsl/XSLStylesheet;)V]
XSLStylesheet.isAllowableInclusion ( String filename ) : boolean
[mangled: com/kav/xsl/XSLStylesheet.isAllowableInclusion:(Ljava/lang/String;)Z]
to the top
Problems with Data Types, High Severity (12)
cocoon.jar
package org.apache.cocoon
[+] Cocoon (1)
| Change | Effect |
---|
1 | Removed super-interface CocoonDefaults. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
Cocoon ( )This constructor is from 'Cocoon' class.
getServletInfo ( )This method is from 'Cocoon' class.
init ( ServletConfig )This method is from 'Cocoon' class.
service ( HttpServletRequest, HttpServletResponse )This method is from 'Cocoon' class.
package org.apache.cocoon.printer
[+] AbstractPrinter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
AbstractPrinter ( )This constructor is from 'AbstractPrinter' abstract class.
init ( Configurations )This method is from 'AbstractPrinter' abstract class.
print ( Document, Writer )This abstract method is from 'AbstractPrinter' abstract class.
[+] HTMLPrinter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
HTMLPrinter ( )This constructor is from 'HTMLPrinter' class.
print ( Document, Writer )This method is from 'HTMLPrinter' class.
toString ( )This method is from 'HTMLPrinter' class.
[+] XMLPrinter (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
XMLPrinter ( )This constructor is from 'XMLPrinter' class.
print ( Document, Writer )This method is from 'XMLPrinter' class.
toString ( )This method is from 'XMLPrinter' class.
openxml.jar
package org.openxml.dom
[+] ElementImpl (1)
| Change | Effect |
---|
1 | Removed super-interface org.w3c.dom.NamedNodeMap. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (19)
ElementImpl ( DocumentImpl, String )This constructor is from 'ElementImpl' class.
clone ( )This method is from 'ElementImpl' class.
cloneInto ( NodeImpl, boolean )This method is from 'ElementImpl' class.
cloneNode ( boolean )This method is from 'ElementImpl' class.
equals ( Object )This method is from 'ElementImpl' class.
getAttribute ( String )This method is from 'ElementImpl' class.
getAttributeNode ( String )This method is from 'ElementImpl' class.
getAttributes ( )This method is from 'ElementImpl' class.
getElementsByTagName ( String )This method is from 'ElementImpl' class.
getNodeType ( )This method is from 'ElementImpl' class.
getTagName ( )This method is from 'ElementImpl' class.
normalize ( )This method is from 'ElementImpl' class.
...
package org.openxml.dom.iterator
[+] ListIteratorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
ListIteratorImpl ( NodeImpl, int, NodeFilter )This constructor is from 'ListIteratorImpl' class.
asNodeIteratorListener ( )This method is from 'ListIteratorImpl' class.
finalize ( )This method is from 'ListIteratorImpl' class.
nextNode ( )This method is from 'ListIteratorImpl' class.
prevNode ( )This method is from 'ListIteratorImpl' class.
[+] NodeIteratorListener (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
removeNode ( Node )This abstract method is from 'NodeIteratorListener' interface.
[+] TreeIteratorImpl (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
TreeIteratorImpl ( NodeImpl, int, NodeFilter )This constructor is from 'TreeIteratorImpl' class.
asNodeIteratorListener ( )This method is from 'TreeIteratorImpl' class.
finalize ( )This method is from 'TreeIteratorImpl' class.
nextNode ( )This method is from 'TreeIteratorImpl' class.
prevNode ( )This method is from 'TreeIteratorImpl' class.
xslp.jar
package com.kav.xml.parser
[+] OpenXMLParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
OpenXMLParser ( )This constructor is from 'OpenXMLParser' class.
createDocument ( )This method is from 'OpenXMLParser' class.
readDocument ( Reader, String, PrintWriter )This method is from 'OpenXMLParser' class.
setDocumentType ( Document, String )This method is from 'OpenXMLParser' class.
setValidation ( boolean )This method is from 'OpenXMLParser' class.
[+] OracleParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
OracleParser ( )This constructor is from 'OracleParser' class.
createDocument ( )This method is from 'OracleParser' class.
readDocument ( Reader, String, PrintWriter )This method is from 'OracleParser' class.
setDocumentType ( Document, String )This method is from 'OracleParser' class.
setValidation ( boolean )This method is from 'OracleParser' class.
[+] XML4J_1xParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
XML4J_1xParser ( )This constructor is from 'XML4J_1xParser' class.
createDocument ( )This method is from 'XML4J_1xParser' class.
error ( String, int, int, Object, String )This method is from 'XML4J_1xParser' class.
readDocument ( Reader, String, PrintWriter )This method is from 'XML4J_1xParser' class.
setDocumentType ( Document, String )This method is from 'XML4J_1xParser' class.
setValidation ( boolean )This method is from 'XML4J_1xParser' class.
[+] XML4J_2xParser (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
XML4J_2xParser ( )This constructor is from 'XML4J_2xParser' class.
createDocument ( )This method is from 'XML4J_2xParser' class.
readDocument ( Reader, String, PrintWriter )This method is from 'XML4J_2xParser' class.
setDocumentType ( Document, String )This method is from 'XML4J_2xParser' class.
setValidation ( boolean )This method is from 'XML4J_2xParser' class.
to the top
Problems with Methods, High Severity (1)
openxml.jar, NamedNodeFilter
package org.openxml.dom.iterator
[+] NamedNodeFilter.NamedNodeFilter ( String p1 ) (1)
[mangled: org/openxml/dom/iterator/NamedNodeFilter."<init>":(Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
to the top
Problems with Data Types, Medium Severity (38)
xslp.jar
package com.kav.xsl
[+] XSLObject (38)
| Change | Effect |
---|
1 | Value of final field ARG (short) has been changed from 36 to 37. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 | Value of final field ATTRIBUTE (short) has been changed from 1 to 2. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
3 | Value of final field ATTRIBUTE_SET (short) has been changed from 2 to 3. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
4 | Value of final field CDATA (short) has been changed from 35 to 36. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
5 | Value of final field CHOOSE (short) has been changed from 3 to 4. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
6 | Value of final field COMMENT (short) has been changed from 4 to 5. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
7 | Value of final field CONSTANT (short) has been changed from 5 to 6. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
8 | Value of final field CONTENTS (short) has been changed from 6 to 7. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
9 | Value of final field COPY (short) has been changed from 7 to 8. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
10 | Value of final field COUNTER (short) has been changed from 8 to 9. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
11 | Value of final field COUNTERS (short) has been changed from 9 to 10. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
12 | Value of final field COUNTER_INCREMENT (short) has been changed from 10 to 11. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
13 | Value of final field COUNTER_RESET (short) has been changed from 11 to 12. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
14 | Value of final field COUNTER_SCOPE (short) has been changed from 12 to 13. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
15 | Value of final field ELEMENT (short) has been changed from 13 to 14. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
16 | Value of final field ENTITY_REF (short) has been changed from 37 to 38. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
17 | Value of final field FOR_EACH (short) has been changed from 19 to 20. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
18 | Value of final field ID (short) has been changed from 14 to 15. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
19 | Value of final field IF (short) has been changed from 15 to 16. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
20 | Value of final field IMPORT (short) has been changed from 16 to 17. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
21 | Value of final field INCLUDE (short) has been changed from 17 to 18. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
22 | Value of final field INVOKE (short) has been changed from 18 to 19. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
23 | Value of final field LITERAL (short) has been changed from 20 to 21. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
24 | Value of final field MACRO (short) has been changed from 21 to 22. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
25 | Value of final field MACRO_ARG (short) has been changed from 22 to 23. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
26 | Value of final field NUMBER (short) has been changed from 23 to 24. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
27 | Value of final field OTHERWISE (short) has been changed from 24 to 25. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
28 | Value of final field PI (short) has been changed from 25 to 26. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
29 | Value of final field PRESERVE_SPACE (short) has been changed from 26 to 27. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
30 | Value of final field SCRIPT (short) has been changed from 38 to 39. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
31 | Value of final field SORT (short) has been changed from 27 to 28. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
32 | Value of final field STRIP_SPACE (short) has been changed from 28 to 29. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
33 | Value of final field STYLESHEET (short) has been changed from 29 to 30. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
34 | Value of final field TEMPLATE (short) has been changed from 30 to 31. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
35 | Value of final field TEXT (short) has been changed from 31 to 32. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
36 | Value of final field USE (short) has been changed from 32 to 33. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
37 | Value of final field VALUE_OF (short) has been changed from 33 to 34. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
38 | Value of final field WHEN (short) has been changed from 34 to 35. | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (30)
appendAction ( XSLObject )1st parameter 'xslObj' of this method has type 'XSLObject'.
copy ( )Return value of this method has type 'XSLObject'.
isValidChild ( XSLObject )1st parameter 'xslObj' of this method has type 'XSLObject'.
appendAction ( XSLObject )1st parameter 'xslObject' of this method has type 'XSLObject'.
copy ( )Return value of this method has type 'XSLObject'.
XSLObject ( XSLStylesheet, short )This constructor is from 'XSLObject' class.
appendAction ( XSLObject )This method is from 'XSLObject' class.
copyActions ( XSLObject )This method is from 'XSLObject' class.
copyAttributes ( XSLObject )This method is from 'XSLObject' class.
copyAttributes ( Element )This method is from 'XSLObject' class.
copyAttributesInto ( Hashtable )This method is from 'XSLObject' class.
getActions ( )This method is from 'XSLObject' class.
...
to the top
Problems with Data Types, Low Severity (3)
cocoon.jar
package org.apache.cocoon.processor
[+] AbstractXSLProcessor (1)
| Change | Effect |
---|
1 | Field STYLESHEET_NOT_FOUND (java.lang.String) with the compile-time constant value "No <?xml-stylesheet ?> PI found." has been removed from this class. | A client program may change behavior. |
[+] affected methods (5)
AbstractXSLProcessor ( )This constructor is from 'AbstractXSLProcessor' abstract class.
getStylesheet ( Document, Hashtable )This method is from 'AbstractXSLProcessor' abstract class.
getStylesheetsForBrowsers ( Document, String )This method is from 'AbstractXSLProcessor' abstract class.
init ( Configurations )This method is from 'AbstractXSLProcessor' abstract class.
process ( Document, Hashtable )This abstract method is from 'AbstractXSLProcessor' abstract class.
xslp.jar
package com.kav.xsl
[+] TemplateRule (1)
| Change | Effect |
---|
1 | Method setAttribute ( String, String ) has been overridden by setAttribute ( String, String ) | Method setAttribute ( String, String ) will be called instead of setAttribute ( String, String ) in a client program. |
[+] affected methods (1)
setAttribute ( String, String )Method 'setAttribute ( String, String )' will be called instead of this method in a client program.
[+] XSLImport (1)
| Change | Effect |
---|
1 | Field HTTP_PROTOCOL (java.lang.String) with the compile-time constant value "http:" has been removed from this class. | A client program may change behavior. |
[+] affected methods (10)
XSLImport ( XSLStylesheet )This constructor is from 'XSLImport' class.
XSLImport ( XSLStylesheet, XSLStylesheet )This constructor is from 'XSLImport' class.
getDocumentBase ( String )This method is from 'XSLImport' class.
getHref ( )This method is from 'XSLImport' class.
getInputStream ( String )This method is from 'XSLImport' class.
getInputStream ( String, String )This method is from 'XSLImport' class.
getStylesheet ( )This method is from 'XSLImport' class.
setStylesheet ( XSLStylesheet )This method is from 'XSLImport' class.
importFrom ( XSLImport )1st parameter 'xslImport' of this method has type 'XSLImport'.
importWithoutVerify ( XSLImport )1st parameter 'xslImport' of this method has type 'XSLImport'.
to the top
Problems with Methods, Low Severity (9)
cocoon.jar, ConfigurationFactory
package org.apache.cocoon.framework
[+] ConfigurationFactory.getConfigurations ( String p1 ) [static] : Configurations (2)
[mangled: org/apache/cocoon/framework/ConfigurationFactory.getConfigurations:(Ljava/lang/String;)Lorg/apache/cocoon/framework/Configurations;]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added java.lang.Exception exception thrown.
| A client program may be interrupted by added exception. |
[+] ConfigurationFactory.getConfigurations ( String p1, Configurations p2 ) [static] : Configurations (2)
[mangled: org/apache/cocoon/framework/ConfigurationFactory.getConfigurations:(Ljava/lang/String;Lorg/apache/cocoon/framework/Configurations;)Lorg/apache/cocoon/framework/Configurations;]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
2 | Added java.lang.Exception exception thrown.
| A client program may be interrupted by added exception. |
[+] ConfigurationFactory.getInternalConfigurations ( String p1 ) [static] : Configurations (1)
[mangled: org/apache/cocoon/framework/ConfigurationFactory.getInternalConfigurations:(Ljava/lang/String;)Lorg/apache/cocoon/framework/Configurations;]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
openxml.jar, ElementImpl
package org.openxml.dom
[+] ElementImpl.getAttributes ( ) : NamedNodeMap (1)
[mangled: org/openxml/dom/ElementImpl.getAttributes:()Lorg/w3c/dom/NamedNodeMap;]
| Change | Effect |
---|
1 | Method became synchronized.
| A multi-threaded client program may change behavior. |
[+] ElementImpl.getElementsByTagName ( String p1 ) : NodeList (1)
[mangled: org/openxml/dom/ElementImpl.getElementsByTagName:(Ljava/lang/String;)Lorg/w3c/dom/NodeList;]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
openxml.jar, NodeImpl
package org.openxml.dom
[+] NodeImpl.createTreeIterator ( int p1, NodeFilter p2 ) : NodeIterator (1)
[mangled: org/openxml/dom/NodeImpl.createTreeIterator:(ILorg/w3c/dom/fi/NodeFilter;)Lorg/w3c/dom/fi/NodeIterator;]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
xslp.jar, XSLImport
package com.kav.xsl
[+] XSLImport.getInputStream ( String href, String documentBase ) [static] : InputStream (1)
[mangled: com/kav/xsl/XSLImport.getInputStream:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/InputStream;]
| Change | Effect |
---|
1 | Removed java.net.MalformedURLException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types (12)
xslp.jar
package com.kav.xml
[+] HTMLPrinter (2)
| Change | Effect |
---|
1 | Field META has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field SCRIPT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
HTMLPrinter ( PrintWriter )This constructor is from 'HTMLPrinter' class.
HTMLPrinter ( PrintWriter, int )This constructor is from 'HTMLPrinter' class.
print ( Node, String )This method is from 'HTMLPrinter' class.
setUseFormat ( boolean )This method is from 'HTMLPrinter' class.
[+] XMLPrinter (1)
| Change | Effect |
---|
1 | Field DEFAULT_INDENT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
XMLPrinter ( PrintWriter )This constructor is from 'XMLPrinter' class.
XMLPrinter ( PrintWriter, int )This constructor is from 'XMLPrinter' class.
print ( Node )This method is from 'XMLPrinter' class.
print ( Node, String )This method is from 'XMLPrinter' class.
printDoctype ( DocumentType )This method is from 'XMLPrinter' class.
setIndentSize ( int )This method is from 'XMLPrinter' class.
setUnescapeCDATA ( boolean )This method is from 'XMLPrinter' class.
setUseEmptyElementShorthand ( boolean )This method is from 'XMLPrinter' class.
setUseFormat ( boolean )This method is from 'XMLPrinter' class.
package com.kav.xsl
[+] XSLObject (1)
| Change | Effect |
---|
1 | Field APPLY_IMPORTS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (30)
appendAction ( XSLObject )1st parameter 'xslObj' of this method has type 'XSLObject'.
copy ( )Return value of this method has type 'XSLObject'.
isValidChild ( XSLObject )1st parameter 'xslObj' of this method has type 'XSLObject'.
appendAction ( XSLObject )1st parameter 'xslObject' of this method has type 'XSLObject'.
copy ( )Return value of this method has type 'XSLObject'.
XSLObject ( XSLStylesheet, short )This constructor is from 'XSLObject' class.
appendAction ( XSLObject )This method is from 'XSLObject' class.
copyActions ( XSLObject )This method is from 'XSLObject' class.
copyAttributes ( XSLObject )This method is from 'XSLObject' class.
copyAttributes ( Element )This method is from 'XSLObject' class.
copyAttributesInto ( Hashtable )This method is from 'XSLObject' class.
getActions ( )This method is from 'XSLObject' class.
...
[+] XSLProcessor (8)
| Change | Effect |
---|
1 | Field FORMATTER_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field HELP_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field INDENT_SIZE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
4 | Field INPUT_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
5 | Field OUTPUT_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
6 | Field STYLESHEET_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
7 | Field VALIDATE_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
8 | Field VERSION_FLAG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (23)
XSLProcessor ( )This constructor is from 'XSLProcessor' class.
getAppInfo ( )This method is from 'XSLProcessor' class.
getDOMPackageName ( )This method is from 'XSLProcessor' class.
getProperty ( String )This method is from 'XSLProcessor' class.
main ( String[ ] )This method is from 'XSLProcessor' class.
process ( InputStream, InputStream )This method is from 'XSLProcessor' class.
process ( InputStream, InputStream, PrintWriter )This method is from 'XSLProcessor' class.
process ( InputStream, InputStream, PrintWriter, Formatter )This method is from 'XSLProcessor' class.
process ( String )This method is from 'XSLProcessor' class.
process ( String, PrintWriter )This method is from 'XSLProcessor' class.
process ( String, String )This method is from 'XSLProcessor' class.
process ( String, String, PrintWriter )This method is from 'XSLProcessor' class.
...
to the top
Java ARchives (4)
cocoon-1.1.1.jar
cocoon.jar
openxml.jar
xslp.jar
to the top