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 267670

Summary: IllegalStateException: ArrayType array class org.hibernate.criterion.Criterion[] (loaded by instance of org.apache.catalina.loader.WebappClassLoader(id=9436)) can not have [instance of org.hibernate.c
Product: debugger Reporter: Andrey1990
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225852
Attachments: stacktrace

Description Andrey1990 2016-08-22 08:15:50 UTC
This bug was originally marked as duplicate of bug 223728, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
Andrey1990: Debug

Andrey1990: Debug




Stacktrace: 
java.lang.IllegalStateException: ArrayType array class org.hibernate.criterion.Criterion[] (loaded by instance of org.apache.catalina.loader.WebappClassLoader(id=9436)) can not have [instance of org.hibernate.criterion.SimpleExpression(id=30578)] elements.
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.transformVarArgsValues(EvaluatorVisitor.java:514)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitMethodInvocation(EvaluatorVisitor.java:466)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitMethodInvocation(EvaluatorVisitor.java:207)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1483)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitMethodInvocation(EvaluatorVisitor.java:342)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.visitMethodInvocation(EvaluatorVisitor.java:207)
Comment 1 Andrey1990 2016-08-22 08:15:52 UTC
Created attachment 161741 [details]
stacktrace