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 46368 - I need to add getChildrenCount () method to TreeModel.
Summary: I need to add getChildrenCount () method to TreeModel.
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks:
 
Reported: 2004-07-21 08:25 UTC by Jaroslav Tulach
Modified: 2006-08-01 10:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Diff (1.09 KB, text/plain)
2004-07-23 08:37 UTC, Jan Jancura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2004-07-21 08:25:32 UTC
According to our agreement during debugger api
review
(http://openide.netbeans.org/tutorial/reviews/opinions_27194.html)
you are not allowed to change your apis without
following at least fast track process 
(http://openide.netbeans.org/tutorial/review-steps.html)

According to a notification at
http://www.netbeans.org/servlets/ReadMsg?msgId=788671&listName=api-changes
there have been four API changes made and I am not
aware of any review process.

As this is not the first time, revert immediatelly
 and follow what we agreed on.
Comment 1 Jan Jancura 2004-07-21 16:45:31 UTC
OK. I am asking for fast track review. Sorry for beying late with this
process, I was fixing some P1 by this change.

So, I need to add getChildrenCount () method to TreeModel.
http://www.netbeans.org/download/4_0/javadoc/ViewModel/org/netbeans/spi/viewmodel/TreeModel.html
ViewModel implementation needs this information to properly display
the tree.

Comment 2 Jaroslav Tulach 2004-07-23 08:09:24 UTC
Where is the diff of the change? Have you updated apichanges? Have you
wrote a test? Btw. I still have not noticed the commit to be reverted.
Please do so until you pass thru the review.
Comment 3 Jan Jancura 2004-07-23 08:37:29 UTC
Created attachment 16404 [details]
Diff
Comment 4 Jan Jancura 2004-07-23 08:50:09 UTC
Diff attached.
APIchanges doc updated.
We do not have special test for this particular change. 
I can not revert this change, because it has fixed important P1.
Comment 5 Jan Jancura 2004-07-28 15:33:30 UTC
No arguments, so I am closing this issue.