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 58787 - Add the ability to personalize as template the generated code by the overriding action
Summary: Add the ability to personalize as template the generated code by the overridi...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 16:32 UTC by lforet
Modified: 2013-09-02 14:19 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 lforet 2005-05-11 16:32:26 UTC
It will be nice to use personnal code when you override methods (Ctl+I), or
synchronize, like template for java sources. 

For example :

public Object toImplement() {
  throw new UnsupportedOperationException("TODO");
}

instead of :
public Object toImplement() {
}
Comment 1 Marian Petras 2005-05-12 05:22:50 UTC
I guess this is to be implemented in the Java module.