[OS-JIRA] Created: (WOL-509) eogenerator: unset subclassDestionation causes error marker

From: Marc Guenther (JIRA) ("Marc)
Date: Thu Jun 21 2007 - 12:37:53 EDT

  • Next message: Marc Guenther: "triple clicking in the html editor"

    eogenerator: unset subclassDestionation causes error marker
    -----------------------------------------------------------

                     Key: WOL-509
                     URL: http://issues.objectstyle.org/jira/browse/WOL-509
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: 2.0.0.* (unreleased please specify)
             Environment: WOLips 2.0.0.4114
                Reporter: Marc Guenther
                Priority: Trivial

    An unspecified -subclassDestionation (which defaults to -destination in eogenerator) causes an Exception in the EOGenerateWorkspaceJob. This leads to an error marker in the Problem View.

    In EOGeneratorModel, I changed this:
            public String getSubclassDestination() {
                    if (_subclassDestination == null) {
                            return _destination; // same default as eogenerator itself
                    }
                    return _subclassDestination;
            }

    No patch this time, I have too many changes in that file already :)

    -- 
    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 : Thu Jun 21 2007 - 12:38:49 EDT