Skip to main content

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


Hi Phillip,

Sounds like a bug, I'll put in a fix.

Thanks,

Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx



Phillip Avery/Raleigh/IBM@IBMUS

03/23/2005 03:00 PM

To
Jeffrey Liu/Toronto/IBM@IBMCA
cc
wtp-dev@xxxxxxxxxxx
Subject
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