You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added hack to avoid problem with som.vmobjects.Object class being the only class in the type system.
- apparently, java.lang.Object is always part of the type system?, so it conflicts with the simple name
- the solution is to use the qualified name for everything that has the simple name "Object".
-> it is not a general solution…, but works for me and doesn't break any tests
Signed-off-by: Stefan Marr <git@stefan-marr.de>
0 commit comments