Letractively / jcatapult

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

MVC DefaultExpressionEvaluator getAnnotation method shouldn't instantiate the classes #103

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Right now the getAnnotation method in the DefaultExpressionEvaluator
instantiates the types inside the object if they are null. This seems okay,
except that some things might not have default constructors or might be
collections. 

This method should just use the type information if it reaches a null at
any point and has more pieces to process.

Original issue reported on code.google.com by bpontare...@gmail.com on 22 Jan 2009 at 4:44