Changeset 2009


Ignore:
Timestamp:
07/14/09 21:40:45 (3 years ago)
Author:
mswertz
Message:

BUGFIX: the 'type' field was not retrieved by the mappers

Location:
molgenis3_3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • molgenis3_3/.classpath

    r2002 r2009  
    3636        <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> 
    3737        <classpathentry kind="lib" path="lib/hsqldb.jar"/> 
    38         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre6"/> 
     38        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    3939        <classpathentry kind="output" path="bin"/> 
    4040</classpath> 
  • molgenis3_3/src/org/molgenis/generators/GeneratorHelper.java

    r1975 r2009  
    355355                for (Field f : all_fields) 
    356356                { 
    357                         if (f.getType() != Field.Type.XREF_MULTIPLE && (f.getName() != "type" || e.isRootAncestor()) 
     357                        if (f.getType() != Field.Type.XREF_MULTIPLE  
    358358                                        && (type.equals("") || f.getType().toString().equals(type))) 
    359359                        { 
Note: See TracChangeset for help on using the changeset viewer.