Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0
Number of source files: 11 Number of classfiles: 18
Problems: 4 (Errors: 0 Warnings: 4 )
The value of the local variable isFragment is not used
TestRepo.java :
224 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));
The value of the local variable isFragment is not used
TestRepo.java :
421 : boolean isFragment = "true".equals(iu.getProperty("org.eclipse.equinox.p2.type.fragment"));
The value of the field ComparatorLog.PATH_SEPERATOR is not used
ComparatorLog.java :
51 : private static String PATH_SEPERATOR = System.getProperty(PATH_SEPARATOR_PROPERTY_NAME);
The value of the field ComparatorLog.defaultComparatorLogFile is not used
ComparatorLog.java :
67 : private String defaultComparatorLogFile = "D:\\builds\\workspaces\\workspaceWTPHead\\org.eclipse.wtp.releng.tests\\comparator.log";