tango-controls / jive

Jive is a standalone JAVA application designed to browse and edit the static TANGO database. jive moved to https://gitlab.com/tango-controls/jive
10 stars 6 forks source link

Check Property file fails if an attribute property doesn't exists in database #54

Closed abdomit closed 5 years ago

abdomit commented 5 years ago

Got a "NullPointerException" error message when checking an property file which have an attribute property not defined in the database.

For instance the following line in the property file will lead to an error if format is the default one:

my/beautiful/device/my_attribute->format: %4.3f

JeanLucPons commented 5 years ago

Fixed in Jive 7.20

abdomit commented 5 years ago

Thanks!