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 72791 - Ommitted 'new' operator hint
Summary: Ommitted 'new' operator hint
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 19:32 UTC by m_potociar
Modified: 2013-09-02 14:23 UTC (History)
1 user (show)

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 m_potociar 2006-02-17 19:32:34 UTC
It would be nice if NB provided a hint when developer forgets to write 'new'
operator in front of class constructor call.