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

Summary: I need to add getChildrenCount () method to TreeModel.
Product: debugger Reporter: Jaroslav Tulach <jtulach>
Component: CodeAssignee: issues@debugger <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: apireviews
Priority: P1 Keywords: API_REVIEW_FAST
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Diff

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.