google-code-export / uimafit

Automatically exported from code.google.com/p/uimafit
2 stars 1 forks source link

Boolean ConfigurationParameters with no value set initialize to false instead of null #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be a bug in the ConfigurationParameterInitializer code. Fields 
of type "Boolean" (class type, not primitive) are initialized to "false" even 
if the parameter value is not specified, i.e. there is a "null" value stored in 
the UimaContext for this parameter. The field should be initialized to "null" 
instead.

Original issue reported on code.google.com by richard.eckart on 22 Apr 2012 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 22 Apr 2012 at 10:24

GoogleCodeExporter commented 9 years ago
False alarm. While working on implement issue 79, I didn't skip setting those 
fields that have no parameter value in the context.

Original comment by richard.eckart on 22 Apr 2012 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 5 Jul 2012 at 8:14

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 15 Jul 2012 at 10:20