Class ProjectPackagePrefixes
java.lang.Object
edu.umd.cs.findbugs.ProjectPackagePrefixes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final Pattern(package private) Map<String, ProjectPackagePrefixes.PrefixFilter> (package private) int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcountPackageMember(String packageName) getProjects(String className) (package private) static <T> voidincrementCount(Map<T, Integer> counter, T t) (package private) static <T> voidincrementCount(Map<T, Integer> counter, T t, int valueToAdd) voidreport()intsize()
-
Field Details
-
map
-
count
-
missingProjectCount
-
rawPackageCount
-
totalCount
int totalCount -
FORBIDDEN_PACKAGE_PREFIXES
-
-
Constructor Details
-
ProjectPackagePrefixes
public ProjectPackagePrefixes()
-
-
Method Details
-
size
public int size() -
countBug
-
countPackageMember
- Parameters:
packageName-
-
getFilter
-
getProjects
-
incrementCount
-
incrementCount
-
report
public void report()
-