[core] Consolidate internal api in PMDConfiguration

PMDConfiguration#setAnalysisCache
PMDConfiguration#getAnalysisCache
This commit is contained in:
Andreas Dangel
2024-02-10 10:38:26 +01:00
parent 2cc9ae9d7e
commit 3a635da9c2
4 changed files with 39 additions and 9 deletions

View File

@ -316,6 +316,9 @@ package or made (package) private and are _not accessible_ anymore.
* All constructors are package private now.
* {%jdoc !!core::lang.ast.LexException %} - the constructor `LexException(boolean, String, int, int, String, char)` is now package private.
It is only used by JavaCC-generated token managers.
* {%jdoc !!core::PMDConfiguration %}
* Method `setAnalysisCache(AnalysisCache)` is now package private. Use {%jdoc core::PMDConfiguration#setAnalysisCacheLocation(java.lang.String) %} instead.
* Method `getAnalysisCache()` is now package private.
* pmd-ant
* {%jdoc !!ant::ant.Formatter %}
* Method `getRenderer()` has been removed.