Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.8.3
-
None
Description
For example:
@Import(stylesheet = "context:css/ie-only.css") public class SubclassWithImport extends SuperclassWithImport { } @Import(stylesheet = "context:css/ie-only.css") public class SubclassWithImport extends SuperclassWithImport { }
Exception:
java.lang.ClassCastException
class org.apache.tapestry5.integration.app1.components.SubclassWithImport cannot be cast to class org.apache.tapestry5.integration.app1.components.SuperclassWithImport (org.apache.tapestry5.integration.app1.components.SubclassWithImport is in unnamed module of loader org.apache.tapestry5.internal.plastic.PlasticClassLoader @105b693d; org.apache.tapestry5.integration.app1.components.SuperclassWithImport is in unnamed module of loader org.apache.tapestry5.internal.plastic.PlasticClassLoader @37fdfb05)