Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] compilelogs and unused import warnings

Hi!

On automated builds we get a lot of warnings regarding unused imports.
The warnings are printed for imported types used inside JavaDoc. These
warnings aren't visible inside the Java editor (they compile without
warnings in the workspace). Any ideas how to avoid the warnings during
compile time?

The build.compiler property is already set to the JDTCompilerAdapter.

Thanks,
Gunnar




Back to the top