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 130881 - ProjectTemplateAttributesProvider swallows attributes
Summary: ProjectTemplateAttributesProvider swallows attributes
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks: 129685
  Show dependency tree
 
Reported: 2008-03-23 23:00 UTC by Andrei Badea
Modified: 2008-03-27 00:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed fix (5.33 KB, text/plain)
2008-03-23 23:02 UTC, Andrei Badea
Details
Proposed fix (update 1) (5.74 KB, text/plain)
2008-03-23 23:19 UTC, Andrei Badea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2008-03-23 23:00:54 UTC
See the attached patch.
Comment 1 Andrei Badea 2008-03-23 23:02:37 UTC
Created attachment 58900 [details]
Proposed fix
Comment 2 Andrei Badea 2008-03-23 23:19:00 UTC
Created attachment 58901 [details]
Proposed fix (update 1)
Comment 3 Andrei Badea 2008-03-23 23:20:01 UTC
The first proposed fix threw a NPE when a null was passed to checkProjectLicense, so attached a better one.
Comment 4 Andrei Badea 2008-03-23 23:20:40 UTC
P2 since it blocks a P2 defect.
Comment 5 Andrei Badea 2008-03-25 15:20:20 UTC
Fixed in b1a421450765.
Comment 6 Andrei Badea 2008-03-27 00:34:15 UTC
Added forgotten test in 28016db0710d.