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 121454 - Compiler does not recognize method from an interface when an ENUM implements it using generix
Summary: Compiler does not recognize method from an interface when an ENUM implements ...
Status: RESOLVED DUPLICATE of bug 121458
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-08 11:38 UTC by pnizer
Modified: 2007-11-08 11:45 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 pnizer 2007-11-08 11:38:10 UTC
public interface Interface <T> {
    void method(T obj);
}
Comment 1 pnizer 2007-11-08 11:45:07 UTC

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