Source compatibility report for the Cocoon library between 2.1.8 and 2.1.9 versions
Test Info
Library Name | Cocoon |
Version #1 | 2.1.8 |
Version #2 | 2.1.9 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 4790 / 729 |
---|
Verdict | Incompatible (7.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 53 |
---|
Removed Methods | High | 0 |
---|
Problems with Data Types | High | 37 |
---|
Medium | 4 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 2 |
Added Methods (53)
cocoon-2.1.9.jar, Cocoon.class
package org.apache.cocoon
Cocoon.createSourceResolver ( Logger logger ) : SourceResolver
[mangled: org/apache/cocoon/Cocoon.createSourceResolver:(Lorg/apache/avalon/framework/logger/Logger;)Lorg/apache/excalibur/source/SourceResolver;]
cocoon-2.1.9.jar, I18nUtils.class
package org.apache.cocoon.i18n
I18nUtils.matchesI18nNamespace ( String uri ) [static] : boolean
[mangled: org/apache/cocoon/i18n/I18nUtils.matchesI18nNamespace:(Ljava/lang/String;)Z]
cocoon-2.1.9.jar, ImageReader.class
package org.apache.cocoon.reading
ImageReader.readFully ( InputStream in ) : byte[ ]
[mangled: org/apache/cocoon/reading/ImageReader.readFully:(Ljava/io/InputStream;)[B]
cocoon-2.1.9.jar, PropertyAwareConfiguration.class
package org.apache.cocoon.components
PropertyAwareConfiguration.PropertyAwareConfiguration ( Configuration config, boolean deepCopy, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Lorg/apache/avalon/framework/configuration/Configuration;ZLorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.PropertyAwareConfiguration ( Configuration config, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Lorg/apache/avalon/framework/configuration/Configuration;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.PropertyAwareConfiguration ( DefaultConfiguration config, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Lorg/apache/avalon/framework/configuration/DefaultConfiguration;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.PropertyAwareConfiguration ( String name, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Ljava/lang/String;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.PropertyAwareConfiguration ( String name, String location, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.PropertyAwareConfiguration ( String name, String location, String ns, String prefix, Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertyAwareConfiguration.setAttribute ( String name, String value ) : void
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V]
PropertyAwareConfiguration.setValue ( String value ) : void
[mangled: org/apache/cocoon/components/PropertyAwareConfiguration.setValue:(Ljava/lang/String;)V]
cocoon-2.1.9.jar, PropertyAwareNamespacedSAXConfigurationHandler.class
package org.apache.cocoon.components
PropertyAwareNamespacedSAXConfigurationHandler.createConfiguration ( String localName, String location ) : DefaultConfiguration
[mangled: org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.createConfiguration:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/DefaultConfiguration;]
PropertyAwareNamespacedSAXConfigurationHandler.createConfiguration ( String localName, String namespaceURI, String location ) : DefaultConfiguration
[mangled: org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler.createConfiguration:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/DefaultConfiguration;]
PropertyAwareNamespacedSAXConfigurationHandler.PropertyAwareNamespacedSAXConfigurationHandler ( Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareNamespacedSAXConfigurationHandler."<init>":(Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
cocoon-2.1.9.jar, PropertyAwareSAXConfigurationHandler.class
package org.apache.cocoon.components
PropertyAwareSAXConfigurationHandler.createConfiguration ( String localName, String location ) : DefaultConfiguration
[mangled: org/apache/cocoon/components/PropertyAwareSAXConfigurationHandler.createConfiguration:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/avalon/framework/configuration/DefaultConfiguration;]
PropertyAwareSAXConfigurationHandler.PropertyAwareSAXConfigurationHandler ( Settings settings, Logger logger )
[mangled: org/apache/cocoon/components/PropertyAwareSAXConfigurationHandler."<init>":(Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)V]
cocoon-2.1.9.jar, PropertySettings.class
package org.apache.cocoon.util
PropertySettings.getProperties ( ) : List
[mangled: org/apache/cocoon/util/PropertySettings.getProperties:()Ljava/util/List;]
PropertySettings.getProperties ( String keyPrefix ) : List
[mangled: org/apache/cocoon/util/PropertySettings.getProperties:(Ljava/lang/String;)Ljava/util/List;]
PropertySettings.getProperty ( String key, String defaultValue ) : String
[mangled: org/apache/cocoon/util/PropertySettings.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
PropertySettings.getProperty ( String name ) : String
[mangled: org/apache/cocoon/util/PropertySettings.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
PropertySettings.PropertySettings ( SourceResolver resolver, Logger logger )
[mangled: org/apache/cocoon/util/PropertySettings."<init>":(Lorg/apache/excalibur/source/SourceResolver;Lorg/apache/avalon/framework/logger/Logger;)V]
PropertySettings.size ( ) : int
[mangled: org/apache/cocoon/util/PropertySettings.size:()I]
cocoon-2.1.9.jar, RoleFilterTransformer.class
package org.apache.cocoon.transformation
RoleFilterTransformer.characters ( char[ ] c, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.characters:([CII)V]
RoleFilterTransformer.comment ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.comment:([CII)V]
RoleFilterTransformer.endCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.endCDATA:()V]
RoleFilterTransformer.endEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.endEntity:(Ljava/lang/String;)V]
RoleFilterTransformer.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
RoleFilterTransformer.processingInstruction ( String target, String data ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.processingInstruction:(Ljava/lang/String;Ljava/lang/String;)V]
RoleFilterTransformer.startCDATA ( ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.startCDATA:()V]
RoleFilterTransformer.startEntity ( String name ) : void
[mangled: org/apache/cocoon/transformation/RoleFilterTransformer.startEntity:(Ljava/lang/String;)V]
cocoon-2.1.9.jar, Settings.class
package org.apache.cocoon.util
Settings.getProperties ( ) [abstract] : List
[mangled: org/apache/cocoon/util/Settings.getProperties:()Ljava/util/List;]
Settings.getProperties ( String p1 ) [abstract] : List
[mangled: org/apache/cocoon/util/Settings.getProperties:(Ljava/lang/String;)Ljava/util/List;]
Settings.getProperty ( String p1 ) [abstract] : String
[mangled: org/apache/cocoon/util/Settings.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
Settings.getProperty ( String p1, String p2 ) [abstract] : String
[mangled: org/apache/cocoon/util/Settings.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Settings.size ( ) [abstract] : int
[mangled: org/apache/cocoon/util/Settings.size:()I]
cocoon-2.1.9.jar, SettingsHelper.class
package org.apache.cocoon.util
SettingsHelper.createSettings ( DefaultContext context, Logger logger ) [static] : void
[mangled: org/apache/cocoon/util/SettingsHelper.createSettings:(Lorg/apache/avalon/framework/context/DefaultContext;Lorg/apache/avalon/framework/logger/Logger;)V]
SettingsHelper.getSettings ( Context context ) [static] : Settings
[mangled: org/apache/cocoon/util/SettingsHelper.getSettings:(Lorg/apache/avalon/framework/context/Context;)Lorg/apache/cocoon/util/Settings;]
SettingsHelper.replace ( String value, Settings settings, Logger logger ) [static] : String
[mangled: org/apache/cocoon/util/SettingsHelper.replace:(Ljava/lang/String;Lorg/apache/cocoon/util/Settings;Lorg/apache/avalon/framework/logger/Logger;)Ljava/lang/String;]
SettingsHelper.SettingsHelper ( )
[mangled: org/apache/cocoon/util/SettingsHelper."<init>":()V]
cocoon-2.1.9.jar, SimpleServiceManager.class
package org.apache.cocoon.util
SimpleSourceResolver.SimpleServiceManager.hasService ( String role ) : boolean
[mangled: org/apache/cocoon/util/SimpleSourceResolver.SimpleServiceManager.hasService:(Ljava/lang/String;)Z]
SimpleSourceResolver.SimpleServiceManager.lookup ( String role ) : Object
[mangled: org/apache/cocoon/util/SimpleSourceResolver.SimpleServiceManager.lookup:(Ljava/lang/String;)Ljava/lang/Object;]
SimpleSourceResolver.SimpleServiceManager.release ( Object component ) : void
[mangled: org/apache/cocoon/util/SimpleSourceResolver.SimpleServiceManager.release:(Ljava/lang/Object;)V]
SimpleSourceResolver.SimpleServiceManager.SimpleSourceResolver.SimpleServiceManager ( SourceResolver resolver )
[mangled: org/apache/cocoon/util/SimpleSourceResolver.SimpleServiceManager."<init>":(Lorg/apache/excalibur/source/SourceResolver;)V]
cocoon-2.1.9.jar, SimpleSourceResolver.class
package org.apache.cocoon.util
SimpleSourceResolver.contextualize ( Context context ) : void
[mangled: org/apache/cocoon/util/SimpleSourceResolver.contextualize:(Lorg/apache/avalon/framework/context/Context;)V]
SimpleSourceResolver.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/util/SimpleSourceResolver.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
SimpleSourceResolver.release ( Source source ) : void
[mangled: org/apache/cocoon/util/SimpleSourceResolver.release:(Lorg/apache/excalibur/source/Source;)V]
SimpleSourceResolver.resolveURI ( String uri ) : Source
[mangled: org/apache/cocoon/util/SimpleSourceResolver.resolveURI:(Ljava/lang/String;)Lorg/apache/excalibur/source/Source;]
SimpleSourceResolver.resolveURI ( String uri, String base, Map params ) : Source
[mangled: org/apache/cocoon/util/SimpleSourceResolver.resolveURI:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lorg/apache/excalibur/source/Source;]
SimpleSourceResolver.SimpleSourceResolver ( )
[mangled: org/apache/cocoon/util/SimpleSourceResolver."<init>":()V]
cocoon-2.1.9.jar, TemplateObjectModelHelper.class
package org.apache.cocoon.environment
TemplateObjectModelHelper.addJavaPackages ( Map objectModel ) [static] : Object
[mangled: org/apache/cocoon/environment/TemplateObjectModelHelper.addJavaPackages:(Ljava/util/Map;)Ljava/lang/Object;]
TemplateObjectModelHelper.fillContext ( Object contextObject, Map map ) [static] : void
[mangled: org/apache/cocoon/environment/TemplateObjectModelHelper.fillContext:(Ljava/lang/Object;Ljava/util/Map;)V]
TemplateObjectModelHelper.getScope ( ) [static] : Scriptable
[mangled: org/apache/cocoon/environment/TemplateObjectModelHelper.getScope:()Lorg/mozilla/javascript/Scriptable;]
TemplateObjectModelHelper.getTemplateObjectModel ( Map objectModel, Parameters parameters ) [static] : Object
[mangled: org/apache/cocoon/environment/TemplateObjectModelHelper.getTemplateObjectModel:(Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/lang/Object;]
to the top
Problems with Data Types, High Severity (37)
cocoon-2.1.8.jar
package org.apache.cocoon
[+] ProcessingException (1)
| Change | Effect |
---|
1 | Removed super-interface util.location.MultiLocatable. | Recompilation of a client program may be terminated with the message: cannot find method in class ProcessingException. |
[+] affected methods (11)
prepareInternalErrorHandler ( Environment, ProcessingException )2nd parameter 'ex' of this method has type 'ProcessingException'.
processErrorHandler ( Environment, ProcessingException, XMLConsumer )2nd parameter 'e' of this method has type 'ProcessingException'.
handle ( String, SourceException )Return value of this method has type 'ProcessingException'.
handle ( SourceException )Return value of this method has type 'ProcessingException'.
ProcessingException ( Exception )This constructor is from 'ProcessingException' class.
ProcessingException ( String )This constructor is from 'ProcessingException' class.
ProcessingException ( String, Throwable )This constructor is from 'ProcessingException' class.
ProcessingException ( String, Throwable, Location )This constructor is from 'ProcessingException' class.
ProcessingException ( String, Location )This constructor is from 'ProcessingException' class.
throwLocated ( String, Throwable, List )This method is from 'ProcessingException' class.
throwLocated ( String, Throwable, Location )This method is from 'ProcessingException' class.
...
package org.apache.cocoon.acting
[+] AbstractValidatorAction (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractValidatorAction. |
[+] affected methods (13)
AbstractValidatorAction ( )This constructor is from 'AbstractValidatorAction' abstract class.
act ( Redirector, SourceResolver, Map, String, Parameters )This method is from 'AbstractValidatorAction' abstract class.
createMapOfParameters ( Map, Collection )This abstract method is from 'AbstractValidatorAction' abstract class.
getDescriptor ( SourceResolver, Map, Parameters )This method is from 'AbstractValidatorAction' abstract class.
getSetOfParameterNamesFromSitemap ( String, Map )This method is from 'AbstractValidatorAction' abstract class.
indexConfiguration ( Configuration[ ] )This method is from 'AbstractValidatorAction' abstract class.
isDescriptorReloadable ( )This method is from 'AbstractValidatorAction' abstract class.
resolveConstraints ( String, Map )This method is from 'AbstractValidatorAction' abstract class.
setResult ( Map, Map, Map, boolean )This method is from 'AbstractValidatorAction' abstract class.
validateParameter ( String, String, Configuration, Map, Map, boolean )This method is from 'AbstractValidatorAction' abstract class.
validateParameter ( String, Configuration, Map, Map, boolean )This method is from 'AbstractValidatorAction' abstract class.
validateSetOfParameters ( Map, Map, Map, Collection, Map, boolean )This method is from 'AbstractValidatorAction' abstract class.
...
package org.apache.cocoon.components.flow.javascript.fom
[+] FOM_JavaScriptInterpreter (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class FOM_JavaScriptInterpreter. |
[+] affected methods (8)
FOM_JavaScriptInterpreter ( )This constructor is from 'FOM_JavaScriptInterpreter' class.
callFunction ( String, List, Redirector )This method is from 'FOM_JavaScriptInterpreter' class.
compileScript ( Context, Scriptable, Source )This method is from 'FOM_JavaScriptInterpreter' class.
configure ( Configuration )This method is from 'FOM_JavaScriptInterpreter' class.
forwardTo ( Scriptable, FOM_Cocoon, String, Object, FOM_WebContinuation, Redirector )This method is from 'FOM_JavaScriptInterpreter' class.
getServiceManager ( )This method is from 'FOM_JavaScriptInterpreter' class.
handleContinuation ( String, List, Redirector )This method is from 'FOM_JavaScriptInterpreter' class.
initialize ( )This method is from 'FOM_JavaScriptInterpreter' class.
package org.apache.cocoon.components.modules.input
[+] AbstractMetaModule (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.activity.Disposable. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractMetaModule. |
[+] affected methods (16)
AbstractMetaModule ( )This constructor is from 'AbstractMetaModule' abstract class.
compose ( ComponentManager )This method is from 'AbstractMetaModule' abstract class.
dispose ( )This method is from 'AbstractMetaModule' abstract class.
getNames ( Map, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getNames ( Map, InputModule, String, Configuration, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getValue ( String, Map, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getValue ( String, Map, InputModule, String, Configuration, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getValue ( String, Map, ModuleHolder )This method is from 'AbstractMetaModule' abstract class.
getValue ( String, Map, ModuleHolder, ModuleHolder )This method is from 'AbstractMetaModule' abstract class.
getValues ( String, Map, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getValues ( String, Map, InputModule, String, Configuration, InputModule, String, Configuration )This method is from 'AbstractMetaModule' abstract class.
getValues ( String, Map, ModuleHolder )This method is from 'AbstractMetaModule' abstract class.
...
[+] DefaultsMetaModule (3)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class DefaultsMetaModule. |
2 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class DefaultsMetaModule. |
3 | Removed super-interface InputModule. | Recompilation of a client program may be terminated with the message: cannot find method in class DefaultsMetaModule. |
[+] affected methods (1)
DefaultsMetaModule ( )This constructor is from 'DefaultsMetaModule' class.
[+] JXPathMetaModule (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class JXPathMetaModule. |
[+] affected methods (6)
JXPathMetaModule ( )This constructor is from 'JXPathMetaModule' class.
configure ( Configuration )This method is from 'JXPathMetaModule' class.
getAttribute ( String, Configuration, Map )This method is from 'JXPathMetaModule' class.
getAttributeNames ( Configuration, Map )This method is from 'JXPathMetaModule' class.
getAttributeValues ( String, Configuration, Map )This method is from 'JXPathMetaModule' class.
getContextObject ( Configuration, Map )This method is from 'JXPathMetaModule' class.
[+] ProjectPathModule (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class ProjectPathModule. |
[+] affected methods (5)
ProjectPathModule ( )This constructor is from 'ProjectPathModule' class.
configure ( Configuration )This method is from 'ProjectPathModule' class.
getAttribute ( String, Configuration, Map )This method is from 'ProjectPathModule' class.
getAttributeNames ( Configuration, Map )This method is from 'ProjectPathModule' class.
getAttributeValues ( String, Configuration, Map )This method is from 'ProjectPathModule' class.
[+] PropertiesFileModule (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class PropertiesFileModule. |
2 | Removed super-interface InputModule. | Recompilation of a client program may be terminated with the message: cannot find method in class PropertiesFileModule. |
[+] affected methods (5)
PropertiesFileModule ( )This constructor is from 'PropertiesFileModule' class.
configure ( Configuration )This method is from 'PropertiesFileModule' class.
dispose ( )This method is from 'PropertiesFileModule' class.
getContextObject ( Configuration, Map )This method is from 'PropertiesFileModule' class.
service ( ServiceManager )This method is from 'PropertiesFileModule' class.
package org.apache.cocoon.components.modules.output
[+] RequestAttributeMap (1)
| Change | Effect |
---|
1 | Removed super-interface OutputModule. | Recompilation of a client program may be terminated with the message: cannot find method in class RequestAttributeMap. |
[+] affected methods (4)
RequestAttributeMap ( )This constructor is from 'RequestAttributeMap' class.
commit ( Configuration, Map )This method is from 'RequestAttributeMap' class.
rollback ( Configuration, Map, Exception )This method is from 'RequestAttributeMap' class.
setAttribute ( Configuration, Map, String, Object )This method is from 'RequestAttributeMap' class.
[+] RequestAttributeOutputModule (1)
| Change | Effect |
---|
1 | Removed super-interface OutputModule. | Recompilation of a client program may be terminated with the message: cannot find method in class RequestAttributeOutputModule. |
[+] affected methods (5)
RequestAttributeOutputModule ( )This constructor is from 'RequestAttributeOutputModule' class.
commit ( Configuration, Map )This method is from 'RequestAttributeOutputModule' class.
getName ( String )This method is from 'RequestAttributeOutputModule' class.
rollback ( Configuration, Map, Exception )This method is from 'RequestAttributeOutputModule' class.
setAttribute ( Configuration, Map, String, Object )This method is from 'RequestAttributeOutputModule' class.
[+] SessionAttributeOutputModule (1)
| Change | Effect |
---|
1 | Removed super-interface OutputModule. | Recompilation of a client program may be terminated with the message: cannot find method in class SessionAttributeOutputModule. |
[+] affected methods (5)
SessionAttributeOutputModule ( )This constructor is from 'SessionAttributeOutputModule' class.
commit ( Configuration, Map )This method is from 'SessionAttributeOutputModule' class.
getName ( String )This method is from 'SessionAttributeOutputModule' class.
rollback ( Configuration, Map, Exception )This method is from 'SessionAttributeOutputModule' class.
setAttribute ( Configuration, Map, String, Object )This method is from 'SessionAttributeOutputModule' class.
package org.apache.cocoon.components.sax
[+] XMLByteStreamInterpreter (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class XMLByteStreamInterpreter. |
[+] affected methods (4)
XMLByteStreamInterpreter ( )This constructor is from 'XMLByteStreamInterpreter' class.
deserialize ( Object )This method is from 'XMLByteStreamInterpreter' class.
readEvent ( )This method is from 'XMLByteStreamInterpreter' class.
recycle ( )This method is from 'XMLByteStreamInterpreter' class.
package org.apache.cocoon.components.treeprocessor
[+] CategoryNodeBuilder (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class CategoryNodeBuilder. |
[+] affected methods (6)
CategoryNodeBuilder ( )This constructor is from 'CategoryNodeBuilder' class.
buildNode ( Configuration )This method is from 'CategoryNodeBuilder' class.
configure ( Configuration )This method is from 'CategoryNodeBuilder' class.
getCategoryNode ( TreeBuilder, String )This method is from 'CategoryNodeBuilder' class.
getNamedNode ( TreeBuilder, String, String )This method is from 'CategoryNodeBuilder' class.
hasParameters ( )This method is from 'CategoryNodeBuilder' class.
[+] NamedContainerNodeBuilder (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class NamedContainerNodeBuilder. |
[+] affected methods (3)
NamedContainerNodeBuilder ( )This constructor is from 'NamedContainerNodeBuilder' class.
buildNode ( Configuration )This method is from 'NamedContainerNodeBuilder' class.
configure ( Configuration )This method is from 'NamedContainerNodeBuilder' class.
package org.apache.cocoon.components.treeprocessor.sitemap
[+] PipelinesNodeBuilder (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class PipelinesNodeBuilder. |
[+] affected methods (2)
PipelinesNodeBuilder ( )This constructor is from 'PipelinesNodeBuilder' class.
buildNode ( Configuration )This method is from 'PipelinesNodeBuilder' class.
[+] ViewNodeBuilder (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class ViewNodeBuilder. |
[+] affected methods (2)
ViewNodeBuilder ( )This constructor is from 'ViewNodeBuilder' class.
buildNode ( Configuration )This method is from 'ViewNodeBuilder' class.
package org.apache.cocoon.environment.wrapper
[+] EnvironmentWrapper (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.cocoon.environment.Environment. | Recompilation of a client program may be terminated with the message: cannot find method in class EnvironmentWrapper. |
[+] affected methods (28)
EnvironmentWrapper ( Environment, String, String, Logger )This constructor is from 'EnvironmentWrapper' class.
EnvironmentWrapper ( Environment, String, String, Logger, ComponentManager, boolean )This constructor is from 'EnvironmentWrapper' class.
EnvironmentWrapper ( Environment, String, String, Logger, ComponentManager, boolean, String )This constructor is from 'EnvironmentWrapper' class.
EnvironmentWrapper ( Environment, String, String, Logger, ComponentManager, boolean, String, boolean )This constructor is from 'EnvironmentWrapper' class.
EnvironmentWrapper ( Environment, String, String, Logger, boolean )This constructor is from 'EnvironmentWrapper' class.
EnvironmentWrapper ( Environment, ComponentManager, String, Logger, boolean )This constructor is from 'EnvironmentWrapper' class.
commitResponse ( )This method is from 'EnvironmentWrapper' class.
getAttribute ( String )This method is from 'EnvironmentWrapper' class.
getContentType ( )This method is from 'EnvironmentWrapper' class.
getObjectModel ( )This method is from 'EnvironmentWrapper' class.
getOutputStream ( )This method is from 'EnvironmentWrapper' class.
getOutputStream ( int )This method is from 'EnvironmentWrapper' class.
...
package org.apache.cocoon.generation
[+] LinkStatusGenerator (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class LinkStatusGenerator. |
[+] affected methods (7)
LinkStatusGenerator ( )This constructor is from 'LinkStatusGenerator' class.
configure ( Configuration )This method is from 'LinkStatusGenerator' class.
generate ( )This method is from 'LinkStatusGenerator' class.
getLinksFromConnection ( String, URL )This method is from 'LinkStatusGenerator' class.
processURL ( URL, String )This method is from 'LinkStatusGenerator' class.
recycle ( )This method is from 'LinkStatusGenerator' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'LinkStatusGenerator' class.
package org.apache.cocoon.i18n
[+] XMLResourceBundle (1)
| Change | Effect |
---|
1 | Field NS (java.lang.String) with the compile-time constant value "http://apache.org/cocoon/i18n/2.0" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable NS in XMLResourceBundle. |
[+] affected methods (9)
XMLResourceBundle ( String, Locale, Bundle )This constructor is from 'XMLResourceBundle' class.
getLocale ( )This method is from 'XMLResourceBundle' class.
getObject ( String )This method is from 'XMLResourceBundle' class.
getSourceURI ( )This method is from 'XMLResourceBundle' class.
getString ( String )This method is from 'XMLResourceBundle' class.
getValidity ( )This method is from 'XMLResourceBundle' class.
reload ( SourceResolver, long )This method is from 'XMLResourceBundle' class.
selectCached ( String )Return value of this method has type 'XMLResourceBundle'.
updateCache ( String, XMLResourceBundle )2nd parameter 'bundle' of this method has type 'XMLResourceBundle'.
[+] XMLResourceBundleFactory (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.logger.LogEnabled. | Recompilation of a client program may be terminated with the message: cannot find method in class XMLResourceBundleFactory. |
[+] affected methods (16)
XMLResourceBundleFactory ( )This constructor is from 'XMLResourceBundleFactory' class.
configure ( Configuration )This method is from 'XMLResourceBundleFactory' class.
dispose ( )This method is from 'XMLResourceBundleFactory' class.
getCacheKey ( String[ ], int, String, Locale )This method is from 'XMLResourceBundleFactory' class.
getDirectory ( )This method is from 'XMLResourceBundleFactory' class.
getParentLocale ( Locale )This method is from 'XMLResourceBundleFactory' class.
getSourceURI ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
release ( Bundle )This method is from 'XMLResourceBundleFactory' class.
select ( String[ ], String, Locale )This method is from 'XMLResourceBundleFactory' class.
select ( String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, String )This method is from 'XMLResourceBundleFactory' class.
select ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
...
package org.apache.cocoon.selection
[+] AbstractRegexpSelector (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractRegexpSelector. |
[+] affected methods (4)
AbstractRegexpSelector ( )This constructor is from 'AbstractRegexpSelector' abstract class.
compile ( String )This method is from 'AbstractRegexpSelector' abstract class.
configure ( Configuration )This method is from 'AbstractRegexpSelector' abstract class.
select ( String, Object )This method is from 'AbstractRegexpSelector' abstract class.
[+] RequestParameterSelector (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class RequestParameterSelector. |
[+] affected methods (4)
RequestParameterSelector ( )This constructor is from 'RequestParameterSelector' class.
configure ( Configuration )This method is from 'RequestParameterSelector' class.
getSelectorContext ( Map, Parameters )This method is from 'RequestParameterSelector' class.
select ( String, Object )This method is from 'RequestParameterSelector' class.
[+] SimpleSelector (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.thread.ThreadSafe. | Recompilation of a client program may be terminated with the message: cannot find method in class SimpleSelector. |
[+] affected methods (3)
SimpleSelector ( )This constructor is from 'SimpleSelector' class.
getSelectorContext ( Map, Parameters )This method is from 'SimpleSelector' class.
select ( String, Object )This method is from 'SimpleSelector' class.
[+] XPathExceptionSelector (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.configuration.Configurable. | Recompilation of a client program may be terminated with the message: cannot find method in class XPathExceptionSelector. |
[+] affected methods (3)
XPathExceptionSelector ( )This constructor is from 'XPathExceptionSelector' class.
configure ( Configuration )This method is from 'XPathExceptionSelector' class.
getSelectorContext ( Map, Parameters )This method is from 'XPathExceptionSelector' class.
package org.apache.cocoon.transformation
[+] AbstractDOMTransformer (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractDOMTransformer. |
2 | Removed super-interface Transformer. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractDOMTransformer. |
[+] affected methods (25)
AbstractDOMTransformer ( )This constructor is from 'AbstractDOMTransformer' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractDOMTransformer' abstract class.
comment ( char[ ], int, int )This method is from 'AbstractDOMTransformer' abstract class.
compose ( ComponentManager )This method is from 'AbstractDOMTransformer' abstract class.
dispose ( )This method is from 'AbstractDOMTransformer' abstract class.
endCDATA ( )This method is from 'AbstractDOMTransformer' abstract class.
endDocument ( )This method is from 'AbstractDOMTransformer' abstract class.
endDTD ( )This method is from 'AbstractDOMTransformer' abstract class.
endElement ( String, String, String )This method is from 'AbstractDOMTransformer' abstract class.
endEntity ( String )This method is from 'AbstractDOMTransformer' abstract class.
endPrefixMapping ( String )This method is from 'AbstractDOMTransformer' abstract class.
ignorableWhitespace ( char[ ], int, int )This method is from 'AbstractDOMTransformer' abstract class.
...
[+] AbstractSAXTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractSAXTransformer. |
[+] affected methods (53)
AbstractSAXTransformer ( )This constructor is from 'AbstractSAXTransformer' abstract class.
addRecorder ( XMLConsumer )This method is from 'AbstractSAXTransformer' abstract class.
characters ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
comment ( char[ ], int, int )This method is from 'AbstractSAXTransformer' abstract class.
configure ( Configuration )This method is from 'AbstractSAXTransformer' abstract class.
dispose ( )This method is from 'AbstractSAXTransformer' abstract class.
endCDATA ( )This method is from 'AbstractSAXTransformer' abstract class.
endDocument ( )This method is from 'AbstractSAXTransformer' abstract class.
endDTD ( )This method is from 'AbstractSAXTransformer' abstract class.
endElement ( String, String, String )This method is from 'AbstractSAXTransformer' abstract class.
endEntity ( String )This method is from 'AbstractSAXTransformer' abstract class.
endParametersRecording ( Parameters )This method is from 'AbstractSAXTransformer' abstract class.
...
[+] CIncludeTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.activity.Disposable. | Recompilation of a client program may be terminated with the message: cannot find method in class CIncludeTransformer. |
[+] affected methods (14)
CIncludeTransformer ( )This constructor is from 'CIncludeTransformer' class.
dispose ( )This method is from 'CIncludeTransformer' class.
endCompiledXMLRecording ( )This method is from 'CIncludeTransformer' class.
endDocument ( )This method is from 'CIncludeTransformer' class.
endTransformingElement ( String, String, String )This method is from 'CIncludeTransformer' class.
getKey ( )This method is from 'CIncludeTransformer' class.
getValidity ( )This method is from 'CIncludeTransformer' class.
processCIncludeElement ( String, String, String, String, String, boolean, boolean )This method is from 'CIncludeTransformer' class.
recycle ( )This method is from 'CIncludeTransformer' class.
service ( ServiceManager )This method is from 'CIncludeTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'CIncludeTransformer' class.
startCompiledXMLRecording ( )This method is from 'CIncludeTransformer' class.
...
[+] FragmentExtractorTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class FragmentExtractorTransformer. |
[+] affected methods (23)
FragmentExtractorTransformer ( )This constructor is from 'FragmentExtractorTransformer' class.
characters ( char[ ], int, int )This method is from 'FragmentExtractorTransformer' class.
comment ( char[ ], int, int )This method is from 'FragmentExtractorTransformer' class.
configure ( Configuration )This method is from 'FragmentExtractorTransformer' class.
dispose ( )This method is from 'FragmentExtractorTransformer' class.
endCDATA ( )This method is from 'FragmentExtractorTransformer' class.
endDTD ( )This method is from 'FragmentExtractorTransformer' class.
endElement ( String, String, String )This method is from 'FragmentExtractorTransformer' class.
endEntity ( String )This method is from 'FragmentExtractorTransformer' class.
endPrefixMapping ( String )This method is from 'FragmentExtractorTransformer' class.
getKey ( )This method is from 'FragmentExtractorTransformer' class.
getValidity ( )This method is from 'FragmentExtractorTransformer' class.
...
[+] IncludeTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface Transformer. | Recompilation of a client program may be terminated with the message: cannot find method in class IncludeTransformer. |
[+] affected methods (15)
IncludeTransformer ( )This constructor is from 'IncludeTransformer' class.
configure ( Configuration )This method is from 'IncludeTransformer' class.
enableLogging ( Logger )This method is from 'IncludeTransformer' class.
endDocument ( )This method is from 'IncludeTransformer' class.
endPrefixMapping ( String )This method is from 'IncludeTransformer' class.
getKey ( )This method is from 'IncludeTransformer' class.
getValidity ( )This method is from 'IncludeTransformer' class.
recycle ( )This method is from 'IncludeTransformer' class.
service ( ServiceManager )This method is from 'IncludeTransformer' class.
setConsumer ( XMLConsumer )This method is from 'IncludeTransformer' class.
setContentHandler ( ContentHandler )This method is from 'IncludeTransformer' class.
setLexicalHandler ( LexicalHandler )This method is from 'IncludeTransformer' class.
...
[+] SimpleFormInstanceExtractionTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class SimpleFormInstanceExtractionTransformer. |
[+] affected methods (10)
SimpleFormInstanceExtractionTransformer ( )This constructor is from 'SimpleFormInstanceExtractionTransformer' class.
configure ( Configuration )This method is from 'SimpleFormInstanceExtractionTransformer' class.
endExtracting ( String, String, String )This method is from 'SimpleFormInstanceExtractionTransformer' class.
endExtractingDocument ( String, String, String )This method is from 'SimpleFormInstanceExtractionTransformer' class.
handleExtractedDocument ( Document )This method is from 'SimpleFormInstanceExtractionTransformer' class.
recycle ( )This method is from 'SimpleFormInstanceExtractionTransformer' class.
service ( ServiceManager )This method is from 'SimpleFormInstanceExtractionTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'SimpleFormInstanceExtractionTransformer' class.
startExtracting ( String, String, String, Attributes )This method is from 'SimpleFormInstanceExtractionTransformer' class.
startExtractingDocument ( String, String, String, Attributes )This method is from 'SimpleFormInstanceExtractionTransformer' class.
[+] SimpleFormTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.excalibur.pool.Recyclable. | Recompilation of a client program may be terminated with the message: cannot find method in class SimpleFormTransformer. |
[+] affected methods (20)
SimpleFormTransformer ( )This constructor is from 'SimpleFormTransformer' class.
configure ( Configuration )This method is from 'SimpleFormTransformer' class.
endRepeatElement ( String, String, String )This method is from 'SimpleFormTransformer' class.
endTransformingElement ( String, String, String )This method is from 'SimpleFormTransformer' class.
printAttributes ( Attributes )This method is from 'SimpleFormTransformer' class.
recycle ( )This method is from 'SimpleFormTransformer' class.
relayEndElement ( String, String, String )This method is from 'SimpleFormTransformer' class.
relayStartElement ( String, String, String, Attributes )This method is from 'SimpleFormTransformer' class.
relayStartElement ( boolean, boolean, String, String, String, Attributes )This method is from 'SimpleFormTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'SimpleFormTransformer' class.
startCheckableElement ( String, String, String, String, AttributesImpl )This method is from 'SimpleFormTransformer' class.
startErrorElement ( String, String, String, Attributes )This method is from 'SimpleFormTransformer' class.
...
[+] SourceWritingTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.activity.Disposable. | Recompilation of a client program may be terminated with the message: cannot find method in class SourceWritingTransformer. |
[+] affected methods (8)
SourceWritingTransformer ( )This constructor is from 'SourceWritingTransformer' class.
configure ( Configuration )This method is from 'SourceWritingTransformer' class.
dispose ( )This method is from 'SourceWritingTransformer' class.
endTransformingElement ( String, String, String )This method is from 'SourceWritingTransformer' class.
insertFragment ( String, String, DocumentFragment, String, boolean, boolean, String, String, String )This method is from 'SourceWritingTransformer' class.
service ( ServiceManager )This method is from 'SourceWritingTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'SourceWritingTransformer' class.
startTransformingElement ( String, String, String, Attributes )This method is from 'SourceWritingTransformer' class.
package org.apache.cocoon.xml
[+] DocumentHandlerWrapper (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.logger.LogEnabled. | Recompilation of a client program may be terminated with the message: cannot find method in class DocumentHandlerWrapper. |
[+] affected methods (15)
DocumentHandlerWrapper ( )This constructor is from 'DocumentHandlerWrapper' class.
DocumentHandlerWrapper ( DocumentHandler )This constructor is from 'DocumentHandlerWrapper' class.
characters ( char[ ], int, int )This method is from 'DocumentHandlerWrapper' class.
enableLogging ( Logger )This method is from 'DocumentHandlerWrapper' class.
endDocument ( )This method is from 'DocumentHandlerWrapper' class.
endElement ( String, String, String )This method is from 'DocumentHandlerWrapper' class.
endPrefixMapping ( String )This method is from 'DocumentHandlerWrapper' class.
ignorableWhitespace ( char[ ], int, int )This method is from 'DocumentHandlerWrapper' class.
processingInstruction ( String, String )This method is from 'DocumentHandlerWrapper' class.
recycle ( )This method is from 'DocumentHandlerWrapper' class.
setDocumentHandler ( DocumentHandler )This method is from 'DocumentHandlerWrapper' class.
setDocumentLocator ( Locator )This method is from 'DocumentHandlerWrapper' class.
...
to the top
Problems with Data Types, Medium Severity (4)
cocoon-2.1.8.jar
package org.apache.cocoon.components.modules.input
[+] ProjectPathModule (2)
| Change | Effect |
---|
1 | Field PROJECT_PARAM_DEFAULT became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable PROJECT_PARAM_DEFAULT. |
2 | Field PROJECT_PARAM_NAME became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable PROJECT_PARAM_NAME. |
[+] affected methods (5)
ProjectPathModule ( )This constructor is from 'ProjectPathModule' class.
configure ( Configuration )This method is from 'ProjectPathModule' class.
getAttribute ( String, Configuration, Map )This method is from 'ProjectPathModule' class.
getAttributeNames ( Configuration, Map )This method is from 'ProjectPathModule' class.
getAttributeValues ( String, Configuration, Map )This method is from 'ProjectPathModule' class.
package org.apache.cocoon.generation
[+] ExceptionGenerator (1)
| Change | Effect |
---|
1 | Field EXCEPTION_NS became final. | Recompilation of a client program may be terminated with the message: cannot assign a value to final variable EXCEPTION_NS. |
[+] affected methods (4)
ExceptionGenerator ( )This constructor is from 'ExceptionGenerator' class.
generate ( )This method is from 'ExceptionGenerator' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'ExceptionGenerator' class.
toSAX ( Throwable, ContentHandler )This method is from 'ExceptionGenerator' class.
package org.apache.cocoon.transformation
[+] RoleFilterTransformer (1)
| Change | Effect |
---|
1 | Superclass has been changed from FilterTransformer to AbstractTransformer. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in RoleFilterTransformer. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
RoleFilterTransformer ( )This constructor is from 'RoleFilterTransformer' class.
endElement ( String, String, String )This method is from 'RoleFilterTransformer' class.
getKey ( )This method is from 'RoleFilterTransformer' class.
recycle ( )This method is from 'RoleFilterTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'RoleFilterTransformer' class.
startElement ( String, String, String, Attributes )This method is from 'RoleFilterTransformer' class.
to the top
Other Changes in Data Types (2)
cocoon-2.1.8.jar
package org.apache.cocoon.transformation
[+] AugmentTransformer (2)
| Change | Effect |
---|
1 | Field AUGMENTED_ATTRIBUTES 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. Recompilation of a client class may be terminated with the message: reference to AUGMENTED_ATTRIBUTES is ambiguous. |
2 | Field augmentedAttributes 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. Recompilation of a client class may be terminated with the message: reference to augmentedAttributes is ambiguous. |
[+] affected methods (4)
AugmentTransformer ( )This constructor is from 'AugmentTransformer' class.
recycle ( )This method is from 'AugmentTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'AugmentTransformer' class.
startElement ( String, String, String, Attributes )This method is from 'AugmentTransformer' class.
to the top
Java ARchives (1)
cocoon-2.1.8.jar
to the top