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 173272 - Code templates: 'equals' should be followed by a left parenthesis
Summary: Code templates: 'equals' should be followed by a left parenthesis
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-29 14:23 UTC by gliesian
Modified: 2011-11-04 18:01 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 gliesian 2009-09-29 14:23:05 UTC
eq should equate to

equals (

not

equals

This is because "equals" is a method and should always be followed by a left parenthisis.
Comment 1 Andrei Chistiakov 2009-09-29 16:46:36 UTC
Thanks for the proposal. BTW, you can easily modify templates via Tools->Options.