[OS-JIRA] Created: (WOL-899) Problem validating components with generics

From: Alan Zebchuk (JIRA) ("Alan)
Date: Sun Sep 28 2008 - 04:39:08 EDT

  • Next message: Alan Zebchuk (JIRA): "[OS-JIRA] Created: (WOL-900) Add checkbox to not generate source for a specific property/relationship"

    Problem validating components with generics
    -------------------------------------------

                     Key: WOL-899
                     URL: http://issues.objectstyle.org/jira/browse/WOL-899
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
             Environment: 3.4.5484
                Reporter: Alan Zebchuk

    For Example, if my component is like this:

    public class SpecialProjectsListing extends ProjectListingComponent<SpecialProject>

    And Project Listing Component has the following:

    public abstract class BaseResearchProjectsListingComponent<S extends Project> extends WOComponent {

    and has the following field:

            public S project;

    Then, the Component editor won't validate any of the keypaths on project, such as project.title

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Sun Sep 28 2008 - 04:40:16 EDT