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 63009 - Suite project logical view not acc. to spec
Summary: Suite project logical view not acc. to spec
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-25 02:45 UTC by Jesse Glick
Modified: 2005-09-19 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-08-25 02:45:06 UTC
Currently the suite project just shows a raw folder view in the Projects tab.
But there is a UI spec for it.
Comment 1 Martin Krauskopf 2005-08-31 20:45:55 UTC
Jesse, could you comment this one, or give a hint. Not sure how difficult this
could be. Would it be possible to delegate to (or reuse/copy-paste code from)
Module's logical view. Thanks for tips.
Comment 2 Jesse Glick 2005-08-31 20:48:12 UTC
Certainly can't delegate to module logical view since the suite logical view is
quite different. Not much to copy/paste.

I don't think this would be *too* difficult but it's not trivial. Since it's
night in Prague, feel free to reassign to me in case I can find time for it. :-)
Comment 3 Martin Krauskopf 2005-08-31 20:56:50 UTC
Ah. I didn't read the spec (until now). Ignore my questions. I thought that each
suite-component subnode should look like a normal module's node itself (with all
module's submodes) which would be quite complicated. Spec. is quite easy (at the
first glance at least)
Comment 4 Jesse Glick 2005-09-08 18:43:27 UTC
Are you still planning to do this? If so, it's a late UI change, I guess.
Comment 5 Martin Krauskopf 2005-09-12 09:33:33 UTC
I could start to work on this this week. But yes, it's rather a feature IMO. Not
sure how hard it is to solve this and how much bugs it could possibly bring.
I'll start (to examining and implementing) it this week if anybody doesn't feel
otherwise.
Comment 6 Martin Krauskopf 2005-09-13 10:31:30 UTC
Ok, let's say started...
Comment 7 Martin Krauskopf 2005-09-14 16:06:53 UTC
Fixed. The rest are bugs.

ui/SuiteLogicalView.java
test/ui/SuiteLogicalViewTest.java
+ other support classes
Comment 8 Tomas Danek 2005-09-19 12:55:21 UTC
As I understand UI spec, only Modules part will be for 5.0. If so - Verified.