Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 7 Number of classfiles: 12

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/dltk/python/ui/tests/indenting/PyAutoIndentStrategyTest.java
1. WARNING: UnusedPrivateMethod

The method installStuff(Document) from the type PyAutoIndentStrategyTest is never used locally

PyAutoIndentStrategyTest.java:

41: private void installStuff(Document document) {