Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 23 Number of classfiles: 24

Problems: 2 (Errors: 0 Warnings: 2 )

Source File: org/eclipse/wst/xsl/launching/XSLTRuntime.java
1. WARNING: UnusedPrivateMethod

The method savePreferences() from the type XSLTRuntime is never used locally

XSLTRuntime.java :

22 : private static void savePreferences() {

2. WARNING: UnusedPrivateMethod

The method getPreferences() from the type XSLTRuntime is never used locally

XSLTRuntime.java :

26 : private static Preferences getPreferences() {