Binary compatibility report for the Cocoon library between 2.1.5.1 and 2.1.6 versions
Test Info
Library Name | Cocoon |
Version #1 | 2.1.5.1 |
Version #2 | 2.1.6 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 4446 / 649 |
---|
Verdict | Incompatible (5.8%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 234 |
---|
Removed Methods | High | 34 |
---|
Problems with Data Types | High | 25 |
---|
Medium | 6 |
Low | 33 |
Problems with Methods | High | 1 |
---|
Medium | 0 |
Low | 1 |
Other Changes in Data Types | - | 31 |
Added Methods (234)
cocoon-2.1.6.jar, AbstractAction.class
package org.apache.cocoon.acting
AbstractAction.act ( Redirector p1, SourceResolver p2, Map p3, String p4, Parameters p5 ) [abstract] : Map
[mangled: org/apache/cocoon/acting/AbstractAction.act:(Lorg/apache/cocoon/environment/Redirector;Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
cocoon-2.1.6.jar, AbstractDOMFragment.class
package org.apache.cocoon.xml
AbstractDOMFragment.toDOM ( Node p1 ) [abstract] : void
[mangled: org/apache/cocoon/xml/AbstractDOMFragment.toDOM:(Lorg/w3c/dom/Node;)V]
cocoon-2.1.6.jar, AbstractEnvironment.class
package org.apache.cocoon.environment
AbstractEnvironment.getContentType ( ) [abstract] : String
[mangled: org/apache/cocoon/environment/AbstractEnvironment.getContentType:()Ljava/lang/String;]
AbstractEnvironment.isExternal ( ) [abstract] : boolean
[mangled: org/apache/cocoon/environment/AbstractEnvironment.isExternal:()Z]
AbstractEnvironment.setContentLength ( int p1 ) [abstract] : void
[mangled: org/apache/cocoon/environment/AbstractEnvironment.setContentLength:(I)V]
AbstractEnvironment.setContentType ( String x0 ) [abstract] : void
[mangled: org/apache/cocoon/environment/AbstractEnvironment.setContentType:(Ljava/lang/String;)V]
cocoon-2.1.6.jar, AbstractGenerator.class
package org.apache.cocoon.generation
AbstractGenerator.generate ( ) [abstract] : void
[mangled: org/apache/cocoon/generation/AbstractGenerator.generate:()V]
cocoon-2.1.6.jar, AbstractInterpreter.class
package org.apache.cocoon.components.flow
AbstractInterpreter.callFunction ( String p1, List p2, Redirector p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.callFunction:(Ljava/lang/String;Ljava/util/List;Lorg/apache/cocoon/environment/Redirector;)V]
AbstractInterpreter.getInterpreterID ( ) : String
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.getInterpreterID:()Ljava/lang/String;]
AbstractInterpreter.handleContinuation ( String p1, List p2, Redirector p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.handleContinuation:(Ljava/lang/String;Ljava/util/List;Lorg/apache/cocoon/environment/Redirector;)V]
AbstractInterpreter.setInterpreterID ( String interpreterID ) : void
[mangled: org/apache/cocoon/components/flow/AbstractInterpreter.setInterpreterID:(Ljava/lang/String;)V]
cocoon-2.1.6.jar, AbstractOutputModule.class
package org.apache.cocoon.components.modules.output
AbstractOutputModule.commit ( Configuration p1, Map p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.commit:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)V]
AbstractOutputModule.rollback ( Configuration p1, Map p2, Exception p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.rollback:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;Ljava/lang/Exception;)V]
AbstractOutputModule.setAttribute ( Configuration p1, Map p2, String p3, Object p4 ) [abstract] : void
[mangled: org/apache/cocoon/components/modules/output/AbstractOutputModule.setAttribute:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)V]
cocoon-2.1.6.jar, AbstractPreparableMatcher.class
package org.apache.cocoon.matching
AbstractPreparableMatcher.preparedMatch ( Object p1, Map p2, Parameters p3 ) [abstract] : Map
[mangled: org/apache/cocoon/matching/AbstractPreparableMatcher.preparedMatch:(Ljava/lang/Object;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
AbstractPreparableMatcher.preparePattern ( String p1 ) [abstract] : Object
[mangled: org/apache/cocoon/matching/AbstractPreparableMatcher.preparePattern:(Ljava/lang/String;)Ljava/lang/Object;]
cocoon-2.1.6.jar, AbstractProcessingNode.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNode.invoke ( Environment p1, InvokeContext p2 ) [abstract] : boolean
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNode.invoke:(Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
cocoon-2.1.6.jar, AbstractProcessingNodeBuilder.class
package org.apache.cocoon.components.treeprocessor
AbstractProcessingNodeBuilder.buildNode ( Configuration p1 ) [abstract] : ProcessingNode
[mangled: org/apache/cocoon/components/treeprocessor/AbstractProcessingNodeBuilder.buildNode:(Lorg/apache/avalon/framework/configuration/Configuration;)Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;]
cocoon-2.1.6.jar, AbstractProcessingPipeline.class
package org.apache.cocoon.components.pipeline
AbstractProcessingPipeline.handleException ( Exception e ) : void
[mangled: org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.handleException:(Ljava/lang/Exception;)V]
AbstractProcessingPipeline.setMimeTypeForReader ( Environment environment ) : void
[mangled: org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.setMimeTypeForReader:(Lorg/apache/cocoon/environment/Environment;)V]
AbstractProcessingPipeline.setMimeTypeForSerializer ( Environment environment ) : void
[mangled: org/apache/cocoon/components/pipeline/AbstractProcessingPipeline.setMimeTypeForSerializer:(Lorg/apache/cocoon/environment/Environment;)V]
cocoon-2.1.6.jar, AbstractReader.class
package org.apache.cocoon.reading
AbstractReader.generate ( ) [abstract] : void
[mangled: org/apache/cocoon/reading/AbstractReader.generate:()V]
cocoon-2.1.6.jar, AbstractRegexpSelector.class
package org.apache.cocoon.selection
AbstractRegexpSelector.AbstractRegexpSelector ( )
[mangled: org/apache/cocoon/selection/AbstractRegexpSelector."<init>":()V]
AbstractRegexpSelector.compile ( String pattern ) : REProgram
[mangled: org/apache/cocoon/selection/AbstractRegexpSelector.compile:(Ljava/lang/String;)Lorg/apache/regexp/REProgram;]
AbstractRegexpSelector.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/selection/AbstractRegexpSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
AbstractRegexpSelector.select ( String patternName, Object selectorContext ) : boolean
[mangled: org/apache/cocoon/selection/AbstractRegexpSelector.select:(Ljava/lang/String;Ljava/lang/Object;)Z]
cocoon-2.1.6.jar, AbstractSAXFragment.class
package org.apache.cocoon.xml
AbstractSAXFragment.toSAX ( ContentHandler p1 ) [abstract] : void
[mangled: org/apache/cocoon/xml/AbstractSAXFragment.toSAX:(Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.6.jar, AbstractTransformer.class
package org.apache.cocoon.transformation
AbstractTransformer.setup ( SourceResolver p1, Map p2, String p3, Parameters p4 ) [abstract] : void
[mangled: org/apache/cocoon/transformation/AbstractTransformer.setup:(Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)V]
cocoon-2.1.6.jar, BoundedQueue.class
package org.apache.cocoon.components.thread
BoundedQueue.BoundedQueue ( )
[mangled: org/apache/cocoon/components/thread/BoundedQueue."<init>":()V]
BoundedQueue.BoundedQueue ( int capacity )
[mangled: org/apache/cocoon/components/thread/BoundedQueue."<init>":(I)V]
BoundedQueue.getQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/BoundedQueue.getQueueSize:()I]
cocoon-2.1.6.jar, BundleFactory.class
package org.apache.cocoon.i18n
BundleFactory.release ( Bundle p1 ) [abstract] : void
[mangled: org/apache/cocoon/i18n/BundleFactory.release:(Lorg/apache/cocoon/i18n/Bundle;)V]
cocoon-2.1.6.jar, CachedResponse.class
package org.apache.cocoon.caching
CachedResponse.getContentType ( ) : String
[mangled: org/apache/cocoon/caching/CachedResponse.getContentType:()Ljava/lang/String;]
CachedResponse.setContentType ( String value ) : void
[mangled: org/apache/cocoon/caching/CachedResponse.setContentType:(Ljava/lang/String;)V]
cocoon-2.1.6.jar, ChannelWrapper.class
package org.apache.cocoon.components.thread
ChannelWrapper.ChannelWrapper ( )
[mangled: org/apache/cocoon/components/thread/ChannelWrapper."<init>":()V]
ChannelWrapper.offer ( Object obj, long timeout ) : boolean
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.offer:(Ljava/lang/Object;J)Z]
ChannelWrapper.peek ( ) : Object
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.peek:()Ljava/lang/Object;]
ChannelWrapper.poll ( long timeout ) : Object
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.poll:(J)Ljava/lang/Object;]
ChannelWrapper.put ( Object obj ) : void
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.put:(Ljava/lang/Object;)V]
ChannelWrapper.setChannel ( EDU.oswego.cs.dl.util.concurrent.Channel channel ) : void
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.setChannel:(LEDU/oswego/cs/dl/util/concurrent/Channel;)V]
ChannelWrapper.take ( ) : Object
[mangled: org/apache/cocoon/components/thread/ChannelWrapper.take:()Ljava/lang/Object;]
cocoon-2.1.6.jar, CIncludeTransformer.class
package org.apache.cocoon.transformation
CIncludeTransformer.processCIncludeElement ( String src, String element, String select, String ns, String prefix, boolean stripRoot, boolean cache ) : String
[mangled: org/apache/cocoon/transformation/CIncludeTransformer.processCIncludeElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)Ljava/lang/String;]
cocoon-2.1.6.jar, CocoonAccess.class
package org.apache.cocoon
CocoonAccess.CocoonAccess ( )
[mangled: org/apache/cocoon/CocoonAccess."<init>":()V]
CocoonAccess.getCocoon ( ) : Cocoon
[mangled: org/apache/cocoon/CocoonAccess.getCocoon:()Lorg/apache/cocoon/Cocoon;]
cocoon-2.1.6.jar, CocoonComponentManager.class
package org.apache.cocoon.components
CocoonComponentManager.checkEnvironment ( int depth, Logger logger ) [static] : void
[mangled: org/apache/cocoon/components/CocoonComponentManager.checkEnvironment:(ILorg/apache/avalon/framework/logger/Logger;)V]
CocoonComponentManager.markEnvironment ( ) [static] : int
[mangled: org/apache/cocoon/components/CocoonComponentManager.markEnvironment:()I]
cocoon-2.1.6.jar, ConcreteTreeProcessor.class
package org.apache.cocoon.components.treeprocessor
ConcreteTreeProcessor.buildPipeline ( Environment environment ) : ProcessingPipeline
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.buildPipeline:(Lorg/apache/cocoon/environment/Environment;)Lorg/apache/cocoon/components/pipeline/ProcessingPipeline;]
ConcreteTreeProcessor.ConcreteTreeProcessor ( TreeProcessor wrappingProcessor )
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor."<init>":(Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;)V]
ConcreteTreeProcessor.dispose ( ) : void
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.dispose:()V]
ConcreteTreeProcessor.getComponentConfigurations ( ) : Map
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.getComponentConfigurations:()Ljava/util/Map;]
ConcreteTreeProcessor.getRootProcessor ( ) : Processor
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.getRootProcessor:()Lorg/apache/cocoon/Processor;]
ConcreteTreeProcessor.getWrappingProcessor ( ) : TreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.getWrappingProcessor:()Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;]
ConcreteTreeProcessor.markForDisposal ( ) : void
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.markForDisposal:()V]
ConcreteTreeProcessor.process ( Environment environment ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.process:(Lorg/apache/cocoon/environment/Environment;)Z]
ConcreteTreeProcessor.process ( Environment environment, InvokeContext context ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.process:(Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
ConcreteTreeProcessor.setComponentConfigurations ( Configuration componentConfigurations ) : void
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.setComponentConfigurations:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
ConcreteTreeProcessor.setProcessorData ( ComponentManager manager, ProcessingNode rootNode, List disposableNodes ) : void
[mangled: org/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor.setProcessorData:(Lorg/apache/avalon/framework/component/ComponentManager;Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;Ljava/util/List;)V]
cocoon-2.1.6.jar, ContinuationsManagerImpl.class
package org.apache.cocoon.components.flow
ContinuationsManagerImpl.getChildInstrumentables ( ) : Instrumentable[ ]
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.getChildInstrumentables:()[Lorg/apache/excalibur/instrument/Instrumentable;]
ContinuationsManagerImpl.getInstrumentableName ( ) : String
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.getInstrumentableName:()Ljava/lang/String;]
ContinuationsManagerImpl.getInstruments ( ) : Instrument[ ]
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.getInstruments:()[Lorg/apache/excalibur/instrument/Instrument;]
ContinuationsManagerImpl.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
ContinuationsManagerImpl.setInstrumentableName ( String instrumentableName ) : void
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.setInstrumentableName:(Ljava/lang/String;)V]
cocoon-2.1.6.jar, DefaultRunnableManager.class
package org.apache.cocoon.components.thread
DefaultRunnableManager.configure ( Configuration config ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
DefaultRunnableManager.createPool ( int queueSize, int maxPoolSize, int minPoolSize, int priority, boolean isDaemon, long keepAliveTime, String blockPolicy, boolean shutdownGraceful, int shutdownWaitTime ) : ThreadPool
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.createPool:(IIIIZJLjava/lang/String;ZI)Lorg/apache/cocoon/components/thread/ThreadPool;]
DefaultRunnableManager.createPool ( String name, int queueSize, int maxPoolSize, int minPoolSize, int priority, boolean isDaemon, long keepAliveTime, String blockPolicy, boolean shutdownGraceful, int shutdownWaitTime ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.createPool:(Ljava/lang/String;IIIIZJLjava/lang/String;ZI)V]
DefaultRunnableManager.DefaultRunnableManager ( )
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager."<init>":()V]
DefaultRunnableManager.dispose ( ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.dispose:()V]
DefaultRunnableManager.execute ( Runnable command ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/Runnable;)V]
DefaultRunnableManager.execute ( Runnable command, long delay ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/Runnable;J)V]
DefaultRunnableManager.execute ( Runnable command, long delay, long interval ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/Runnable;JJ)V]
DefaultRunnableManager.execute ( String threadPoolName, Runnable command ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;)V]
DefaultRunnableManager.execute ( String threadPoolName, Runnable command, long delay ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;J)V]
DefaultRunnableManager.execute ( String threadPoolName, Runnable command, long delay, long interval ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;JJ)V]
DefaultRunnableManager.remove ( Runnable command ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.remove:(Ljava/lang/Runnable;)V]
DefaultRunnableManager.run ( ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.run:()V]
DefaultRunnableManager.start ( ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.start:()V]
DefaultRunnableManager.stop ( ) : void
[mangled: org/apache/cocoon/components/thread/DefaultRunnableManager.stop:()V]
cocoon-2.1.6.jar, DefaultThreadFactory.class
package org.apache.cocoon.components.thread
DefaultThreadFactory.DefaultThreadFactory ( )
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory."<init>":()V]
DefaultThreadFactory.getPriority ( ) : int
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory.getPriority:()I]
DefaultThreadFactory.isDaemon ( ) : boolean
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory.isDaemon:()Z]
DefaultThreadFactory.newThread ( Runnable command ) : Thread
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;]
DefaultThreadFactory.setDaemon ( boolean isDaemon ) : void
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory.setDaemon:(Z)V]
DefaultThreadFactory.setPriority ( int priority ) : void
[mangled: org/apache/cocoon/components/thread/DefaultThreadFactory.setPriority:(I)V]
cocoon-2.1.6.jar, DefaultThreadPool.class
package org.apache.cocoon.components.thread
DefaultThreadPool.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
DefaultThreadPool.execute ( Runnable command ) : void
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.execute:(Ljava/lang/Runnable;)V]
DefaultThreadPool.getBlockPolicy ( ) : String
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getBlockPolicy:()Ljava/lang/String;]
DefaultThreadPool.getMaximumQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getMaximumQueueSize:()I]
DefaultThreadPool.getMaxQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getMaxQueueSize:()I]
DefaultThreadPool.getName ( ) : String
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getName:()Ljava/lang/String;]
DefaultThreadPool.getPriority ( ) : int
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getPriority:()I]
DefaultThreadPool.getQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.getQueueSize:()I]
DefaultThreadPool.isQueued ( ) : boolean
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.isQueued:()Z]
DefaultThreadPool.shutdown ( ) : void
[mangled: org/apache/cocoon/components/thread/DefaultThreadPool.shutdown:()V]
cocoon-2.1.6.jar, DefaultTreeBuilder.class
package org.apache.cocoon.components.treeprocessor
DefaultTreeBuilder.getProcessor ( ) : ConcreteTreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.getProcessor:()Lorg/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor;]
DefaultTreeBuilder.setProcessor ( ConcreteTreeProcessor processor ) : void
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.setProcessor:(Lorg/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor;)V]
cocoon-2.1.6.jar, DocumentHelper.class
package org.apache.cocoon.components.modules.input
XMLFileModule.DocumentHelper.XMLFileModule.DocumentHelper ( XMLFileModule reload, boolean cache, boolean src, String instance, XMLFileModule p5 )
[mangled: org/apache/cocoon/components/modules/input/XMLFileModule.DocumentHelper."<init>":(Lorg/apache/cocoon/components/modules/input/XMLFileModule;ZZLjava/lang/String;Lorg/apache/cocoon/components/modules/input/XMLFileModule;)V]
cocoon-2.1.6.jar, DocumentWrapper.class
package org.apache.cocoon.xml.dom
DocumentWrapper.renameNode ( Node node, String namespaceURI, String qualifiedName ) : Node
[mangled: org/apache/cocoon/xml/dom/DocumentWrapper.renameNode:(Lorg/w3c/dom/Node;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Node;]
cocoon-2.1.6.jar, EmbeddedXMLPipe.class
package org.apache.cocoon.xml
EmbeddedXMLPipe.comment ( char[ ] ch, int start, int len ) : void
[mangled: org/apache/cocoon/xml/EmbeddedXMLPipe.comment:([CII)V]
EmbeddedXMLPipe.EmbeddedXMLPipe ( ContentHandler contentHandler, LexicalHandler lexicalHandler )
[mangled: org/apache/cocoon/xml/EmbeddedXMLPipe."<init>":(Lorg/xml/sax/ContentHandler;Lorg/xml/sax/ext/LexicalHandler;)V]
EmbeddedXMLPipe.EmbeddedXMLPipe ( XMLConsumer consumer )
[mangled: org/apache/cocoon/xml/EmbeddedXMLPipe."<init>":(Lorg/apache/cocoon/xml/XMLConsumer;)V]
EmbeddedXMLPipe.endDTD ( ) : void
[mangled: org/apache/cocoon/xml/EmbeddedXMLPipe.endDTD:()V]
EmbeddedXMLPipe.startDTD ( String name, String publicId, String systemId ) : void
[mangled: org/apache/cocoon/xml/EmbeddedXMLPipe.startDTD:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
cocoon-2.1.6.jar, EnvironmentWrapper.class
package org.apache.cocoon.environment.wrapper
EnvironmentWrapper.EnvironmentWrapper ( Environment env, ComponentManager manager, String uri, Logger logger, boolean wrapResponse )
[mangled: org/apache/cocoon/environment/wrapper/EnvironmentWrapper."<init>":(Lorg/apache/cocoon/environment/Environment;Lorg/apache/avalon/framework/component/ComponentManager;Ljava/lang/String;Lorg/apache/avalon/framework/logger/Logger;Z)V]
EnvironmentWrapper.EnvironmentWrapper ( Environment env, String requestURI, String queryString, Logger logger, ComponentManager manager, boolean rawMode, String view, boolean wrapResponse )
[mangled: org/apache/cocoon/environment/wrapper/EnvironmentWrapper."<init>":(Lorg/apache/cocoon/environment/Environment;Ljava/lang/String;Ljava/lang/String;Lorg/apache/avalon/framework/logger/Logger;Lorg/apache/avalon/framework/component/ComponentManager;ZLjava/lang/String;Z)V]
cocoon-2.1.6.jar, ErrorHandlerHelper.class
package org.apache.cocoon.components.treeprocessor.sitemap
ErrorHandlerHelper.invokeErrorHandler ( ProcessingNode node, Exception ex, Environment env, InvokeContext originalContext ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.invokeErrorHandler:(Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;Ljava/lang/Exception;Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
cocoon-2.1.6.jar, FlowNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
FlowNode.dispose ( ) : void
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/FlowNode.dispose:()V]
cocoon-2.1.6.jar, FOM_WebContinuation.class
package org.apache.cocoon.components.flow.javascript.fom
FOM_WebContinuation.toString ( ) : String
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_WebContinuation.toString:()Ljava/lang/String;]
cocoon-2.1.6.jar, HttpCacheAction.class
package org.apache.cocoon.acting
HttpCacheAction.act ( Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters ) : Map
[mangled: org/apache/cocoon/acting/HttpCacheAction.act:(Lorg/apache/cocoon/environment/Redirector;Lorg/apache/cocoon/environment/SourceResolver;Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
HttpCacheAction.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/acting/HttpCacheAction.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
HttpCacheAction.HttpCacheAction ( )
[mangled: org/apache/cocoon/acting/HttpCacheAction."<init>":()V]
cocoon-2.1.6.jar, I18nTransformer.class
package org.apache.cocoon.transformation
I18nTransformer.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/transformation/I18nTransformer.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
cocoon-2.1.6.jar, I18nUtils.class
package org.apache.cocoon.i18n
I18nUtils.findLocale ( Map objectModel, String attribute, Parameters parameters, Locale defaultLocale, boolean useLocale ) [static] : Locale
[mangled: org/apache/cocoon/i18n/I18nUtils.findLocale:(Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;Ljava/util/Locale;Z)Ljava/util/Locale;]
I18nUtils.findLocale ( Map objectModel, String attribute, Parameters parameters, Locale defaultLocale, boolean useLocale, boolean useLocales, boolean useBlankLocale, I18nUtils.LocaleValidator test ) [static] : Locale
[mangled: org/apache/cocoon/i18n/I18nUtils.findLocale:(Ljava/util/Map;Ljava/lang/String;Lorg/apache/avalon/framework/parameters/Parameters;Ljava/util/Locale;ZZZLorg/apache/cocoon/i18n/I18nUtils$LocaleValidator;)Ljava/util/Locale;]
I18nUtils.storeLocale ( Map objectModel, String attribute, String locale, boolean storeInRequest, boolean storeInSession, boolean storeInCookie, boolean createSession ) [static] : void
[mangled: org/apache/cocoon/i18n/I18nUtils.storeLocale:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;ZZZZ)V]
cocoon-2.1.6.jar, ImageReader.class
package org.apache.cocoon.reading
ImageReader.processStream ( InputStream inputStream ) : void
[mangled: org/apache/cocoon/reading/ImageReader.processStream:(Ljava/io/InputStream;)V]
cocoon-2.1.6.jar, Indexer.class
package org.apache.cocoon.util
ReflectionUtils.Indexer.put ( Map p1, String p2, Object p3 ) [abstract] : void
[mangled: org/apache/cocoon/util/ReflectionUtils.Indexer.put:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)V]
cocoon-2.1.6.jar, Interpreter.class
package org.apache.cocoon.components.flow
Interpreter.setInterpreterID ( String p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/flow/Interpreter.setInterpreterID:(Ljava/lang/String;)V]
cocoon-2.1.6.jar, InvokeContext.class
package org.apache.cocoon.components.treeprocessor
InvokeContext.getRedirector ( ) : Redirector
[mangled: org/apache/cocoon/components/treeprocessor/InvokeContext.getRedirector:()Lorg/apache/cocoon/environment/Redirector;]
InvokeContext.setRedirector ( Redirector redirector ) : void
[mangled: org/apache/cocoon/components/treeprocessor/InvokeContext.setRedirector:(Lorg/apache/cocoon/environment/Redirector;)V]
cocoon-2.1.6.jar, JXTemplateGenerator.class
package org.apache.cocoon.generation
JXTemplateGenerator.getKey ( ) : Serializable
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.getKey:()Ljava/io/Serializable;]
JXTemplateGenerator.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/generation/JXTemplateGenerator.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
cocoon-2.1.6.jar, LifecycleHelper.class
package org.apache.cocoon.components
LifecycleHelper.LifecycleHelper ( Logger logger, Context context, ServiceManager serviceManager, Configuration configuration )
[mangled: org/apache/cocoon/components/LifecycleHelper."<init>":(Lorg/apache/avalon/framework/logger/Logger;Lorg/apache/avalon/framework/context/Context;Lorg/apache/avalon/framework/service/ServiceManager;Lorg/apache/avalon/framework/configuration/Configuration;)V]
LifecycleHelper.setupComponent ( Object component, Logger logger, Context context, ServiceManager serviceManager, Configuration configuration ) [static] : Object
[mangled: org/apache/cocoon/components/LifecycleHelper.setupComponent:(Ljava/lang/Object;Lorg/apache/avalon/framework/logger/Logger;Lorg/apache/avalon/framework/context/Context;Lorg/apache/avalon/framework/service/ServiceManager;Lorg/apache/avalon/framework/configuration/Configuration;)Ljava/lang/Object;]
LifecycleHelper.setupComponent ( Object component, Logger logger, Context context, ServiceManager serviceManager, Configuration configuration, boolean initializeAndStart ) [static] : Object
[mangled: org/apache/cocoon/components/LifecycleHelper.setupComponent:(Ljava/lang/Object;Lorg/apache/avalon/framework/logger/Logger;Lorg/apache/avalon/framework/context/Context;Lorg/apache/avalon/framework/service/ServiceManager;Lorg/apache/avalon/framework/configuration/Configuration;Z)Ljava/lang/Object;]
cocoon-2.1.6.jar, LinkedQueue.class
package org.apache.cocoon.components.thread
LinkedQueue.getQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/LinkedQueue.getQueueSize:()I]
LinkedQueue.LinkedQueue ( )
[mangled: org/apache/cocoon/components/thread/LinkedQueue."<init>":()V]
cocoon-2.1.6.jar, LinkTranslator.class
package org.apache.cocoon.sitemap
LinkTranslator.getKey ( ) : Serializable
[mangled: org/apache/cocoon/sitemap/LinkTranslator.getKey:()Ljava/io/Serializable;]
LinkTranslator.getValidity ( ) : SourceValidity
[mangled: org/apache/cocoon/sitemap/LinkTranslator.getValidity:()Lorg/apache/excalibur/source/SourceValidity;]
cocoon-2.1.6.jar, LocaleMatcher.class
package org.apache.cocoon.matching
LocaleMatcher.configure ( Configuration config ) : void
[mangled: org/apache/cocoon/matching/LocaleMatcher.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
LocaleMatcher.LocaleMatcher ( )
[mangled: org/apache/cocoon/matching/LocaleMatcher."<init>":()V]
LocaleMatcher.match ( String pattern, Map objectModel, Parameters parameters ) : Map
[mangled: org/apache/cocoon/matching/LocaleMatcher.match:(Ljava/lang/String;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/util/Map;]
LocaleMatcher.service ( ServiceManager manager ) : void
[mangled: org/apache/cocoon/matching/LocaleMatcher.service:(Lorg/apache/avalon/framework/service/ServiceManager;)V]
cocoon-2.1.6.jar, LocaleValidator.class
package org.apache.cocoon.i18n
I18nUtils.LocaleValidator.test ( String p1, Locale p2 ) [abstract] : boolean
[mangled: org/apache/cocoon/i18n/I18nUtils.LocaleValidator.test:(Ljava/lang/String;Ljava/util/Locale;)Z]
cocoon-2.1.6.jar, Log4JConfigurator.class
package org.apache.cocoon.util.log
Log4JConfigurator.getSystemProperty ( String key ) : String
[mangled: org/apache/cocoon/util/log/Log4JConfigurator.getSystemProperty:(Ljava/lang/String;)Ljava/lang/String;]
Log4JConfigurator.Log4JConfigurator ( Context context )
[mangled: org/apache/cocoon/util/log/Log4JConfigurator."<init>":(Lorg/apache/avalon/framework/context/Context;)V]
Log4JConfigurator.subst ( String value ) : String
[mangled: org/apache/cocoon/util/log/Log4JConfigurator.subst:(Ljava/lang/String;)Ljava/lang/String;]
Log4JConfigurator.substVars ( String val ) : String
[mangled: org/apache/cocoon/util/log/Log4JConfigurator.substVars:(Ljava/lang/String;)Ljava/lang/String;]
cocoon-2.1.6.jar, Matcher.class
package org.apache.cocoon.util
ReflectionUtils.Matcher.matches ( String p1 ) [abstract] : boolean
[mangled: org/apache/cocoon/util/ReflectionUtils.Matcher.matches:(Ljava/lang/String;)Z]
cocoon-2.1.6.jar, MountNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
MountNode.MountNode ( VariableResolver prefix, VariableResolver source, TreeProcessor parentProcessor, boolean checkReload, boolean passThrough )
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/MountNode."<init>":(Lorg/apache/cocoon/components/treeprocessor/variables/VariableResolver;Lorg/apache/cocoon/components/treeprocessor/variables/VariableResolver;Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;ZZ)V]
cocoon-2.1.6.jar, NamedPatternsSelector.class
package org.apache.cocoon.selection
NamedPatternsSelector.configure ( Configuration p1 ) [abstract] : void
[mangled: org/apache/cocoon/selection/NamedPatternsSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
NamedPatternsSelector.select ( String p1, Map p2, Parameters p3 ) [abstract] : boolean
[mangled: org/apache/cocoon/selection/NamedPatternsSelector.select:(Ljava/lang/String;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Z]
cocoon-2.1.6.jar, NamingInputModule.class
package org.apache.cocoon.components.modules.input
NamingInputModule.configure ( Configuration conf ) : void
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
NamingInputModule.dispose ( ) : void
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule.dispose:()V]
NamingInputModule.getAttribute ( String name, Configuration modeConf, Map objectModel ) : Object
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/lang/Object;]
NamingInputModule.getAttributeNames ( Configuration modeConf, Map objectModel ) : Iterator
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule.getAttributeNames:(Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/util/Iterator;]
NamingInputModule.initialize ( ) : void
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule.initialize:()V]
NamingInputModule.NamingInputModule ( )
[mangled: org/apache/cocoon/components/modules/input/NamingInputModule."<init>":()V]
cocoon-2.1.6.jar, NetUtils.class
package org.apache.cocoon.util
NetUtils.decode ( String s, String enc ) [static] : String
[mangled: org/apache/cocoon/util/NetUtils.decode:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
NetUtils.encode ( String s, String enc ) [static] : String
[mangled: org/apache/cocoon/util/NetUtils.encode:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
cocoon-2.1.6.jar, Part.class
package org.apache.cocoon.servlet.multipart
Part.dispose ( ) [abstract] : void
[mangled: org/apache/cocoon/servlet/multipart/Part.dispose:()V]
cocoon-2.1.6.jar, PreparedVariableResolver.class
package org.apache.cocoon.components.treeprocessor.variables
PreparedVariableResolver.PreparedVariableResolver ( String expr, ServiceManager manager )
[mangled: org/apache/cocoon/components/treeprocessor/variables/PreparedVariableResolver."<init>":(Ljava/lang/String;Lorg/apache/avalon/framework/service/ServiceManager;)V]
cocoon-2.1.6.jar, Queue.class
package org.apache.cocoon.components.thread
Queue.getQueueSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/Queue.getQueueSize:()I]
cocoon-2.1.6.jar, ReflectionUtils.class
package org.apache.cocoon.util
ReflectionUtils.discoverFields ( Class pClazz ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverFields:(Ljava/lang/Class;)Ljava/util/Map;]
ReflectionUtils.discoverFields ( Class pClazz, ReflectionUtils.Matcher pMatcher ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverFields:(Ljava/lang/Class;Lorg/apache/cocoon/util/ReflectionUtils$Matcher;)Ljava/util/Map;]
ReflectionUtils.discoverFields ( Class pClazz, ReflectionUtils.Matcher pMatcher, ReflectionUtils.Indexer pIndexer ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverFields:(Ljava/lang/Class;Lorg/apache/cocoon/util/ReflectionUtils$Matcher;Lorg/apache/cocoon/util/ReflectionUtils$Indexer;)Ljava/util/Map;]
ReflectionUtils.discoverMethods ( Class pClazz ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverMethods:(Ljava/lang/Class;)Ljava/util/Map;]
ReflectionUtils.discoverMethods ( Class pClazz, ReflectionUtils.Matcher pMatcher ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverMethods:(Ljava/lang/Class;Lorg/apache/cocoon/util/ReflectionUtils$Matcher;)Ljava/util/Map;]
ReflectionUtils.discoverMethods ( Class pClazz, ReflectionUtils.Matcher pMatcher, ReflectionUtils.Indexer pIndexer ) [static] : Map
[mangled: org/apache/cocoon/util/ReflectionUtils.discoverMethods:(Ljava/lang/Class;Lorg/apache/cocoon/util/ReflectionUtils$Matcher;Lorg/apache/cocoon/util/ReflectionUtils$Indexer;)Ljava/util/Map;]
ReflectionUtils.ReflectionUtils ( )
[mangled: org/apache/cocoon/util/ReflectionUtils."<init>":()V]
cocoon-2.1.6.jar, RegexpHeaderSelector.class
package org.apache.cocoon.selection
RegexpHeaderSelector.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/selection/RegexpHeaderSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
RegexpHeaderSelector.getSelectorContext ( Map objectModel, Parameters parameters ) : Object
[mangled: org/apache/cocoon/selection/RegexpHeaderSelector.getSelectorContext:(Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/lang/Object;]
RegexpHeaderSelector.RegexpHeaderSelector ( )
[mangled: org/apache/cocoon/selection/RegexpHeaderSelector."<init>":()V]
RegexpHeaderSelector.select ( String expr, Map objectModel, Parameters params ) : boolean
[mangled: org/apache/cocoon/selection/RegexpHeaderSelector.select:(Ljava/lang/String;Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Z]
cocoon-2.1.6.jar, RegexpRequestParameterSelector.class
package org.apache.cocoon.selection
RegexpRequestParameterSelector.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/selection/RegexpRequestParameterSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
RegexpRequestParameterSelector.getSelectorContext ( Map objectModel, Parameters parameters ) : Object
[mangled: org/apache/cocoon/selection/RegexpRequestParameterSelector.getSelectorContext:(Ljava/util/Map;Lorg/apache/avalon/framework/parameters/Parameters;)Ljava/lang/Object;]
RegexpRequestParameterSelector.RegexpRequestParameterSelector ( )
[mangled: org/apache/cocoon/selection/RegexpRequestParameterSelector."<init>":()V]
cocoon-2.1.6.jar, ResourceReader.class
package org.apache.cocoon.reading
ResourceReader.configure ( Configuration configuration ) : void
[mangled: org/apache/cocoon/reading/ResourceReader.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
ResourceReader.processStream ( InputStream inputStream ) : void
[mangled: org/apache/cocoon/reading/ResourceReader.processStream:(Ljava/io/InputStream;)V]
cocoon-2.1.6.jar, ResponseWrapper.class
package org.apache.cocoon.environment.wrapper
ResponseWrapper.addCookie ( Cookie cookie ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.addCookie:(Lorg/apache/cocoon/environment/Cookie;)V]
ResponseWrapper.addDateHeader ( String name, long date ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.addDateHeader:(Ljava/lang/String;J)V]
ResponseWrapper.addHeader ( String name, String value ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.addHeader:(Ljava/lang/String;Ljava/lang/String;)V]
ResponseWrapper.addIntHeader ( String name, int value ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.addIntHeader:(Ljava/lang/String;I)V]
ResponseWrapper.containsHeader ( String name ) : boolean
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.containsHeader:(Ljava/lang/String;)Z]
ResponseWrapper.createCookie ( String name, String value ) : Cookie
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.createCookie:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/cocoon/environment/Cookie;]
ResponseWrapper.encodeURL ( String url ) : String
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.encodeURL:(Ljava/lang/String;)Ljava/lang/String;]
ResponseWrapper.getCharacterEncoding ( ) : String
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.getCharacterEncoding:()Ljava/lang/String;]
ResponseWrapper.getLocale ( ) : Locale
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.getLocale:()Ljava/util/Locale;]
ResponseWrapper.ResponseWrapper ( Response response )
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper."<init>":(Lorg/apache/cocoon/environment/Response;)V]
ResponseWrapper.setDateHeader ( String name, long date ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.setDateHeader:(Ljava/lang/String;J)V]
ResponseWrapper.setHeader ( String name, String value ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.setHeader:(Ljava/lang/String;Ljava/lang/String;)V]
ResponseWrapper.setIntHeader ( String name, int value ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.setIntHeader:(Ljava/lang/String;I)V]
ResponseWrapper.setLocale ( Locale loc ) : void
[mangled: org/apache/cocoon/environment/wrapper/ResponseWrapper.setLocale:(Ljava/util/Locale;)V]
cocoon-2.1.6.jar, RunnableManager.class
package org.apache.cocoon.components.thread
RunnableManager.createPool ( int p1, int p2, int p3, int p4, boolean p5, long p6, String p7, boolean p8, int p9 ) [abstract] : ThreadPool
[mangled: org/apache/cocoon/components/thread/RunnableManager.createPool:(IIIIZJLjava/lang/String;ZI)Lorg/apache/cocoon/components/thread/ThreadPool;]
RunnableManager.createPool ( String p1, int p2, int p3, int p4, int p5, boolean p6, long p7, String p8, boolean p9, int p10 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.createPool:(Ljava/lang/String;IIIIZJLjava/lang/String;ZI)V]
RunnableManager.execute ( Runnable p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/Runnable;)V]
RunnableManager.execute ( Runnable p1, long p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/Runnable;J)V]
RunnableManager.execute ( Runnable p1, long p2, long p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/Runnable;JJ)V]
RunnableManager.execute ( String p1, Runnable p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;)V]
RunnableManager.execute ( String p1, Runnable p2, long p3 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;J)V]
RunnableManager.execute ( String p1, Runnable p2, long p3, long p4 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.execute:(Ljava/lang/String;Ljava/lang/Runnable;JJ)V]
RunnableManager.remove ( Runnable p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/RunnableManager.remove:(Ljava/lang/Runnable;)V]
cocoon-2.1.6.jar, SaxBuffer.class
package org.apache.cocoon.xml
SaxBuffer.SaxBuffer ( List bits )
[mangled: org/apache/cocoon/xml/SaxBuffer."<init>":(Ljava/util/List;)V]
SaxBuffer.xmlizable ( XMLizable xml ) : void
[mangled: org/apache/cocoon/xml/SaxBuffer.xmlizable:(Lorg/apache/excalibur/xml/sax/XMLizable;)V]
cocoon-2.1.6.jar, SourceUtil.class
package org.apache.cocoon.components.source
SourceUtil.handleSAXException ( String source, SAXException e ) [static] : void
[mangled: org/apache/cocoon/components/source/SourceUtil.handleSAXException:(Ljava/lang/String;Lorg/xml/sax/SAXException;)V]
cocoon-2.1.6.jar, SynchronousChannel.class
package org.apache.cocoon.components.thread
SynchronousChannel.getQueueSize ( ) : int
[mangled: org/apache/cocoon/components/thread/SynchronousChannel.getQueueSize:()I]
SynchronousChannel.SynchronousChannel ( )
[mangled: org/apache/cocoon/components/thread/SynchronousChannel."<init>":()V]
cocoon-2.1.6.jar, ThreadFactory.class
package org.apache.cocoon.components.thread
ThreadFactory.getPriority ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadFactory.getPriority:()I]
ThreadFactory.isDaemon ( ) [abstract] : boolean
[mangled: org/apache/cocoon/components/thread/ThreadFactory.isDaemon:()Z]
ThreadFactory.newThread ( Runnable p1 ) [abstract] : Thread
[mangled: org/apache/cocoon/components/thread/ThreadFactory.newThread:(Ljava/lang/Runnable;)Ljava/lang/Thread;]
ThreadFactory.setDaemon ( boolean p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/ThreadFactory.setDaemon:(Z)V]
ThreadFactory.setPriority ( int p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/ThreadFactory.setPriority:(I)V]
cocoon-2.1.6.jar, ThreadPool.class
package org.apache.cocoon.components.thread
ThreadPool.execute ( Runnable p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/ThreadPool.execute:(Ljava/lang/Runnable;)V]
ThreadPool.getBlockPolicy ( ) [abstract] : String
[mangled: org/apache/cocoon/components/thread/ThreadPool.getBlockPolicy:()Ljava/lang/String;]
ThreadPool.getKeepAliveTime ( ) [abstract] : long
[mangled: org/apache/cocoon/components/thread/ThreadPool.getKeepAliveTime:()J]
ThreadPool.getMaximumPoolSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getMaximumPoolSize:()I]
ThreadPool.getMaximumQueueSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getMaximumQueueSize:()I]
ThreadPool.getMinimumPoolSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getMinimumPoolSize:()I]
ThreadPool.getName ( ) [abstract] : String
[mangled: org/apache/cocoon/components/thread/ThreadPool.getName:()Ljava/lang/String;]
ThreadPool.getPoolSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getPoolSize:()I]
ThreadPool.getPriority ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getPriority:()I]
ThreadPool.getQueueSize ( ) [abstract] : int
[mangled: org/apache/cocoon/components/thread/ThreadPool.getQueueSize:()I]
ThreadPool.isQueued ( ) [abstract] : boolean
[mangled: org/apache/cocoon/components/thread/ThreadPool.isQueued:()Z]
ThreadPool.isTerminatedAfterShutdown ( ) [abstract] : boolean
[mangled: org/apache/cocoon/components/thread/ThreadPool.isTerminatedAfterShutdown:()Z]
ThreadPool.shutdown ( ) [abstract] : void
[mangled: org/apache/cocoon/components/thread/ThreadPool.shutdown:()V]
cocoon-2.1.6.jar, ThreadScope.class
package org.apache.cocoon.components.flow.javascript.fom
FOM_JavaScriptInterpreter.ThreadScope.FOM_JavaScriptInterpreter.ThreadScope ( Global scope )
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpreter.ThreadScope."<init>":(Lorg/mozilla/javascript/tools/shell/Global;)V]
FOM_JavaScriptInterpreter.ThreadScope.setLock ( boolean lock ) : void
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpreter.ThreadScope.setLock:(Z)V]
cocoon-2.1.6.jar, TokenReciever.class
package org.apache.cocoon.components.treeprocessor.variables
VariableExpressionTokenizer.TokenReciever.addToken ( int p1, String p2 ) [abstract] : void
[mangled: org/apache/cocoon/components/treeprocessor/variables/VariableExpressionTokenizer.TokenReciever.addToken:(ILjava/lang/String;)V]
cocoon-2.1.6.jar, TreeBuilder.class
package org.apache.cocoon.components.treeprocessor
TreeBuilder.getProcessor ( ) [abstract] : ConcreteTreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.getProcessor:()Lorg/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor;]
TreeBuilder.setProcessor ( ConcreteTreeProcessor p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.setProcessor:(Lorg/apache/cocoon/components/treeprocessor/ConcreteTreeProcessor;)V]
cocoon-2.1.6.jar, TreeProcessor.class
package org.apache.cocoon.components.treeprocessor
TreeProcessor.createChildProcessor ( ComponentManager manager, String actualSource, boolean checkReload ) : TreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor.createChildProcessor:(Lorg/apache/avalon/framework/component/ComponentManager;Ljava/lang/String;Z)Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;]
TreeProcessor.TreeProcessor ( TreeProcessor parent, ComponentManager manager )
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor."<init>":(Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;Lorg/apache/avalon/framework/component/ComponentManager;)V]
cocoon-2.1.6.jar, URLDecodeModule.class
package org.apache.cocoon.components.modules.input
URLDecodeModule.getAttribute ( String name, Configuration modeConf, Map objectModel ) : Object
[mangled: org/apache/cocoon/components/modules/input/URLDecodeModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/lang/Object;]
URLDecodeModule.URLDecodeModule ( )
[mangled: org/apache/cocoon/components/modules/input/URLDecodeModule."<init>":()V]
cocoon-2.1.6.jar, URLEncodeModule.class
package org.apache.cocoon.components.modules.input
URLEncodeModule.getAttribute ( String name, Configuration modeConf, Map objectModel ) : Object
[mangled: org/apache/cocoon/components/modules/input/URLEncodeModule.getAttribute:(Ljava/lang/String;Lorg/apache/avalon/framework/configuration/Configuration;Ljava/util/Map;)Ljava/lang/Object;]
URLEncodeModule.URLEncodeModule ( )
[mangled: org/apache/cocoon/components/modules/input/URLEncodeModule."<init>":()V]
cocoon-2.1.6.jar, ValueList.class
package org.apache.cocoon.transformation
SimpleFormTransformer.ValueList.SimpleFormTransformer.ValueList ( Object[ ] values )
[mangled: org/apache/cocoon/transformation/SimpleFormTransformer.ValueList."<init>":([Ljava/lang/Object;)V]
cocoon-2.1.6.jar, VariableExpressionTokenizer.class
package org.apache.cocoon.components.treeprocessor.variables
VariableExpressionTokenizer.tokenize ( String expression, VariableExpressionTokenizer.TokenReciever reciever ) [static] : void
[mangled: org/apache/cocoon/components/treeprocessor/variables/VariableExpressionTokenizer.tokenize:(Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/variables/VariableExpressionTokenizer$TokenReciever;)V]
VariableExpressionTokenizer.VariableExpressionTokenizer ( )
[mangled: org/apache/cocoon/components/treeprocessor/variables/VariableExpressionTokenizer."<init>":()V]
cocoon-2.1.6.jar, VariableResolverFactory.class
package org.apache.cocoon.components.treeprocessor.variables
VariableResolverFactory.getResolver ( String expression, ServiceManager manager ) [static] : VariableResolver
[mangled: org/apache/cocoon/components/treeprocessor/variables/VariableResolverFactory.getResolver:(Ljava/lang/String;Lorg/apache/avalon/framework/service/ServiceManager;)Lorg/apache/cocoon/components/treeprocessor/variables/VariableResolver;]
cocoon-2.1.6.jar, XMLizableBit.class
package org.apache.cocoon.xml
SaxBuffer.XMLizableBit.dump ( Writer writer ) : void
[mangled: org/apache/cocoon/xml/SaxBuffer.XMLizableBit.dump:(Ljava/io/Writer;)V]
SaxBuffer.XMLizableBit.SaxBuffer.XMLizableBit ( XMLizable xml )
[mangled: org/apache/cocoon/xml/SaxBuffer.XMLizableBit."<init>":(Lorg/apache/excalibur/xml/sax/XMLizable;)V]
SaxBuffer.XMLizableBit.send ( ContentHandler contentHandler ) : void
[mangled: org/apache/cocoon/xml/SaxBuffer.XMLizableBit.send:(Lorg/xml/sax/ContentHandler;)V]
cocoon-2.1.6.jar, XMLResourceBundleFactory.class
package org.apache.cocoon.i18n
XMLResourceBundleFactory.release ( Bundle bundle ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.release:(Lorg/apache/cocoon/i18n/Bundle;)V]
cocoon-2.1.6.jar, XMLUtils.class
package org.apache.cocoon.xml
XMLUtils.serializeNode ( Node node ) [static] : String
[mangled: org/apache/cocoon/xml/XMLUtils.serializeNode:(Lorg/w3c/dom/Node;)Ljava/lang/String;]
to the top
Removed Methods (34)
cocoon-2.1.5.1.jar, CIncludeTransformer.class
package org.apache.cocoon.transformation
CIncludeTransformer.processCIncludeElement ( String src, String element, String select, String ns, String prefix, boolean cache ) : String
[mangled: org/apache/cocoon/transformation/CIncludeTransformer.processCIncludeElement:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;]
cocoon-2.1.5.1.jar, CocoonComponentManager.class
package org.apache.cocoon.components
CocoonComponentManager.checkEnvironment ( Logger logger ) [static] : void
[mangled: org/apache/cocoon/components/CocoonComponentManager.checkEnvironment:(Lorg/apache/avalon/framework/logger/Logger;)V]
cocoon-2.1.5.1.jar, ContinuationsManagerImpl.class
package org.apache.cocoon.components.flow
ContinuationsManagerImpl.contextualize ( Context context ) : void
[mangled: org/apache/cocoon/components/flow/ContinuationsManagerImpl.contextualize:(Lorg/apache/avalon/framework/context/Context;)V]
cocoon-2.1.5.1.jar, ContinueNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
ContinueNode.compose ( ComponentManager manager ) : void
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.compose:(Lorg/apache/avalon/framework/component/ComponentManager;)V]
ContinueNode.configure ( Configuration config ) : void
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
ContinueNode.ContinueNode ( String contId )
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode."<init>":(Ljava/lang/String;)V]
ContinueNode.invoke ( Environment env, InvokeContext context ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.invoke:(Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
cocoon-2.1.5.1.jar, ContinueNodeBuilder.class
package org.apache.cocoon.components.treeprocessor.sitemap
ContinueNodeBuilder.buildNode ( Configuration config ) : ProcessingNode
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNodeBuilder.buildNode:(Lorg/apache/avalon/framework/configuration/Configuration;)Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;]
ContinueNodeBuilder.ContinueNodeBuilder ( )
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ContinueNodeBuilder."<init>":()V]
cocoon-2.1.5.1.jar, DefaultTreeBuilder.class
package org.apache.cocoon.components.treeprocessor
DefaultTreeBuilder.getProcessor ( ) : TreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.getProcessor:()Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;]
DefaultTreeBuilder.setProcessor ( TreeProcessor processor ) : void
[mangled: org/apache/cocoon/components/treeprocessor/DefaultTreeBuilder.setProcessor:(Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;)V]
cocoon-2.1.5.1.jar, DocumentHelper.class
package org.apache.cocoon.components.modules.input
XMLFileModule.DocumentHelper.XMLFileModule.DocumentHelper ( XMLFileModule reload, boolean cache, boolean src, String p4 )
[mangled: org/apache/cocoon/components/modules/input/XMLFileModule.DocumentHelper."<init>":(Lorg/apache/cocoon/components/modules/input/XMLFileModule;ZZLjava/lang/String;)V]
cocoon-2.1.5.1.jar, EnvironmentWrapper.class
package org.apache.cocoon.environment.wrapper
EnvironmentWrapper.EnvironmentWrapper ( Environment env, ComponentManager manager, String uri, Logger logger )
[mangled: org/apache/cocoon/environment/wrapper/EnvironmentWrapper."<init>":(Lorg/apache/cocoon/environment/Environment;Lorg/apache/avalon/framework/component/ComponentManager;Ljava/lang/String;Lorg/apache/avalon/framework/logger/Logger;)V]
cocoon-2.1.5.1.jar, ErrorHandlerHelper.class
package org.apache.cocoon.components.treeprocessor.sitemap
ErrorHandlerHelper.invokeErrorHandler ( ProcessingNode node, Exception ex, Environment env ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/ErrorHandlerHelper.invokeErrorHandler:(Lorg/apache/cocoon/components/treeprocessor/ProcessingNode;Ljava/lang/Exception;Lorg/apache/cocoon/environment/Environment;)Z]
cocoon-2.1.5.1.jar, FlowNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
FlowNode.contextualize ( Context context ) : void
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/FlowNode.contextualize:(Lorg/apache/avalon/framework/context/Context;)V]
cocoon-2.1.5.1.jar, I18nTransformer.class
package org.apache.cocoon.transformation
I18nTransformer.compose ( ComponentManager manager ) : void
[mangled: org/apache/cocoon/transformation/I18nTransformer.compose:(Lorg/apache/avalon/framework/component/ComponentManager;)V]
cocoon-2.1.5.1.jar, ImageReader.class
package org.apache.cocoon.reading
ImageReader.processStream ( ) : void
[mangled: org/apache/cocoon/reading/ImageReader.processStream:()V]
cocoon-2.1.5.1.jar, InterpreterSelector.class
package org.apache.cocoon.components.flow
InterpreterSelector.configure ( Configuration config ) : void
[mangled: org/apache/cocoon/components/flow/InterpreterSelector.configure:(Lorg/apache/avalon/framework/configuration/Configuration;)V]
InterpreterSelector.getDefaultLanguage ( ) : String
[mangled: org/apache/cocoon/components/flow/InterpreterSelector.getDefaultLanguage:()Ljava/lang/String;]
InterpreterSelector.InterpreterSelector ( )
[mangled: org/apache/cocoon/components/flow/InterpreterSelector."<init>":()V]
cocoon-2.1.5.1.jar, InvokeContext.class
package org.apache.cocoon.components.treeprocessor
InvokeContext.enableLogging ( Logger logger ) : void
[mangled: org/apache/cocoon/components/treeprocessor/InvokeContext.enableLogging:(Lorg/apache/avalon/framework/logger/Logger;)V]
cocoon-2.1.5.1.jar, MountNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
MountNode.MountNode ( VariableResolver prefix, VariableResolver source, String language, TreeProcessor parentProcessor )
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/MountNode."<init>":(Lorg/apache/cocoon/components/treeprocessor/variables/VariableResolver;Lorg/apache/cocoon/components/treeprocessor/variables/VariableResolver;Ljava/lang/String;Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;)V]
cocoon-2.1.5.1.jar, PipelinesNode.class
package org.apache.cocoon.components.treeprocessor.sitemap
PipelinesNode.getRedirector ( Environment env ) [static] : Redirector
[mangled: org/apache/cocoon/components/treeprocessor/sitemap/PipelinesNode.getRedirector:(Lorg/apache/cocoon/environment/Environment;)Lorg/apache/cocoon/environment/Redirector;]
cocoon-2.1.5.1.jar, ResourceReader.class
package org.apache.cocoon.reading
ResourceReader.processStream ( ) : void
[mangled: org/apache/cocoon/reading/ResourceReader.processStream:()V]
cocoon-2.1.5.1.jar, ThreadScope.class
package org.apache.cocoon.components.flow.javascript.fom
FOM_JavaScriptInterpreter.ThreadScope.FOM_JavaScriptInterpreter.ThreadScope ( )
[mangled: org/apache/cocoon/components/flow/javascript/fom/FOM_JavaScriptInterpreter.ThreadScope."<init>":()V]
cocoon-2.1.5.1.jar, TreeBuilder.class
package org.apache.cocoon.components.treeprocessor
TreeBuilder.getProcessor ( ) [abstract] : TreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.getProcessor:()Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;]
TreeBuilder.setProcessor ( TreeProcessor p1 ) [abstract] : void
[mangled: org/apache/cocoon/components/treeprocessor/TreeBuilder.setProcessor:(Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;)V]
cocoon-2.1.5.1.jar, TreeProcessor.class
package org.apache.cocoon.components.treeprocessor
TreeProcessor.createChildProcessor ( ComponentManager manager, String language, Source source ) : TreeProcessor
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor.createChildProcessor:(Lorg/apache/avalon/framework/component/ComponentManager;Ljava/lang/String;Lorg/apache/excalibur/source/Source;)Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;]
TreeProcessor.disposeTree ( ) : void
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor.disposeTree:()V]
TreeProcessor.process ( Environment environment, InvokeContext context ) : boolean
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor.process:(Lorg/apache/cocoon/environment/Environment;Lorg/apache/cocoon/components/treeprocessor/InvokeContext;)Z]
TreeProcessor.setupRootNode ( Environment env ) : void
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor.setupRootNode:(Lorg/apache/cocoon/environment/Environment;)V]
TreeProcessor.TreeProcessor ( TreeProcessor parent, ComponentManager manager, String language )
[mangled: org/apache/cocoon/components/treeprocessor/TreeProcessor."<init>":(Lorg/apache/cocoon/components/treeprocessor/TreeProcessor;Lorg/apache/avalon/framework/component/ComponentManager;Ljava/lang/String;)V]
cocoon-2.1.5.1.jar, ValueList.class
package org.apache.cocoon.transformation
SimpleFormTransformer.ValueList.SimpleFormTransformer.ValueList ( SimpleFormTransformer values, Object[ ] p2 )
[mangled: org/apache/cocoon/transformation/SimpleFormTransformer.ValueList."<init>":(Lorg/apache/cocoon/transformation/SimpleFormTransformer;[Ljava/lang/Object;)V]
cocoon-2.1.5.1.jar, XMLResourceBundleFactory.class
package org.apache.cocoon.i18n
XMLResourceBundleFactory.release ( Component component ) : void
[mangled: org/apache/cocoon/i18n/XMLResourceBundleFactory.release:(Lorg/apache/avalon/framework/component/Component;)V]
to the top
Problems with Data Types, High Severity (25)
cocoon-2.1.5.1.jar
package org.apache.cocoon.bean
[+] CocoonWrapper (1)
| Change | Effect |
---|
1 | Non-constant field log became non-static. | A client program may be interrupted by IncompatibleClassChangeError exception. |
[+] affected methods (22)
CocoonWrapper ( )This constructor is from 'CocoonWrapper' class.
addLoadedClass ( String )This method is from 'CocoonWrapper' class.
addLoadedClasses ( List )This method is from 'CocoonWrapper' class.
dispose ( )This method is from 'CocoonWrapper' class.
finalize ( )This method is from 'CocoonWrapper' class.
getClassPath ( String )This method is from 'CocoonWrapper' class.
getComponentManager ( )This method is from 'CocoonWrapper' class.
getLinks ( String, Map )This method is from 'CocoonWrapper' class.
getLoggerName ( )This method is from 'CocoonWrapper' class.
getPage ( String, long, Map, Map, List, OutputStream )This method is from 'CocoonWrapper' class.
getType ( String, Map )This method is from 'CocoonWrapper' class.
initialize ( )This method is from 'CocoonWrapper' class.
...
package org.apache.cocoon.components.flow
[+] ContinuationsManagerImpl (3)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.context.Contextualizable. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field forrest of type java.util.Set has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field m_commandSink of type org.apache.excalibur.event.Sink has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
ContinuationsManagerImpl ( )This constructor is from 'ContinuationsManagerImpl' class.
configure ( Configuration )This method is from 'ContinuationsManagerImpl' class.
createWebContinuation ( Object, WebContinuation, int, ContinuationsDisposer )This method is from 'ContinuationsManagerImpl' class.
displayAllContinuations ( )This method is from 'ContinuationsManagerImpl' class.
invalidateWebContinuation ( WebContinuation )This method is from 'ContinuationsManagerImpl' class.
lookupWebContinuation ( String )This method is from 'ContinuationsManagerImpl' class.
[+] InterpreterSelector (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
InterpreterSelector ( )This constructor is from 'InterpreterSelector' class.
configure ( Configuration )This method is from 'InterpreterSelector' class.
getDefaultLanguage ( )This method is from 'InterpreterSelector' class.
package org.apache.cocoon.components.flow.javascript.fom
[+] FOM_JavaScriptInterpreter (2)
| Change | Effect |
---|
1 | Access level of field USER_GLOBAL_SCOPE has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field lastTimeCheck has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] 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.treeprocessor
[+] DefaultTreeBuilder (1)
| Change | Effect |
---|
1 | Type of field processor has been changed from TreeProcessor to ConcreteTreeProcessor. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
DefaultTreeBuilder ( )This constructor is from 'DefaultTreeBuilder' class.
build ( Configuration )This method is from 'DefaultTreeBuilder' class.
build ( Source )This method is from 'DefaultTreeBuilder' class.
compose ( ComponentManager )This method is from 'DefaultTreeBuilder' class.
configure ( Configuration )This method is from 'DefaultTreeBuilder' class.
contextualize ( Context )This method is from 'DefaultTreeBuilder' class.
createBuilderSelector ( )This method is from 'DefaultTreeBuilder' class.
createComponentManager ( Configuration )This method is from 'DefaultTreeBuilder' class.
createNodeBuilder ( Configuration )This method is from 'DefaultTreeBuilder' class.
createRoleManager ( )This method is from 'DefaultTreeBuilder' class.
createTree ( Configuration )This method is from 'DefaultTreeBuilder' class.
dispose ( )This method is from 'DefaultTreeBuilder' class.
...
[+] InvokeContext (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.logger.LogEnabled. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (52)
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext, String, Map )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
invokeByName ( String, Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
InvokeContext ( )This constructor is from 'InvokeContext' class.
InvokeContext ( boolean )This constructor is from 'InvokeContext' class.
compose ( ComponentManager )This method is from 'InvokeContext' class.
dispose ( )This method is from 'InvokeContext' class.
dumpParameters ( )This method is from 'InvokeContext' class.
getMapByAnchor ( String )This method is from 'InvokeContext' class.
getMapStack ( )This method is from 'InvokeContext' class.
...
[+] TreeBuilder (2)
| Change | Effect |
---|
1 | Abstract method getProcessor ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method setProcessor ( TreeProcessor ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (25)
AbstractProcessingNodeBuilder ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
checkNamespace ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
compose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
getParameters ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
hasParameters ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
recompose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'treeBuilder' of this method has type 'TreeBuilder'.
getCategoryNode ( TreeBuilder, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
getNamedNode ( TreeBuilder, String, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'p1' of this abstract method has type 'TreeBuilder'.
build ( Configuration )This abstract method is from 'TreeBuilder' interface.
build ( Source )This abstract method is from 'TreeBuilder' interface.
...
[+] TreeProcessor (6)
| Change | Effect |
---|
1 | Field componentConfigurations of type org.apache.avalon.framework.configuration.Configuration has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field disposableNodes of type java.util.List has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field language of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
4 | Field rootNode of type ProcessingNode has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
5 | Field sitemapComponentConfigurations of type java.util.Map has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
6 | Field sitemapComponentManager of type org.apache.avalon.framework.component.ComponentManager has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
TreeProcessor ( )This constructor is from 'TreeProcessor' class.
buildPipeline ( Environment )This method is from 'TreeProcessor' class.
compose ( ComponentManager )This method is from 'TreeProcessor' class.
configure ( Configuration )This method is from 'TreeProcessor' class.
contextualize ( Context )This method is from 'TreeProcessor' class.
dispose ( )This method is from 'TreeProcessor' class.
getComponentConfigurations ( )This method is from 'TreeProcessor' class.
getRootProcessor ( )This method is from 'TreeProcessor' class.
process ( Environment )This method is from 'TreeProcessor' class.
setComponentConfigurations ( Configuration )This method is from 'TreeProcessor' class.
setRoleManager ( RoleManager )This method is from 'TreeProcessor' class.
...
package org.apache.cocoon.components.treeprocessor.sitemap
[+] ContinueNode (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ContinueNode ( String )This constructor is from 'ContinueNode' class.
compose ( ComponentManager )This method is from 'ContinueNode' class.
configure ( Configuration )This method is from 'ContinueNode' class.
invoke ( Environment, InvokeContext )This method is from 'ContinueNode' class.
[+] ContinueNodeBuilder (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
ContinueNodeBuilder ( )This constructor is from 'ContinueNodeBuilder' class.
buildNode ( Configuration )This method is from 'ContinueNodeBuilder' class.
[+] FlowNode (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.context.Contextualizable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
FlowNode ( String )This constructor is from 'FlowNode' class.
compose ( ComponentManager )This method is from 'FlowNode' class.
getInterpreter ( )This method is from 'FlowNode' class.
invoke ( Environment, InvokeContext )This method is from 'FlowNode' class.
package org.apache.cocoon.reading
[+] ResourceReader (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.avalon.framework.parameters.Parameterizable. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field inputStream of type java.io.InputStream has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ResourceReader ( )This constructor is from 'ResourceReader' class.
generate ( )This method is from 'ResourceReader' class.
getKey ( )This method is from 'ResourceReader' class.
getLastModified ( )This method is from 'ResourceReader' class.
getMimeType ( )This method is from 'ResourceReader' class.
getValidity ( )This method is from 'ResourceReader' class.
parameterize ( Parameters )This method is from 'ResourceReader' class.
recycle ( )This method is from 'ResourceReader' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'ResourceReader' class.
package org.apache.cocoon.transformation
[+] I18nTransformer (2)
| Change | Effect |
---|
1 | Type of field manager has been changed from org.apache.avalon.framework.component.ComponentManager to org.apache.avalon.framework.service.ServiceManager. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Removed super-interface org.apache.avalon.framework.component.Composable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (11)
I18nTransformer ( )This constructor is from 'I18nTransformer' class.
characters ( char[ ], int, int )This method is from 'I18nTransformer' class.
configure ( Configuration )This method is from 'I18nTransformer' class.
dispose ( )This method is from 'I18nTransformer' class.
endElement ( String, String, String )This method is from 'I18nTransformer' class.
getKey ( )This method is from 'I18nTransformer' class.
getLocale ( )This method is from 'I18nTransformer' class.
getValidity ( )This method is from 'I18nTransformer' class.
recycle ( )This method is from 'I18nTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'I18nTransformer' class.
startElement ( String, String, String, Attributes )This method is from 'I18nTransformer' class.
...
package org.apache.cocoon.xml
[+] SaxBuffer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.excalibur.xml.sax.XMLizable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (29)
ParamSaxBuffer ( SaxBuffer )1st parameter 'saxBuffer' of this method has type 'SaxBuffer'.
SaxBuffer ( )This constructor is from 'SaxBuffer' class.
SaxBuffer ( SaxBuffer )This constructor is from 'SaxBuffer' class.
addBit ( SaxBuffer.SaxBit )This method is from 'SaxBuffer' class.
bits ( )This method is from 'SaxBuffer' class.
characters ( char[ ], int, int )This method is from 'SaxBuffer' class.
comment ( char[ ], int, int )This method is from 'SaxBuffer' class.
dump ( Writer )This method is from 'SaxBuffer' class.
endCDATA ( )This method is from 'SaxBuffer' class.
endDocument ( )This method is from 'SaxBuffer' class.
endDTD ( )This method is from 'SaxBuffer' class.
endElement ( String, String, String )This method is from 'SaxBuffer' class.
...
to the top
Problems with Methods, High Severity (1)
cocoon-2.1.5.1.jar, CocoonWrapper
package org.apache.cocoon.bean
[+] CocoonWrapper.getClassPath ( String context ) [static] : String (1)
[mangled: org/apache/cocoon/bean/CocoonWrapper.getClassPath:(Ljava/lang/String;)Ljava/lang/String;]
| Change | Effect |
---|
1 | Method became non-static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Problems with Data Types, Medium Severity (6)
cocoon-2.1.5.1.jar
package org.apache.cocoon.components.flow
[+] Interpreter (1)
| Change | Effect |
---|
1 | Abstract method setInterpreterID ( String ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method compose ( ComponentManager ) and may not be implemented by old clients. |
[+] affected methods (11)
callFunction ( String, List, Redirector )This abstract method is from 'Interpreter' interface.
forwardTo ( String, Object, WebContinuation, Redirector )This abstract method is from 'Interpreter' interface.
handleContinuation ( String, List, Redirector )This abstract method is from 'Interpreter' interface.
CallFunctionNode ( VariableResolver, VariableResolver )Field 'this.interpreter' in the object of this method has type 'Interpreter'.
compose ( ComponentManager )Field 'this.interpreter' in the object of this method has type 'Interpreter'.
configure ( Configuration )Field 'this.interpreter' in the object of this method has type 'Interpreter'.
invoke ( Environment, InvokeContext )Field 'this.interpreter' in the object of this method has type 'Interpreter'.
resolveList ( List, ComponentManager, InvokeContext, Map )Field 'this.interpreter' in the object of this method has type 'Interpreter'.
setInterpreter ( Interpreter )1st parameter 'interp' of this method has type 'Interpreter'.
getInterpreter ( )Return value of this method has type 'Interpreter'.
registerScriptWithInterpreter ( Interpreter )1st parameter 'interpreter' of this method has type 'Interpreter'.
...
package org.apache.cocoon.components.flow.javascript.fom
[+] FOM_JavaScriptInterpreter (1)
| Change | Effect |
---|
1 | Value of final field USER_GLOBAL_SCOPE (java.lang.String) has been changed from "FOM JavaScript GLOBAL SCOPE" to "FOM JavaScript GLOBAL SCOPE/". | 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 (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.treeprocessor
[+] TreeBuilder (1)
| Change | Effect |
---|
1 | Abstract method getProcessor ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method buildNode ( Configuration ) and may not be implemented by old clients. |
[+] affected methods (25)
AbstractProcessingNodeBuilder ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
checkNamespace ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
compose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
getParameters ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
hasParameters ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
recompose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'treeBuilder' of this method has type 'TreeBuilder'.
getCategoryNode ( TreeBuilder, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
getNamedNode ( TreeBuilder, String, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'p1' of this abstract method has type 'TreeBuilder'.
build ( Configuration )This abstract method is from 'TreeBuilder' interface.
build ( Source )This abstract method is from 'TreeBuilder' interface.
...
package org.apache.cocoon.i18n
[+] BundleFactory (1)
| Change | Effect |
---|
1 | Abstract method release ( Bundle ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method releaseCatalog ( ) and may not be implemented by old clients. |
[+] affected methods (16)
select ( String[ ], String, Locale )This abstract method is from 'BundleFactory' interface.
select ( String, String )This abstract method is from 'BundleFactory' interface.
select ( String, String, String )This abstract method is from 'BundleFactory' interface.
select ( String, String, Locale )This abstract method is from 'BundleFactory' interface.
select ( String, Locale )This abstract method is from 'BundleFactory' interface.
I18nTransformer ( )Field 'this.factory' in the object of this method has type 'BundleFactory'.
characters ( char[ ], int, int )Field 'this.factory' in the object of this method has type 'BundleFactory'.
configure ( Configuration )Field 'this.factory' in the object of this method has type 'BundleFactory'.
dispose ( )Field 'this.factory' in the object of this method has type 'BundleFactory'.
endElement ( String, String, String )Field 'this.factory' in the object of this method has type 'BundleFactory'.
getKey ( )Field 'this.factory' in the object of this method has type 'BundleFactory'.
getLocale ( )Field 'this.factory' in the object of this method has type 'BundleFactory'.
...
[+] XMLResourceBundleFactory (1)
| Change | Effect |
---|
1 | Removed super-class org.apache.avalon.framework.component.DefaultComponentSelector. | Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. |
[+] affected methods (18)
XMLResourceBundleFactory ( )This constructor is from 'XMLResourceBundleFactory' class.
cacheAtStartup ( )This method is from 'XMLResourceBundleFactory' class.
configure ( Configuration )This method is from 'XMLResourceBundleFactory' class.
dispose ( )This method is from 'XMLResourceBundleFactory' class.
enableLogging ( Logger )This method is from 'XMLResourceBundleFactory' class.
getDirectory ( )This method is from 'XMLResourceBundleFactory' class.
getFileName ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
getLogger ( )This method is from 'XMLResourceBundleFactory' class.
getParentLocale ( Locale )This method is from 'XMLResourceBundleFactory' class.
isNotFoundBundle ( String )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.
...
package org.apache.cocoon.servlet.multipart
[+] Part (1)
| Change | Effect |
---|
1 | Abstract method dispose ( ) has been added to this class. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method cleanup ( ) and may not be implemented by old clients. |
[+] affected methods (9)
Part ( Map )This constructor is from 'Part' abstract class.
disposeWithRequest ( )This method is from 'Part' abstract class.
getFileName ( )This abstract method is from 'Part' abstract class.
getHeaders ( )This method is from 'Part' abstract class.
getInputStream ( )This abstract method is from 'Part' abstract class.
getMimeType ( )This method is from 'Part' abstract class.
getSize ( )This abstract method is from 'Part' abstract class.
getUploadName ( )This method is from 'Part' abstract class.
setDisposeWithRequest ( boolean )This method is from 'Part' abstract class.
to the top
Problems with Data Types, Low Severity (33)
cocoon-2.1.5.1.jar
package org.apache.cocoon.acting
[+] AbstractAction (1)
| Change | Effect |
---|
1 | Method act ( Redirector, SourceResolver, Map, String, Parameters ) has been overridden by act ( Redirector, SourceResolver, Map, String, Parameters ) | Method act ( Redirector, SourceResolver, Map, String, Parameters ) will be called instead of act ( Redirector, SourceResolver, Map, String, Parameters ) in a client program. |
[+] affected methods (1)
act ( Redirector, SourceResolver, Map, String, Parameters )Method 'act ( Redirector, SourceResolver, Map, String, Parameters )' will be called instead of this method in a client program.
[+] LocaleAction (6)
| Change | Effect |
---|
1 | Field COUNTRY_ATTR (java.lang.String) with the compile-time constant value "country-attribute" has been removed from this class. | A client program may change behavior. |
2 | Field LANG_ATTR (java.lang.String) with the compile-time constant value "language-attribute" has been removed from this class. | A client program may change behavior. |
3 | Field VARIANT_ATTR (java.lang.String) with the compile-time constant value "variant-attribute" has been removed from this class. | A client program may change behavior. |
4 | Field COUNTRY (java.lang.String) with the compile-time constant value "country" has been renamed to DEFAULT_DEFAULT_COUNTRY. | A client program may change behavior. |
5 | Field LANG (java.lang.String) with the compile-time constant value "lang" has been renamed to DEFAULT_DEFAULT_LANG. | A client program may change behavior. |
6 | Field VARIANT (java.lang.String) with the compile-time constant value "variant" has been renamed to DEFAULT_DEFAULT_VARIANT. | A client program may change behavior. |
[+] affected methods (4)
LocaleAction ( )This constructor is from 'LocaleAction' class.
act ( Redirector, SourceResolver, Map, String, Parameters )This method is from 'LocaleAction' class.
configure ( Configuration )This method is from 'LocaleAction' class.
getLocaleAttribute ( Map, String )This method is from 'LocaleAction' class.
package org.apache.cocoon.components.flow
[+] AbstractInterpreter (2)
| Change | Effect |
---|
1 | Method callFunction ( String, List, Redirector ) has been overridden by callFunction ( String, List, Redirector ) | Method callFunction ( String, List, Redirector ) will be called instead of callFunction ( String, List, Redirector ) in a client program. |
2 | Method handleContinuation ( String, List, Redirector ) has been overridden by handleContinuation ( String, List, Redirector ) | Method handleContinuation ( String, List, Redirector ) will be called instead of handleContinuation ( String, List, Redirector ) in a client program. |
[+] affected methods (2)
callFunction ( String, List, Redirector )Method 'callFunction ( String, List, Redirector )' will be called instead of this method in a client program.
handleContinuation ( String, List, Redirector )Method 'handleContinuation ( String, List, Redirector )' will be called instead of this method in a client program.
package org.apache.cocoon.components.modules.output
[+] AbstractOutputModule (3)
| Change | Effect |
---|
1 | Method commit ( Configuration, Map ) has been overridden by commit ( Configuration, Map ) | Method commit ( Configuration, Map ) will be called instead of commit ( Configuration, Map ) in a client program. |
2 | Method rollback ( Configuration, Map, Exception ) has been overridden by rollback ( Configuration, Map, Exception ) | Method rollback ( Configuration, Map, Exception ) will be called instead of rollback ( Configuration, Map, Exception ) in a client program. |
3 | Method setAttribute ( Configuration, Map, String, Object ) has been overridden by setAttribute ( Configuration, Map, String, Object ) | Method setAttribute ( Configuration, Map, String, Object ) will be called instead of setAttribute ( Configuration, Map, String, Object ) in a client program. |
[+] affected methods (3)
commit ( Configuration, Map )Method 'commit ( Configuration, Map )' will be called instead of this method in a client program.
rollback ( Configuration, Map, Exception )Method 'rollback ( Configuration, Map, Exception )' will be called instead of this method in a client program.
setAttribute ( Configuration, Map, String, Object )Method 'setAttribute ( Configuration, Map, String, Object )' will be called instead of this method in a client program.
package org.apache.cocoon.components.treeprocessor
[+] AbstractProcessingNode (1)
| Change | Effect |
---|
1 | Method invoke ( Environment, InvokeContext ) has been overridden by invoke ( Environment, InvokeContext ) | Method invoke ( Environment, InvokeContext ) will be called instead of invoke ( Environment, InvokeContext ) in a client program. |
[+] affected methods (1)
invoke ( Environment, InvokeContext )Method 'invoke ( Environment, InvokeContext )' will be called instead of this method in a client program.
[+] AbstractProcessingNodeBuilder (1)
| Change | Effect |
---|
1 | Method buildNode ( Configuration ) has been overridden by buildNode ( Configuration ) | Method buildNode ( Configuration ) will be called instead of buildNode ( Configuration ) in a client program. |
[+] affected methods (1)
buildNode ( Configuration )Method 'buildNode ( Configuration )' will be called instead of this method in a client program.
[+] InvokeContext (1)
| Change | Effect |
---|
1 | Added super-class org.apache.avalon.framework.logger.AbstractLogEnabled. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (52)
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext, String, Map )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
invokeByName ( String, Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
InvokeContext ( )This constructor is from 'InvokeContext' class.
InvokeContext ( boolean )This constructor is from 'InvokeContext' class.
compose ( ComponentManager )This method is from 'InvokeContext' class.
dispose ( )This method is from 'InvokeContext' class.
dumpParameters ( )This method is from 'InvokeContext' class.
getMapByAnchor ( String )This method is from 'InvokeContext' class.
getMapStack ( )This method is from 'InvokeContext' class.
...
[+] TreeProcessor (1)
| Change | Effect |
---|
1 | Field REDIRECTOR_ATTR (java.lang.String) with the compile-time constant value "sitemap:redirector" has been removed from this class. | A client program may change behavior. |
[+] affected methods (11)
TreeProcessor ( )This constructor is from 'TreeProcessor' class.
buildPipeline ( Environment )This method is from 'TreeProcessor' class.
compose ( ComponentManager )This method is from 'TreeProcessor' class.
configure ( Configuration )This method is from 'TreeProcessor' class.
contextualize ( Context )This method is from 'TreeProcessor' class.
dispose ( )This method is from 'TreeProcessor' class.
getComponentConfigurations ( )This method is from 'TreeProcessor' class.
getRootProcessor ( )This method is from 'TreeProcessor' class.
process ( Environment )This method is from 'TreeProcessor' class.
setComponentConfigurations ( Configuration )This method is from 'TreeProcessor' class.
setRoleManager ( RoleManager )This method is from 'TreeProcessor' class.
...
package org.apache.cocoon.environment
[+] AbstractEnvironment (4)
| Change | Effect |
---|
1 | Method getContentType ( ) has been overridden by getContentType ( ) | Method getContentType ( ) will be called instead of getContentType ( ) in a client program. |
2 | Method isExternal ( ) has been overridden by isExternal ( ) | Method isExternal ( ) will be called instead of isExternal ( ) in a client program. |
3 | Method setContentLength ( int ) has been overridden by setContentLength ( int ) | Method setContentLength ( int ) will be called instead of setContentLength ( int ) in a client program. |
4 | Method setContentType ( String ) has been overridden by setContentType ( String ) | Method setContentType ( String ) will be called instead of setContentType ( String ) in a client program. |
[+] affected methods (4)
getContentType ( )Method 'getContentType ( )' will be called instead of this method in a client program.
isExternal ( )Method 'isExternal ( )' will be called instead of this method in a client program.
setContentLength ( int )Method 'setContentLength ( int )' will be called instead of this method in a client program.
setContentType ( String )Method 'setContentType ( String )' will be called instead of this method in a client program.
package org.apache.cocoon.generation
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | Method generate ( ) has been overridden by generate ( ) | Method generate ( ) will be called instead of generate ( ) in a client program. |
[+] affected methods (1)
generate ( )Method 'generate ( )' will be called instead of this method in a client program.
package org.apache.cocoon.matching
[+] AbstractPreparableMatcher (2)
| Change | Effect |
---|
1 | Method preparePattern ( String ) has been overridden by preparePattern ( String ) | Method preparePattern ( String ) will be called instead of preparePattern ( String ) in a client program. |
2 | Method preparedMatch ( Object, Map, Parameters ) has been overridden by preparedMatch ( Object, Map, Parameters ) | Method preparedMatch ( Object, Map, Parameters ) will be called instead of preparedMatch ( Object, Map, Parameters ) in a client program. |
[+] affected methods (2)
preparedMatch ( Object, Map, Parameters )Method 'preparedMatch ( Object, Map, Parameters )' will be called instead of this method in a client program.
preparePattern ( String )Method 'preparePattern ( String )' will be called instead of this method in a client program.
package org.apache.cocoon.reading
[+] AbstractReader (1)
| Change | Effect |
---|
1 | Method generate ( ) has been overridden by generate ( ) | Method generate ( ) will be called instead of generate ( ) in a client program. |
[+] affected methods (1)
generate ( )Method 'generate ( )' will be called instead of this method in a client program.
package org.apache.cocoon.selection
[+] NamedPatternsSelector (1)
| Change | Effect |
---|
1 | Method select ( String, Map, Parameters ) has been overridden by select ( String, Map, Parameters ) | Method select ( String, Map, Parameters ) will be called instead of select ( String, Map, Parameters ) in a client program. |
[+] affected methods (1)
select ( String, Map, Parameters )Method 'select ( String, Map, Parameters )' will be called instead of this method in a client program.
package org.apache.cocoon.transformation
[+] AbstractTransformer (1)
| Change | Effect |
---|
1 | Method setup ( SourceResolver, Map, String, Parameters ) has been overridden by setup ( SourceResolver, Map, String, Parameters ) | Method setup ( SourceResolver, Map, String, Parameters ) will be called instead of setup ( SourceResolver, Map, String, Parameters ) in a client program. |
[+] affected methods (1)
setup ( SourceResolver, Map, String, Parameters )Method 'setup ( SourceResolver, Map, String, Parameters )' will be called instead of this method in a client program.
[+] I18nTransformer (2)
| Change | Effect |
---|
1 | Field I18N_CATALOGUE_LOCATION (java.lang.String) with the compile-time constant value "catalogue-location" has been removed from this class. | A client program may change behavior. |
2 | Field I18N_CATALOGUE_NAME (java.lang.String) with the compile-time constant value "catalogue-name" has been removed from this class. | A client program may change behavior. |
[+] affected methods (11)
I18nTransformer ( )This constructor is from 'I18nTransformer' class.
characters ( char[ ], int, int )This method is from 'I18nTransformer' class.
configure ( Configuration )This method is from 'I18nTransformer' class.
dispose ( )This method is from 'I18nTransformer' class.
endElement ( String, String, String )This method is from 'I18nTransformer' class.
getKey ( )This method is from 'I18nTransformer' class.
getLocale ( )This method is from 'I18nTransformer' class.
getValidity ( )This method is from 'I18nTransformer' class.
recycle ( )This method is from 'I18nTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'I18nTransformer' class.
startElement ( String, String, String, Attributes )This method is from 'I18nTransformer' class.
...
package org.apache.cocoon.xml
[+] AbstractDOMFragment (1)
| Change | Effect |
---|
1 | Method toDOM ( Node ) has been overridden by toDOM ( Node ) | Method toDOM ( Node ) will be called instead of toDOM ( Node ) in a client program. |
[+] affected methods (1)
toDOM ( Node )Method 'toDOM ( Node )' will be called instead of this method in a client program.
[+] EmbeddedXMLPipe (3)
| Change | Effect |
---|
1 | Method comment ( char[ ], int, int ) has been overridden by comment ( char[ ], int, int ) | Method comment ( char[ ], int, int ) will be called instead of comment ( char[ ], int, int ) in a client program. |
2 | Method endDTD ( ) has been overridden by endDTD ( ) | Method endDTD ( ) will be called instead of endDTD ( ) in a client program. |
3 | Method startDTD ( String, String, String ) has been overridden by startDTD ( String, String, String ) | Method startDTD ( String, String, String ) will be called instead of startDTD ( String, String, String ) in a client program. |
[+] affected methods (3)
comment ( char[ ], int, int )Method 'comment ( char[ ], int, int )' will be called instead of this method in a client program.
endDTD ( )Method 'endDTD ( )' will be called instead of this method in a client program.
startDTD ( String, String, String )Method 'startDTD ( String, String, String )' will be called instead of this method in a client program.
[+] SaxBuffer (1)
| Change | Effect |
---|
1 | Added super-class AbstractSAXFragment. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (29)
ParamSaxBuffer ( SaxBuffer )1st parameter 'saxBuffer' of this method has type 'SaxBuffer'.
SaxBuffer ( )This constructor is from 'SaxBuffer' class.
SaxBuffer ( SaxBuffer )This constructor is from 'SaxBuffer' class.
addBit ( SaxBuffer.SaxBit )This method is from 'SaxBuffer' class.
bits ( )This method is from 'SaxBuffer' class.
characters ( char[ ], int, int )This method is from 'SaxBuffer' class.
comment ( char[ ], int, int )This method is from 'SaxBuffer' class.
dump ( Writer )This method is from 'SaxBuffer' class.
endCDATA ( )This method is from 'SaxBuffer' class.
endDocument ( )This method is from 'SaxBuffer' class.
endDTD ( )This method is from 'SaxBuffer' class.
endElement ( String, String, String )This method is from 'SaxBuffer' class.
...
to the top
Problems with Methods, Low Severity (1)
cocoon-2.1.5.1.jar, SitemapVariableHolder
package org.apache.cocoon.components.modules.input
[+] SitemapVariableHolder.configure ( SitemapConfigurationHolder holder ) : void (1)
[mangled: org/apache/cocoon/components/modules/input/SitemapVariableHolder.configure:(Lorg/apache/cocoon/components/SitemapConfigurationHolder;)V]
| Change | Effect |
---|
1 | Removed org.apache.avalon.framework.configuration.ConfigurationException 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 (31)
cocoon-2.1.5.1.jar
package org.apache.cocoon.acting
[+] AbstractAction (1)
| Change | Effect |
---|
1 | Abstract method act ( Redirector, SourceResolver, Map, String, Parameters ) has been added to this class. | No effect. |
[+] affected methods (1)
AbstractAction ( )This constructor is from 'AbstractAction' abstract class.
package org.apache.cocoon.bean
[+] CocoonWrapper (1)
| Change | Effect |
---|
1 | Field logLevel 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 (22)
CocoonWrapper ( )This constructor is from 'CocoonWrapper' class.
addLoadedClass ( String )This method is from 'CocoonWrapper' class.
addLoadedClasses ( List )This method is from 'CocoonWrapper' class.
dispose ( )This method is from 'CocoonWrapper' class.
finalize ( )This method is from 'CocoonWrapper' class.
getClassPath ( String )This method is from 'CocoonWrapper' class.
getComponentManager ( )This method is from 'CocoonWrapper' class.
getLinks ( String, Map )This method is from 'CocoonWrapper' class.
getLoggerName ( )This method is from 'CocoonWrapper' class.
getPage ( String, long, Map, Map, List, OutputStream )This method is from 'CocoonWrapper' class.
getType ( String, Map )This method is from 'CocoonWrapper' class.
initialize ( )This method is from 'CocoonWrapper' class.
...
package org.apache.cocoon.caching
[+] CachedResponse (1)
| Change | Effect |
---|
1 | Field contentType 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 (11)
get ( Serializable )Return value of this abstract method has type 'CachedResponse'.
store ( Serializable, CachedResponse )2nd parameter 'p2' of this abstract method has type 'CachedResponse'.
CachedResponse ( SourceValidity[ ], byte[ ] )This constructor is from 'CachedResponse' class.
CachedResponse ( SourceValidity[ ], byte[ ], Long )This constructor is from 'CachedResponse' class.
CachedResponse ( SourceValidity, byte[ ] )This constructor is from 'CachedResponse' class.
getExpires ( )This method is from 'CachedResponse' class.
getLastModified ( )This method is from 'CachedResponse' class.
getResponse ( )This method is from 'CachedResponse' class.
getValidityObjects ( )This method is from 'CachedResponse' class.
setExpires ( Long )This method is from 'CachedResponse' class.
setLastModified ( long )This method is from 'CachedResponse' class.
...
package org.apache.cocoon.components.flow
[+] AbstractInterpreter (2)
| Change | Effect |
---|
1 | Abstract method callFunction ( String, List, Redirector ) has been added to this class. | No effect. |
2 | Abstract method handleContinuation ( String, List, Redirector ) has been added to this class. | No effect. |
[+] affected methods (8)
AbstractInterpreter ( )This constructor is from 'AbstractInterpreter' abstract class.
configure ( Configuration )This method is from 'AbstractInterpreter' abstract class.
contextualize ( Context )This method is from 'AbstractInterpreter' abstract class.
dispose ( )This method is from 'AbstractInterpreter' abstract class.
forwardTo ( String, Object, WebContinuation, Redirector )This method is from 'AbstractInterpreter' abstract class.
process ( String, Object, OutputStream )This method is from 'AbstractInterpreter' abstract class.
register ( String )This method is from 'AbstractInterpreter' abstract class.
service ( ServiceManager )This method is from 'AbstractInterpreter' abstract class.
[+] ContinuationsManagerImpl (1)
| Change | Effect |
---|
1 | Field forest 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 (6)
ContinuationsManagerImpl ( )This constructor is from 'ContinuationsManagerImpl' class.
configure ( Configuration )This method is from 'ContinuationsManagerImpl' class.
createWebContinuation ( Object, WebContinuation, int, ContinuationsDisposer )This method is from 'ContinuationsManagerImpl' class.
displayAllContinuations ( )This method is from 'ContinuationsManagerImpl' class.
invalidateWebContinuation ( WebContinuation )This method is from 'ContinuationsManagerImpl' class.
lookupWebContinuation ( String )This method is from 'ContinuationsManagerImpl' class.
package org.apache.cocoon.components.modules.output
[+] AbstractOutputModule (3)
| Change | Effect |
---|
1 | Abstract method commit ( Configuration, Map ) has been added to this class. | No effect. |
2 | Abstract method rollback ( Configuration, Map, Exception ) has been added to this class. | No effect. |
3 | Abstract method setAttribute ( Configuration, Map, String, Object ) has been added to this class. | No effect. |
[+] affected methods (7)
AbstractOutputModule ( )This constructor is from 'AbstractOutputModule' abstract class.
attributeExists ( Map, String, String )This method is from 'AbstractOutputModule' abstract class.
configure ( Configuration )This method is from 'AbstractOutputModule' abstract class.
dispose ( )This method is from 'AbstractOutputModule' abstract class.
prepareCommit ( Map, String )This method is from 'AbstractOutputModule' abstract class.
rollback ( Map, String )This method is from 'AbstractOutputModule' abstract class.
transientSetAttribute ( Map, String, String, Object )This method is from 'AbstractOutputModule' abstract class.
package org.apache.cocoon.components.treeprocessor
[+] AbstractProcessingNode (1)
| Change | Effect |
---|
1 | Abstract method invoke ( Environment, InvokeContext ) has been added to this class. | No effect. |
[+] affected methods (4)
AbstractProcessingNode ( )This constructor is from 'AbstractProcessingNode' abstract class.
getLocation ( )This method is from 'AbstractProcessingNode' abstract class.
getSourceResolver ( Map )This method is from 'AbstractProcessingNode' abstract class.
setLocation ( String )This method is from 'AbstractProcessingNode' abstract class.
[+] AbstractProcessingNodeBuilder (1)
| Change | Effect |
---|
1 | Abstract method buildNode ( Configuration ) has been added to this class. | No effect. |
[+] affected methods (7)
AbstractProcessingNodeBuilder ( )This constructor is from 'AbstractProcessingNodeBuilder' abstract class.
checkNamespace ( Configuration )This method is from 'AbstractProcessingNodeBuilder' abstract class.
compose ( ComponentManager )This method is from 'AbstractProcessingNodeBuilder' abstract class.
getParameters ( Configuration )This method is from 'AbstractProcessingNodeBuilder' abstract class.
hasParameters ( )This method is from 'AbstractProcessingNodeBuilder' abstract class.
recompose ( ComponentManager )This method is from 'AbstractProcessingNodeBuilder' abstract class.
setBuilder ( TreeBuilder )This method is from 'AbstractProcessingNodeBuilder' abstract class.
[+] InvokeContext (1)
| Change | Effect |
---|
1 | Field redirector 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 (52)
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invokeNodes ( ProcessingNode[ ], Environment, InvokeContext, String, Map )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
invokeByName ( String, Environment, InvokeContext )3rd parameter 'context' of this method has type 'InvokeContext'.
invoke ( Environment, InvokeContext )2nd parameter 'context' of this method has type 'InvokeContext'.
InvokeContext ( )This constructor is from 'InvokeContext' class.
InvokeContext ( boolean )This constructor is from 'InvokeContext' class.
compose ( ComponentManager )This method is from 'InvokeContext' class.
dispose ( )This method is from 'InvokeContext' class.
dumpParameters ( )This method is from 'InvokeContext' class.
getMapByAnchor ( String )This method is from 'InvokeContext' class.
getMapStack ( )This method is from 'InvokeContext' class.
...
[+] TreeBuilder (1)
| Change | Effect |
---|
1 | Abstract method setProcessor ( ConcreteTreeProcessor ) has been added to this interface. | No effect. |
[+] affected methods (25)
AbstractProcessingNodeBuilder ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
checkNamespace ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
compose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
getParameters ( Configuration )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
hasParameters ( )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
recompose ( ComponentManager )Field 'this.treeBuilder' in the object of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'treeBuilder' of this method has type 'TreeBuilder'.
getCategoryNode ( TreeBuilder, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
getNamedNode ( TreeBuilder, String, String )1st parameter 'builder' of this method has type 'TreeBuilder'.
setBuilder ( TreeBuilder )1st parameter 'p1' of this abstract method has type 'TreeBuilder'.
build ( Configuration )This abstract method is from 'TreeBuilder' interface.
build ( Source )This abstract method is from 'TreeBuilder' interface.
...
package org.apache.cocoon.components.treeprocessor.sitemap
[+] MountNode (1)
| Change | Effect |
---|
1 | Field COCOON_PASS_THROUGH 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 (3)
compose ( ComponentManager )This method is from 'MountNode' class.
dispose ( )This method is from 'MountNode' class.
invoke ( Environment, InvokeContext )This method is from 'MountNode' class.
package org.apache.cocoon.environment
[+] AbstractEnvironment (4)
| Change | Effect |
---|
1 | Abstract method getContentType ( ) has been added to this class. | No effect. |
2 | Abstract method isExternal ( ) has been added to this class. | No effect. |
3 | Abstract method setContentLength ( int ) has been added to this class. | No effect. |
4 | Abstract method setContentType ( String ) has been added to this class. | No effect. |
[+] affected methods (39)
AbstractEnvironment ( String, String, File )This constructor is from 'AbstractEnvironment' abstract class.
AbstractEnvironment ( String, String, File, String )This constructor is from 'AbstractEnvironment' abstract class.
AbstractEnvironment ( String, String, String, String )This constructor is from 'AbstractEnvironment' abstract class.
changeContext ( String, String )This method is from 'AbstractEnvironment' abstract class.
commitResponse ( )This method is from 'AbstractEnvironment' abstract class.
extractAction ( Request )This method is from 'AbstractEnvironment' abstract class.
extractView ( Request )This method is from 'AbstractEnvironment' abstract class.
finishingProcessing ( )This method is from 'AbstractEnvironment' abstract class.
getAction ( )This method is from 'AbstractEnvironment' abstract class.
getAttribute ( String )This method is from 'AbstractEnvironment' abstract class.
getAttributeNames ( )This method is from 'AbstractEnvironment' abstract class.
getContext ( )This method is from 'AbstractEnvironment' abstract class.
...
package org.apache.cocoon.generation
[+] AbstractGenerator (1)
| Change | Effect |
---|
1 | Abstract method generate ( ) has been added to this class. | No effect. |
[+] affected methods (3)
AbstractGenerator ( )This constructor is from 'AbstractGenerator' abstract class.
recycle ( )This method is from 'AbstractGenerator' abstract class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'AbstractGenerator' abstract class.
[+] CalendarGenerator (1)
| Change | Effect |
---|
1 | Field padWeeks 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 (7)
CalendarGenerator ( )This constructor is from 'CalendarGenerator' class.
addContent ( Calendar, Locale )This method is from 'CalendarGenerator' class.
generate ( )This method is from 'CalendarGenerator' class.
getKey ( )This method is from 'CalendarGenerator' class.
getValidity ( )This method is from 'CalendarGenerator' class.
recycle ( )This method is from 'CalendarGenerator' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'CalendarGenerator' class.
package org.apache.cocoon.i18n
[+] XMLResourceBundleFactory (1)
| Change | Effect |
---|
1 | Field cache 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 (18)
XMLResourceBundleFactory ( )This constructor is from 'XMLResourceBundleFactory' class.
cacheAtStartup ( )This method is from 'XMLResourceBundleFactory' class.
configure ( Configuration )This method is from 'XMLResourceBundleFactory' class.
dispose ( )This method is from 'XMLResourceBundleFactory' class.
enableLogging ( Logger )This method is from 'XMLResourceBundleFactory' class.
getDirectory ( )This method is from 'XMLResourceBundleFactory' class.
getFileName ( String, String, Locale )This method is from 'XMLResourceBundleFactory' class.
getLogger ( )This method is from 'XMLResourceBundleFactory' class.
getParentLocale ( Locale )This method is from 'XMLResourceBundleFactory' class.
isNotFoundBundle ( String )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.
...
package org.apache.cocoon.matching
[+] AbstractPreparableMatcher (2)
| Change | Effect |
---|
1 | Abstract method preparePattern ( String ) has been added to this class. | No effect. |
2 | Abstract method preparedMatch ( Object, Map, Parameters ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractPreparableMatcher ( )This constructor is from 'AbstractPreparableMatcher' abstract class.
match ( String, Map, Parameters )This method is from 'AbstractPreparableMatcher' abstract class.
package org.apache.cocoon.reading
[+] AbstractReader (1)
| Change | Effect |
---|
1 | Abstract method generate ( ) has been added to this class. | No effect. |
[+] affected methods (7)
AbstractReader ( )This constructor is from 'AbstractReader' abstract class.
getLastModified ( )This method is from 'AbstractReader' abstract class.
getMimeType ( )This method is from 'AbstractReader' abstract class.
recycle ( )This method is from 'AbstractReader' abstract class.
setOutputStream ( OutputStream )This method is from 'AbstractReader' abstract class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'AbstractReader' abstract class.
shouldSetContentLength ( )This method is from 'AbstractReader' abstract class.
package org.apache.cocoon.selection
[+] NamedPatternsSelector (2)
| Change | Effect |
---|
1 | Abstract method configure ( Configuration ) has been added to this class. | No effect. |
2 | Abstract method select ( String, Map, Parameters ) has been added to this class. | No effect. |
[+] affected methods (3)
NamedPatternsSelector ( )This constructor is from 'NamedPatternsSelector' abstract class.
checkPatterns ( String, String )This method is from 'NamedPatternsSelector' abstract class.
configure ( Configuration, String, String, String )This method is from 'NamedPatternsSelector' abstract class.
package org.apache.cocoon.transformation
[+] AbstractTransformer (1)
| Change | Effect |
---|
1 | Abstract method setup ( SourceResolver, Map, String, Parameters ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractTransformer ( )This constructor is from 'AbstractTransformer' abstract class.
addPaginateTags ( Integer[ ], int, int, int, String, AbstractTransformer )6th parameter 'saxTransformer' of this method has type 'AbstractTransformer'.
[+] CIncludeTransformer (1)
| Change | Effect |
---|
1 | Field CINCLUDE_INCLUDE_ELEMENT_STRIP_ROOT_ATTRIBUTE 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 (13)
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.
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.
startDocument ( )This method is from 'CIncludeTransformer' class.
...
[+] I18nTransformer (1)
| Change | Effect |
---|
1 | Field I18N_EXPR_ATTRIBUTE 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 (11)
I18nTransformer ( )This constructor is from 'I18nTransformer' class.
characters ( char[ ], int, int )This method is from 'I18nTransformer' class.
configure ( Configuration )This method is from 'I18nTransformer' class.
dispose ( )This method is from 'I18nTransformer' class.
endElement ( String, String, String )This method is from 'I18nTransformer' class.
getKey ( )This method is from 'I18nTransformer' class.
getLocale ( )This method is from 'I18nTransformer' class.
getValidity ( )This method is from 'I18nTransformer' class.
recycle ( )This method is from 'I18nTransformer' class.
setup ( SourceResolver, Map, String, Parameters )This method is from 'I18nTransformer' class.
startElement ( String, String, String, Attributes )This method is from 'I18nTransformer' class.
...
package org.apache.cocoon.xml
[+] AbstractDOMFragment (1)
| Change | Effect |
---|
1 | Abstract method toDOM ( Node ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractDOMFragment ( )This constructor is from 'AbstractDOMFragment' abstract class.
toSAX ( ContentHandler )This method is from 'AbstractDOMFragment' abstract class.
[+] AbstractSAXFragment (1)
| Change | Effect |
---|
1 | Abstract method toSAX ( ContentHandler ) has been added to this class. | No effect. |
[+] affected methods (2)
AbstractSAXFragment ( )This constructor is from 'AbstractSAXFragment' abstract class.
toDOM ( Node )This method is from 'AbstractSAXFragment' abstract class.
to the top
Java ARchives (1)
cocoon-2.1.5.1.jar
to the top