Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] API tool


Jeffrey,

It looks like the API tool is marking "package protected" methods as API violation.

eg.

from some recent tool output
http://download.eclipse.org/webtools/downloads/drops/I-I20050323-200503230510/apitools/jst.jsp/component-api-tc.html

jst.jsp
org.eclipse.jst.jsp.core.contenttype.ContentTypeIdForJSP
 getConstantString  ()Ljava/lang/String;


"getContstantString(...)" is a package protected static method.

Package protected methods shouldn't be getting flagged as API right?

-phil

--- -  -   -    -     -
Phillip Avery
Structured Source Editor
919 254 8063
pavery@xxxxxxxxxx

Back to the top