karouani / javasimon

Automatically exported from code.google.com/p/javasimon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

AbstractSimonDatasource.getProperty does not respect primitive data types #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
AbstractSimonDataSource.getProperty does not respect primitive data types.

If propertyType is a primitive data type, the method will always return null, 
though the property is set in the properties object.

I fixed it by and created a patch (attached).

Original issue reported on code.google.com by sebastia...@basler.de on 19 Feb 2014 at 2:00

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you for the report, I applied the patch into the trunk - are you able to 
verify it with trunk (head of master branch) version please?

Original comment by virgo47 on 24 Feb 2014 at 8:57