594fa02a9c
Change all inner classes to be 'static' Use explicit reference to StorageManager instead of implicit reference to outer class. The main problem of inner classes here is that outer instance is being captured at each inheritance level, so e.g. some lazy value impls may store up to three duplicating references.