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 234034 - AssertionError: actual and formal argument lists differ in length
Summary: AssertionError: actual and formal argument lists differ in length
Status: RESOLVED DUPLICATE of bug 229407
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-06 16:05 UTC by alied
Modified: 2013-08-07 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202763


Attachments
stacktrace (1.89 KB, text/plain)
2013-08-06 16:05 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-08-06 16:05:27 UTC
Build: NetBeans IDE Dev (Build 201307252300)
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: dragging a selected piece of code in a JUnit test

GUEST: no idea what i did




Stacktrace: 
java.lang.AssertionError: actual and formal argument lists differ in length
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.comp.Attr.checkMethod(Attr.java:3917)
   at com.sun.tools.javac.comp.Attr.checkIdInternal(Attr.java:3681)
   at com.sun.tools.javac.comp.Attr.checkId(Attr.java:3544)
   at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:3300)
   at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1993)
Comment 1 alied 2013-08-06 16:05:29 UTC
Created attachment 138364 [details]
stacktrace
Comment 2 Dusan Balek 2013-08-07 11:42:30 UTC
Already reported.

*** This bug has been marked as a duplicate of bug 229407 ***