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 155471 - eager expectation-driven development
Summary: eager expectation-driven development
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-15 13:49 UTC by ddv36a78
Modified: 2013-09-02 14:21 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 ddv36a78 2008-12-15 13:49:11 UTC
NetBeans supports expectation-driven development. I would find it more helpful if it could be eager.

Let's give an example. Let's suppose I have an interface C, but no class D. When I enter :
C c = new D();

NetBeans proposes to create the D class, and while doing so, the created D class does not implement C !

In that case, I would like that D created to implement the C interface.

IMHO they are other cases where such expectation-driven development could be eager, and then, more helpful.

PS : users may choose to have expectation-driven capabilities lazy or eager according to a NetBeans option.
Comment 1 Max Sauer 2009-01-02 13:24:06 UTC
Yes, this would be nice. Thanks for filing the issue.