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.
Summary: | AssertionError: isSubtype METHOD | ||
---|---|---|---|
Product: | java | Reporter: | IrianR |
Component: | Compiler | Assignee: | Dusan Balek <dbalek> |
Status: | NEW --- | ||
Severity: | normal | CC: | theshadow27, zmirc |
Priority: | P3 | ||
Version: | 8.2 | ||
Hardware: | All | ||
OS: | All | ||
Issue Type: | DEFECT | Exception Reporter: | 225256 |
Attachments: |
stacktrace
IDE log for report http://statistics.netbeans.org/analytics/exception.do?id=834404 stacktrace stacktrace |
Description
IrianR
2016-07-15 13:13:22 UTC
Created attachment 160403 [details]
stacktrace
Created attachment 162575 [details] IDE log for report http://statistics.netbeans.org/analytics/exception.do?id=834404 Created attachment 164050 [details]
stacktrace
just using search results to go to a referenced locationin a java file
Created attachment 164098 [details]
stacktrace
Autocomplete
private static final Set<String> SUPPORTED_PARAMETERS = Collections.unmodifiableSet(new HashS__HERE__
resulted in
... Collections.unmodifiableSet(new HashSet<T>())
Deleting the "T" generic specification
immediatly produced the attached exception.
|