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 271661 - AssertionError: Type: java.lang.Object is not subtype of: dierenpension.datamodel.salon.SalonAfspraak in tree: (model != null) ? model.getProperty() : null
Summary: AssertionError: Type: java.lang.Object is not subtype of: dierenpension.datam...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 20:12 UTC by Exceptions Reporter
Modified: 2017-10-17 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230614


Attachments
stacktrace (5.99 KB, text/plain)
2017-10-17 20:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-10-17 20:12:07 UTC
This bug was originally marked as duplicate of bug 202755, 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.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.152-b16, Java(TM) SE Runtime Environment, 1.8.0_152-b16
OS: Windows 10

User Comments:
GUEST: test




Stacktrace: 
java.lang.AssertionError: Type: java.lang.Object is not subtype of: dierenpension.datamodel.salon.SalonAfspraak in tree: (model != null) ? model.getProperty() : null
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.util.Assert.check(Assert.java:95)
   at com.sun.tools.javac.jvm.Code$State.forceStackTop(Code.java:1774)
   at com.sun.tools.javac.jvm.Gen.visitConditional(Gen.java:1761)
   at com.sun.tools.javac.tree.JCTree$JCConditional.accept(JCTree.java:1355)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:830)
Comment 1 Exceptions Reporter 2017-10-17 20:12:10 UTC
Created attachment 165304 [details]
stacktrace