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 177166 - [68cat] RFE : code template to add "import static"
Summary: [68cat] RFE : code template to add "import static"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 01:32 UTC by Masaki Katakai
Modified: 2010-01-11 02:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-11-19 01:32:50 UTC
When the following is defined in code template, it will be added in import field if it's not defined.

 ${param type="java.util.Iterator"} 

It's nice to have another option to add "import static" in the same way.