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 234152 - IllegalArgumentException: Incorrect number of type arguments
Summary: IllegalArgumentException: Incorrect number of type arguments
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 22:08 UTC by alied
Modified: 2013-08-12 02:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202914


Attachments
stacktrace (2.33 KB, text/plain)
2013-08-08 22:08 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-08-08 22:08:29 UTC
Build: NetBeans IDE Dev (Build 201308062300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
alied: invoking CC in a J2ME class




Stacktrace: 
java.lang.IllegalArgumentException: Incorrect number of type arguments
   at com.sun.tools.javac.model.JavacTypes.getDeclaredType0(JavacTypes.java:254)
   at com.sun.tools.javac.model.JavacTypes.getDeclaredType(JavacTypes.java:230)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.getCorrectedReturnType(JavaCompletionProvider.java:4467)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.addLocalMembersAndVars(JavaCompletionProvider.java:2991)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.localResult(JavaCompletionProvider.java:2846)
   at org.netbeans.modules.editor.java.JavaCompletionProvider$JavaCompletionQuery.resolveCompletion(JavaCompletionProvider.java:690)
Comment 1 alied 2013-08-08 22:08:31 UTC
Created attachment 138466 [details]
stacktrace
Comment 2 Dusan Balek 2013-08-09 08:16:31 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/529db5212c0a
Comment 3 Quality Engineering 2013-08-12 02:14:14 UTC
Integrated into 'main-silver', will be available in build *201308112300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/529db5212c0a
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #234152: IllegalArgumentException: Incorrect number of type arguments - fixed.