Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.C58, 3.8.0

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 :

23 : private static void savePreferences() {

2. WARNING: UnusedPrivateMethod

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

XSLTRuntime.java :

27 : private static Preferences getPreferences() {