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 61495 - [DevRev] Do not expose the CodeTemplateDescription's constructor public in the Code Templates SPI.
Summary: [DevRev] Do not expose the CodeTemplateDescription's constructor public in th...
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks: 35573
  Show dependency tree
 
Reported: 2005-07-28 10:33 UTC by Dusan Balek
Modified: 2007-11-05 13:44 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 Dusan Balek 2005-07-28 10:33:24 UTC
As concluded, the CodeTemplateDescription's constructor should not be public in
the Code Templates SPI.
Comment 1 Miloslav Metelka 2005-08-09 13:41:01 UTC
The CodeTemplateDescription will be moved out from the SPI completely. It will
no longer be needed as the templates are either read from the settings or
constructed temporarily which can be accomplished with the implementation
classes only.
Comment 2 Roman Strobl 2005-10-27 12:58:23 UTC
Seems to be fixed -> verified.