Uses of Class
net.sourceforge.pmd.annotation.InternalApi
-
Packages that use InternalApi Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.cache The violation caching system.net.sourceforge.pmd.cli net.sourceforge.pmd.cpd net.sourceforge.pmd.lang net.sourceforge.pmd.lang.ast net.sourceforge.pmd.lang.ast.xpath net.sourceforge.pmd.lang.ast.xpath.saxon net.sourceforge.pmd.lang.metrics Language-independent framework to represent code metrics.net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.xpath net.sourceforge.pmd.lang.xpath net.sourceforge.pmd.processor net.sourceforge.pmd.properties net.sourceforge.pmd.renderers net.sourceforge.pmd.rules net.sourceforge.pmd.util net.sourceforge.pmd.util.filter net.sourceforge.pmd.util.log -
Packages with annotations of type InternalApi Package Description net.sourceforge.pmd.cache The violation caching system. -
-
Uses of InternalApi in net.sourceforge.pmd
Classes in net.sourceforge.pmd with annotations of type InternalApi Modifier and Type Class Description class
RuleChain
Deprecated.Internal API, will be removed with PMD 7.0.0.class
RuleSetFactoryCompatibility
Deprecated.UseRuleSetLoader.enableCompatibility(boolean)
to enable this feature.class
RuleSetReference
Deprecated.This is part of the internals of theRuleSetLoader
.class
RuleSetReferenceId
Deprecated.This is part of the internals of theRuleSetLoader
.class
RuleSets
Deprecated.Internal APIclass
SourceCodeProcessor
Deprecated.Methods in net.sourceforge.pmd with annotations of type InternalApi Modifier and Type Method Description static RuleSetFactory
RulesetsFactoryUtils. getRulesetFactory(PMDConfiguration configuration, ResourceLoader resourceLoader)
Deprecated.Use aRuleSetLoader
static RuleSets
RulesetsFactoryUtils. getRuleSets(String rulesets, RuleSetFactory factory)
Deprecated.Internal APIstatic RuleSets
RulesetsFactoryUtils. getRuleSetsWithBenchmark(String rulesets, RuleSetFactory factory)
Deprecated.Is internal APIstatic Parser
PMD. parserFor(LanguageVersion languageVersion, PMDConfiguration configuration)
Deprecated.This is internalConstructors in net.sourceforge.pmd with annotations of type InternalApi Constructor Description RuleSetLoadException(String message)
Constructors are internal.RuleSetLoadException(String message, Throwable cause)
Constructors are internal. -
Uses of InternalApi in net.sourceforge.pmd.cache
Classes in net.sourceforge.pmd.cache with annotations of type InternalApi Modifier and Type Class Description class
AbstractAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0interface
AnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
AnalysisResult
Deprecated.This is internal API, will be hidden with 7.0.0class
CachedRuleMapper
Deprecated.This is internal API, will be hidden with 7.0.0class
CachedRuleViolation
Deprecated.This is internal API, will be hidden with 7.0.0interface
ChecksumAware
Deprecated.This is internal API, will be hidden with 7.0.0class
FileAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0class
NoopAnalysisCache
Deprecated.This is internal API, will be hidden with 7.0.0 -
Uses of InternalApi in net.sourceforge.pmd.cli
Classes in net.sourceforge.pmd.cli with annotations of type InternalApi Modifier and Type Class Description class
PMDCommandLineInterface
Deprecated.Internal API.class
PMDParameters
Deprecated.Internal API. -
Uses of InternalApi in net.sourceforge.pmd.cpd
Classes in net.sourceforge.pmd.cpd with annotations of type InternalApi Modifier and Type Class Description class
AntlrTokenizer
Deprecated.This is an internal API.class
GridBagHelper
Deprecated.Is internal API -
Uses of InternalApi in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang with annotations of type InternalApi Modifier and Type Interface Description interface
VisitorStarter
Deprecated.Is internal API, and is now only used on methods deprecated for removal.interface
XPathHandler
Deprecated.Methods in net.sourceforge.pmd.lang with annotations of type InternalApi Modifier and Type Method Description DataFlowHandler
LanguageVersionHandler. getDataFlowHandler()
Deprecated.This is internal APIDFAGraphRule
LanguageVersionHandler. getDFAGraphRule()
Deprecated.This is internal API -
Uses of InternalApi in net.sourceforge.pmd.lang.ast
Classes in net.sourceforge.pmd.lang.ast with annotations of type InternalApi Modifier and Type Interface Description interface
CharStream
Deprecated.class
JavaCharStream
Deprecated.class
SimpleCharStream
Deprecated.Methods in net.sourceforge.pmd.lang.ast with annotations of type InternalApi Modifier and Type Method Description void
AbstractNode. jjtAddChild(Node child, int index)
Deprecated.void
AbstractNode. jjtClose()
Deprecated.void
AbstractNode. jjtOpen()
Deprecated.void
AbstractNode. jjtSetChildIndex(int index)
Deprecated.void
AbstractNode. jjtSetParent(Node parent)
Deprecated.void
AbstractNode. remove()
Deprecated.This is internal APIvoid
Node. remove()
Deprecated.This is internal API and will be removed from this interface with 7.0.0void
AbstractNode. removeChildAtIndex(int childIndex)
Deprecated.This is internal APIvoid
Node. removeChildAtIndex(int childIndex)
Deprecated.This is internal API and will be removed from this interface with 7.0.0void
Node. setImage(String image)
Deprecated.This is internal API, the image should never be set by developers.void
AbstractNode. testingOnlySetBeginColumn(int i)
Deprecated.This will be removed with 7.0.0void
AbstractNode. testingOnlySetBeginLine(int i)
Deprecated.This will be removed with 7.0.0void
AbstractNode. testingOnlySetEndColumn(int i)
Deprecated.This will be removed with 7.0.0void
AbstractNode. testingOnlySetEndLine(int i)
Deprecated.This will be removed with 7.0.0Constructors in net.sourceforge.pmd.lang.ast with annotations of type InternalApi Constructor Description TokenMgrError(boolean eofSeen, int lexStateName, int errorLine, int errorColumn, String errorAfter, char curChar, int reason)
Deprecated.This should only be used by the Javacc implementations we maintain, will change in 7.0 -
Uses of InternalApi in net.sourceforge.pmd.lang.ast.xpath
Classes in net.sourceforge.pmd.lang.ast.xpath with annotations of type InternalApi Modifier and Type Class Description class
AbstractASTXPathHandler
Deprecated.class
AttributeAxisIterator
Deprecated.class
DefaultASTXPathHandler
Deprecated.class
DocumentNavigator
Deprecated.class
NodeIterator
Deprecated.Methods in net.sourceforge.pmd.lang.ast.xpath with annotations of type InternalApi Modifier and Type Method Description String
Attribute. replacementIfDeprecated()
Returns null for "not deprecated", empty string for "deprecated without replacement", otherwise name of replacement attribute. -
Uses of InternalApi in net.sourceforge.pmd.lang.ast.xpath.saxon
Classes in net.sourceforge.pmd.lang.ast.xpath.saxon with annotations of type InternalApi Modifier and Type Class Description class
AbstractNodeInfo
Deprecated.class
AttributeAxisIterator
Deprecated.class
AttributeNode
Deprecated.class
DocumentNode
Deprecated.class
ElementNode
Deprecated.class
IdGenerator
Deprecated. -
Uses of InternalApi in net.sourceforge.pmd.lang.metrics
Classes in net.sourceforge.pmd.lang.metrics with annotations of type InternalApi Modifier and Type Class Description class
ParameterizedMetricKey<N extends Node>
Deprecated.Is internal API -
Uses of InternalApi in net.sourceforge.pmd.lang.rule
Classes in net.sourceforge.pmd.lang.rule with annotations of type InternalApi Modifier and Type Class Description class
ParametricRuleViolation<T extends Node>
Deprecated.This is internal. -
Uses of InternalApi in net.sourceforge.pmd.lang.rule.xpath
Classes in net.sourceforge.pmd.lang.rule.xpath with annotations of type InternalApi Modifier and Type Class Description class
AbstractXPathRuleQuery
Deprecated.Internal APIclass
JaxenXPathRuleQuery
Deprecated.Internal APIclass
SaxonXPathRuleQuery
Deprecated.Internal APIinterface
XPathRuleQuery
Deprecated.This will be internalized in 7.0.0. -
Uses of InternalApi in net.sourceforge.pmd.lang.xpath
Classes in net.sourceforge.pmd.lang.xpath with annotations of type InternalApi Modifier and Type Class Description class
Initializer
Deprecated.Is internal APIclass
MatchesFunction
Deprecated.class
PMDFunctions
Deprecated. -
Uses of InternalApi in net.sourceforge.pmd.processor
Classes in net.sourceforge.pmd.processor with annotations of type InternalApi Modifier and Type Class Description class
AbstractPMDProcessor
Deprecated.Is internal APIclass
MonoThreadProcessor
Deprecated.Is internal APIclass
MultiThreadProcessor
Deprecated.Is internal APIclass
PmdRunnable
Deprecated.Is internal APIclass
PmdThreadFactory
Deprecated.Is internal API -
Uses of InternalApi in net.sourceforge.pmd.properties
Classes in net.sourceforge.pmd.properties with annotations of type InternalApi Modifier and Type Interface Description interface
ValueParser<U>
Deprecated.class
ValueParserConstants
Deprecated.Was internal APIMethods in net.sourceforge.pmd.properties with annotations of type InternalApi Modifier and Type Method Description boolean
PropertyDescriptor. isDefinedExternally()
Deprecated.May be removed with 7.0.0 -
Uses of InternalApi in net.sourceforge.pmd.renderers
Classes in net.sourceforge.pmd.renderers with annotations of type InternalApi Modifier and Type Class Description class
ColumnDescriptor<T>
Deprecated.Is internal API -
Uses of InternalApi in net.sourceforge.pmd.rules
Classes in net.sourceforge.pmd.rules with annotations of type InternalApi Modifier and Type Class Description class
RuleBuilder
Deprecated.class
RuleFactory
Deprecated. -
Uses of InternalApi in net.sourceforge.pmd.util
Classes in net.sourceforge.pmd.util with annotations of type InternalApi Modifier and Type Class Description class
ClasspathClassLoader
Deprecated.Is internal APIclass
CollectionUtil
Deprecated.Is internal APIclass
CompoundIterator<T>
Deprecated.class
DateTimeUtil
Deprecated.class
EmptyIterator<T>
Deprecated.class
FileFinder
Deprecated.Is internal APIclass
FileUtil
Deprecated.Is internal APIclass
IOUtil
Deprecated.Is internal APIclass
ResourceLoader
Deprecated.Is internal APIclass
StringUtil
Deprecated.Is internal APIclass
TypeMap
Deprecated.Is internal API -
Uses of InternalApi in net.sourceforge.pmd.util.filter
Classes in net.sourceforge.pmd.util.filter with annotations of type InternalApi Modifier and Type Class Description class
Filters
Deprecated.Internal API, seeFilter
-
Uses of InternalApi in net.sourceforge.pmd.util.log
Classes in net.sourceforge.pmd.util.log with annotations of type InternalApi Modifier and Type Class Description class
AntLogHandler
Deprecated.Is internal APIclass
PmdLogFormatter
Deprecated.Is internal APIclass
ScopedLogHandlersManager
Deprecated.Is internal API
-