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 108542 - Maven Project: "type java.util.List does not take parameters"
Summary: Maven Project: "type java.util.List does not take parameters"
Status: RESOLVED DUPLICATE of bug 101020
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-29 20:59 UTC by sidharthkuruvila
Modified: 2007-07-02 09:19 UTC (History)
0 users

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 sidharthkuruvila 2007-06-29 20:59:01 UTC
On netbeans 6 m9. in  maven projects

Declarations of type 
List<String> l;

flag an error with the tooltip 
 "type java.util.List does not take parameters"

This apears to be specific to java.util.List;

ArrayList<String> works fine.
Comment 1 Milan Kubec 2007-07-02 07:52:16 UTC
Passing to java for further investigation, but I'm not able to reproduce.
Comment 2 Jan Lahoda 2007-07-02 09:19:28 UTC
Seems like issue #101020 - can be workarounded by deleting the caches (${userdir}/var/cache/index/0.3). Is fixed for M10
(please note that once the caches are broken, they will not correct themselves - you will need to clear them to get
correct behavior in M10). Thanks.

*** This issue has been marked as a duplicate of 101020 ***