[core] Consolidate @InternalApi classes#4809
Merged
Merged
Conversation
@InternalApi classes
PmdReporter is supposed to be used when configuring PMD (see AbstractConfiguration#setReporter), so it can't be internal. Refs pmd#4348
Generated by 🚫 Danger |
This comment was marked as resolved.
This comment was marked as resolved.
19 tasks
RuleSet#applies RuleSetLoader#loadRuleSetsWithoutException RuleSetLoadException ctors
PMDConfiguration#setAnalysisCache PMDConfiguration#getAnalysisCache
FileCollector#newCollector
Attribute#replacementIfDeprecated
PropertyTypeId - moved to internal PropertyDescriptor#getTypeId
Member
Author
|
This is finally ready now. |
This was referenced Feb 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the PR
[core] Internalize AnalysisCache and related types
PmdReporter
net.sourceforge.pmd.util.ResourceLoader
net.sourceforge.pmd.cpd.Tokens
net.sourceforge.pmd.properties.PropertyTypeId
net.sourceforge.pmd.properties.PropertyDescriptor#getTypeId
net.sourceforge.pmd.lang.document.FileCollector
net.sourceforge.pmd.lang.rule.RuleTargetSelector#isRuleChain
net.sourceforge.pmd.lang.LanguageProcessor.AnalysisTask#AnalysisTask
net.sourceforge.pmd.renderers.AbstractAccumulatingRenderer#renderFileReport
net.sourceforge.pmd.Report - made the following methods private
n.s.pmd.reportingpackage #4803 ...net.sourceforge.pmd.RuleContext
n.s.pmd.reportingpackage #4803 ...pmd-ant
getRenderer()has been removed (not used, can access field directly here)start(String)is private now and not accessible anymore.end(Report)has been removed (has not been used)isNoOutputSupplied()is now package private and not accessible anymore.newListener(Project)is now package private and not accessible anymore. Added InternalApiBridge, so that we access it from PMDTaskImplgetRelativizeRoots()has been removed - actually moved into PMDTaskImplpmd-apex - cleanups done, see [core] Consolidate
@InternalApiclasses #4348pmd-java - cleanups done, see [core] Consolidate
@InternalApiclasses #4348pmd-jsp
pmd-modelica
pmd-plsql
pmd-scala
pmd-visualforce
Accept ADR 3 ([doc] ADR 3 - API evolution principles #4756)
javadoc generation - exclude internal
net.sourceforge.pmd.lang.rule.ParametricRuleViolation - to be done after [core] Consolidate
n.s.pmd.reportingpackage #4803net.sourceforge.pmd.RuleSet etc. - to be done after [core] Consolidate
n.s.pmd.lang.rulepackage #4799Related issues
@InternalApiclasses #4348Ready?
./mvnw clean verifypasses (checked automatically by github actions)