Compiler Report

Compiler: Eclipse Java Compiler Version: 0.959, 3.5.0 rc1

Number of source files: 52 Number of classfiles: 70

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/jpt/db/internal/vendor/AbstractVendor.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractVendor.java :

64 : void addDefaultCatalogIdentifiersTo(@SuppressWarnings("unused") Database database, String userName, ArrayList<String> identifiers) {

2. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("unused")

AbstractVendor.java :

77 : void addDefaultSchemaIdentifiersTo(@SuppressWarnings("unused") Database database, String userName, ArrayList<String> identifiers) {