Changes between Initial Version and Version 1 of Ticket #12454, comment 1
- Timestamp:
- 2016-01-29T23:08:49+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12454, comment 1
initial v1 8 8 > Constructor of AbstractProperty creates Main.pref if it is null, because some classes create property objects without calling MainApplication (for example build task `epsg`). 9 9 10 I don't like this. Can the classes that use properties without initialization be fixed instead? 10 I don't like this. Can the classes that use properties without initialization be fixed instead? Edit: Or call `get()` only if `Main.pref != null`.