Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 19 Number of classfiles: 24
Problems: 2 (Errors: 0 Warnings: 2 )
The method getJavaxPersistenceImportStatements() from the type ORMGenTable is never used locally
ORMGenTable.java :
161 : private String getJavaxPersistenceImportStatements() {
The value of the local variable sm is not used
PackageGenerator.java :
467 : SubMonitor sm = SubMonitor.convert(monitor, NLS.bind(JptJpaGenMessages.ENTITY_GENERATOR_TASK_NAME, table.getName()), 1);