Byte code generation breaks constructor call hierarchy
------------------------------------------------------

                 Key: TAP5-900
                 URL: https://issues.apache.org/jira/browse/TAP5-900
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.1.0.5
            Reporter: Achim Willems


I wrote several components that were based on an abstract base class. This base 
class had a default constructor and a constructor that took a String as 
parameter. The default constructor of the derived classes called the 
constructor of the super class passing a string as identifier. The result was, 
that at runtime the code of the default constructor was executed, not the code 
of the one the constructor that took the parameter.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to