| Package | Description |
|---|---|
| net.sourceforge.pmd |
This is the PMD programming mistake detector.
|
| net.sourceforge.pmd.cache |
| Modifier and Type | Method and Description |
|---|---|
AnalysisCache |
PMDConfiguration.getAnalysisCache()
Retrieves the currently used analysis cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PMDConfiguration.setAnalysisCache(AnalysisCache cache)
Sets the analysis cache to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnalysisCache
Abstract implementation of the analysis cache.
|
class |
FileAnalysisCache
An analysis cache backed by a regular file.
|
class |
NoopAnalysisCache
A NOOP analysis cache.
|
Copyright © 2002–2017 PMD. All rights reserved.