commit | e70aeffd6bf5e80156c11d8b5854cc4401963dfc | [log] [tgz] |
---|---|---|
author | Lars Vogel <Lars.Vogel@vogella.com> | Wed Feb 03 10:51:19 2021 +0100 |
committer | Lars Vogel <Lars.Vogel@vogella.com> | Wed Feb 03 10:51:19 2021 +0100 |
tree | 0953b1a3d0be07e34955f66e45f2ad7787945f2d | |
parent | 4021b473b84fcef459c367bf950e4a34af2ec21b [diff] |
Inner class in ExtensionRegistry can be static MutableInt can be a static inner class, as a reference to the outer class is not used. This save the internal pointer generated by the compiler to the outer class. Done during testing of the related JDT static inner class testing Change-Id: I109f1b0e65930a6e8e10054a8870a03169423a9d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>