Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Compiler warnings

Hi!

I was looking at the results for the nightly build at 
http://download.eclipse.org/technology/gmf/downloads/drops/N-N20060207-200602070200/testResults.php

Some plugins show up as having warnings because of unused imports, e.g. 
org.eclipse.gmf.runtime.common.ui.services.action and 
org.eclipse.gmf.runtime.common.ui.services.properties.

Actually, the imports are being used by the Javadoc (and this is not a 
bug, please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=51529).

Is it possible to turn on an option to consider the Javadoc when building 
the plugins on the build machine?  It would get rid of those warnings.



Thanks,

Wayne


Back to the top