Philip Ogren wrote: > If you create a type with the name 'Feature' you get compile errors > because of a namespace conflict with the Feature interface. I think > this could be easily fixed by simply removing the import statement in > the generated code and explicitly providing the fully qualified name for > the Feature interface when referenced (e.g. 'org.apache.uima.cas.Feature'). > Please advise me if I am submitting this to the wrong list. > > Thanks, > Philip
I think your suggestion is a good one. We'll get similar errors when somebody creates types with names like "FeatureStructure" or "Type". Marshall, what do you think? --Thilo
