Commit
444af35253943cfa5bad88ff752981c311689e49
by Sven GothelBump semver to commit 4f50b49c955f2bde2bb7eb4c7493206ec6bb1f2f
+ Fix JLS Binary Compat: Moving methods and fields upwards for
classes _and_ interfaces is OK
+
+ - We shall also travers all interfaces upwards
+ - All methods and fields found upwards must be tested for
compatibility as well!
+
+ Further:
+ - Add class-name to Field- and MethodInfo via new intermediate
AbstractMemberInfo.
+ The class-name is used to have allow differs to find a class move
upwards!
+
+ - Pretty printing of class move binary-compatible change