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 58411 - [editorhints] creating a field, param, local var doesn't work with parameterized types
Summary: [editorhints] creating a field, param, local var doesn't work with parameteri...
Status: RESOLVED INCOMPLETE
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: _ leonchiver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 17:39 UTC by _ leonchiver
Modified: 2011-09-19 23:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ leonchiver 2005-04-28 17:39:26 UTC
assigning to me :)

public static void hehe(Object t) {
    f = doStuff();
}
    
static List<String> doStuff() {
    return null;
}

=> String> f