Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1
Number of source files: 220 Number of classfiles: 421
Problems: 20 (Errors: 0 Warnings: 20 )
The method getJDBCType() from the type JDBCTools.JDBCToJavaTypeMapping is never used locally
JDBCTools.java :
262 : public JDBCType getJDBCType() {
The method maps(int) from the type JDBCTools.JDBCToJavaTypeMapping is never used locally
JDBCTools.java :
270 : public boolean maps(int jdbcTypeCode) {
The method maps(String) from the type JDBCTools.JDBCToJavaTypeMapping is never used locally
JDBCTools.java :
274 : public boolean maps(String jdbcTypeName) {
The method maps(JDBCType) from the type JDBCTools.JDBCToJavaTypeMapping is never used locally
JDBCTools.java :
278 : public boolean maps(JDBCType type) {
The method maps(JavaType) from the type JDBCTools.JavaToJDBCTypeMapping is never used locally
JDBCTools.java :
318 : public boolean maps(JavaType jt) {
The method maps(String, int) from the type JDBCTools.JavaToJDBCTypeMapping is never used locally
JDBCTools.java :
322 : public boolean maps(String elementTypeName, int arrayDepth) {
The method maps(String) from the type JDBCTools.JavaToJDBCTypeMapping is never used locally
JDBCTools.java :
326 : public boolean maps(String javaClassName) {
The method maps(Class<?>) from the type JDBCTools.JavaToJDBCTypeMapping is never used locally
JDBCTools.java :
330 : public boolean maps(Class<?> javaClass) {
Unnecessary @SuppressWarnings("unused")
ChainIterable.java :
72 : protected E nextLink(@SuppressWarnings("unused") E currentLink) {
Unnecessary @SuppressWarnings("unused")
FilteringIterable.java :
71 : protected boolean accept(@SuppressWarnings("unused") E1 o) {
Unnecessary @SuppressWarnings("unused")
GraphIterable.java :
133 : protected Iterator<? extends E> neighbors(@SuppressWarnings("unused") E next) {
Unnecessary @SuppressWarnings("unused")
TransformationIterable.java :
65 : protected E2 transform(@SuppressWarnings("unused") E1 o) {
Unnecessary @SuppressWarnings("unused")
TreeIterable.java :
115 : protected Iterator<? extends E> children(@SuppressWarnings("unused") E next) {
Unnecessary @SuppressWarnings("unused")
AbstractModel.java :
736 : public void toString(@SuppressWarnings("unused") StringBuilder sb) {
Unnecessary @SuppressWarnings("unused")
ChangeSupport.java :
297 : protected void aspectChanged(@SuppressWarnings("unused") String aspectName) {
Unnecessary @SuppressWarnings("unused")
PropertyAspectAdapter.java :
160 : protected void setValue_(@SuppressWarnings("unused") T value) {
Unnecessary @SuppressWarnings("unused")
TransformationPropertyValueModel.java :
96 : protected T2 transform_(@SuppressWarnings("unused") T1 value) {
Unnecessary @SuppressWarnings("unused")
TransformationWritablePropertyValueModel.java :
85 : protected T1 reverseTransform_(@SuppressWarnings("unused") T2 value) {
Unnecessary @SuppressWarnings("unused")
AbstractNode.java :
231 : protected void addChildrenTo(@SuppressWarnings("unused") List<Node> list) {
Unnecessary @SuppressWarnings("unused")
AbstractNode.java :
771 : protected void addProblemsTo(@SuppressWarnings("unused") List<Problem> currentProblems) {