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 163508 - After enabling Java support, templates list is empty
Summary: After enabling Java support, templates list is empty
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-23 15:44 UTC by _ tboudreau
Modified: 2009-06-21 13:43 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 _ tboudreau 2009-04-23 15:44:30 UTC
Start NetBeans on a clean userdir.
Go to New > Project.
Select Java > Java Application and click next.
Progress bar appears while Java modules are enabled.
Click Back.
The list of Java project templates is empty.
Comment 1 Jaroslav Tulach 2009-04-23 16:51:13 UTC
I've noticed this as well. On the other hand, you can change the category to something else and then back to Java and 
it will be OK.


Pavel, can you please look at the code somewhere in projectui? I guess the list of categories does not correctly 
listen on the fact that its DataFolder has been invalidated or something like that.
Comment 2 Pavel Flaska 2009-04-24 14:49:42 UTC
8a034ad87a6a
Comment 3 Quality Engineering 2009-04-28 18:53:14 UTC
Integrated into 'main-golden', will be available in build *200904281401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8a034ad87a6a
User: Pavel Flaska <pflaska@netbeans.org>
Log: #163508: refresh templates list when activating.