Skip to main content

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


Wayne,

These import statements can be removed by using fully-qualified names in Javadoc as opposed to rely on the import statements.

    Thanks

       - Fred

_________________________________
Frédéric Plante
Rational Software, IBM Software Group





Wayne Diu/Ottawa/IBM@IBMCA
Sent by: gmf-dev-bounces@xxxxxxxxxxx

02/07/2006 11:20 AM

Please respond to
"GMF Project developer discussions."

To
gmf-dev@xxxxxxxxxxx
cc
Subject
[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
_______________________________________________
gmf-dev mailing list
gmf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gmf-dev


Back to the top