Package | Description |
---|---|
net.sf.clirr.core.internal |
The framework that is used by the individual checks in the checks package.
|
net.sf.clirr.core.internal.bcel |
Apache's BCEL is currently used to read the compiled Java classes.
|
net.sf.clirr.core.spi |
Service Provider Interface for letting Clirr know about Java types, methods, etc.
|
Modifier and Type | Method and Description |
---|---|
protected Severity |
AbstractDiffReporter.getSeverity(JavaType clazz,
Field field,
Severity sev)
Determine whether the severity of the problem should be reduced
to INFO because:
the specified field is package or private accessibility, or
the specified field is in a package or private class.
|
protected void |
AbstractDiffReporter.log(Message msg,
Severity severity,
java.lang.String clazz,
Method method,
Field field,
java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
Field[] |
BcelJavaType.getFields() |
Modifier and Type | Method and Description |
---|---|
Field[] |
JavaType.getFields()
All fields that are declared by this class.
|
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.