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 247806 - When entering a class name starting with the name AbstractXXXX, default to an abstract class
Summary: When entering a class name starting with the name AbstractXXXX, default to an...
Status: REOPENED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.3.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-08 18:38 UTC by tdanard
Modified: 2016-07-07 12:34 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 tdanard 2014-10-08 18:38:46 UTC
To add a new class, we do a right-click on a package, then select New -> Java Class

If I enter a class name in the form AbstractXXXX, then the template should say

public abstract class XXXX

instead of

public class XXXX
Comment 1 Martin Balin 2016-07-07 07:27:33 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss