Changes between Initial Version and Version 1 of Ticket #12454, comment 1


Ignore:
Timestamp:
2016-01-29T23:08:49+01:00 (9 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12454, comment 1

    initial v1  
    88> Constructor of AbstractProperty creates Main.pref if it is null, because some classes create property objects without calling MainApplication (for example build task `epsg`).
    99
    10 I don't like this. Can the classes that use properties without initialization be fixed instead?
     10I don't like this. Can the classes that use properties without initialization be fixed instead? Edit: Or call `get()` only if `Main.pref != null`.