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

Summary: AssertionError: actual and formal argument lists differ in length
Product: java Reporter: alied <alied>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202763
Attachments: stacktrace

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 ***