stophun / fdotoolbox

Automatically exported from code.google.com/p/fdotoolbox
0 stars 1 forks source link

Bulk Copy Editor: Cannot re-alias existing source properties #345

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a source expression. The Bulk Copy Editor blows up when using the 
expression evaluates as an Identifier.

The problem is in FdoSchemaUtil.CreatePropertyFromExpressionType() which does 
not properly handle the case when the expression parses into an Identifier.

The solution is to modify the method signature to accept the source class 
definition, which is used to resolve such parsed identifiers

Original issue reported on code.google.com by jackie...@ennoble.com.au on 7 Jun 2011 at 7:50

GoogleCodeExporter commented 8 years ago
Fixed in r1233

Original comment by jumpinja...@gmail.com on 7 Jun 2011 at 8:09