Interface IStaticCodeAnalysisResult
- All Superinterfaces:
ICodeAnalysisResult
- All Known Implementing Classes:
StaticCodeAnalyisResult
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Method Details
-
gotIssues
boolean gotIssues() -
getIssues
List<IStaticCodeAnalysisIssue> getIssues() -
getDependencyCount
int getDependencyCount() -
getPacketManager
String getPacketManager()
-