This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 33226 - Missing api-changes info
Summary: Missing api-changes info
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-24 15:32 UTC by Jaroslav Tulach
Modified: 2007-09-26 09:14 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Change in XSL path (630 bytes, patch)
2003-04-29 15:30 UTC, Svata Dedic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2003-04-24 15:32:51 UTC
Hi. I am trying to make serialversion module work
again (has not work for ages) and I decided to use
ClassPath API there. The method of interest is
ClassPath.getClassLoader:

http://www.netbeans.org/download/dev/javadoc/JavaSupportAPIs/org/netbeans/api/java/classpath/ClassPath.html#getClassLoader(boolean)

I know that the method has not been there since
begining. So I added a dependency to current
version of the module >1.3 - but apparently it is
not the right version as it does not work in
release 3.5.

So I visisted your documentation and found out
that it lacks info about this addition:

http://www.netbeans.org/download/dev/javadoc/JavaSupportAPIs/apichanges.html

Please update the info and let me know which
version shall I depend on if I want to use
ClassPath.getClassLoader

Probably you want to add that the method has been
added for version 1.2.1 at least I guess.
Comment 1 Vitezslav Stejskal 2003-04-28 10:02:00 UTC
Yes, it seems to be added in 1.2.1 version, I've added the @since tag.
Leaving open; the api-changes doc has to be created.
Comment 2 Vitezslav Stejskal 2003-04-29 14:01:01 UTC
Changes info updated in main trunk, I am going to request approval for
putting this change to release35 too.

/cvs/java/api/doc/changes/apichanges.xml
new revision: 1.5

Comment 3 Vitezslav Stejskal 2003-04-29 14:03:48 UTC
Svato or Yardo, could you please review this change. (I ran both
apichanges-check and apichanges-generate targets to ensure that
apichanges.xml is still valid.)
Comment 4 Svata Dedic 2003-04-29 15:29:11 UTC
Changes OK, wording OK, only the path to the XSL in
apichanges-generate seems not correct (the xsl have probably moved ?).

See the attached patch
Comment 5 Svata Dedic 2003-04-29 15:30:39 UTC
Created attachment 10186 [details]
Change in XSL path
Comment 6 Vitezslav Stejskal 2003-04-29 16:28:12 UTC
Patch applied, thanks a lot Svato.

/cvs/java/api/build.xml
new revision: 1.17
Comment 8 Jaroslav Tulach 2003-04-30 16:32:44 UTC
I guess the 
<version major="1" minor="2.1" />
shall be changed to 
<version major="1" minor="2" subminor="1" />
see the DTD or run in NetBeans with XML code completion.

I suggest to change it, even the page:
http://www.netbeans.org/download/dev/javadoc/JavaSupportAPIs/apichanges.html
looks correct anyway.
Comment 9 _ ttran 2003-04-30 16:43:13 UTC
approved for 3.5
Comment 10 Vitezslav Stejskal 2003-05-02 11:28:02 UTC
using 'subminor' as suggesed by Yarda, thanks

merged in release35 branch:
/cvs/java/api/build.xml
new revision: 1.16.2.1
/cvs/java/api/doc/changes/apichanges.xml
new revision: 1.4.2.1

Comment 11 Jan Becicka 2003-05-05 12:22:53 UTC
VERIFIED
Comment 12 Quality Engineering 2007-09-20 10:00:01 UTC
Reorganization of java component