Blocks :
|
|
Relates :
|
Two java beans tests fail on OS X (10.10 in my case) with NoSuchMethodException with modular build only and not with a regular JDK. Method in question is in AquaTreeUI and it is public. RULE java/beans/XMLEncoder/Test4631471.java Exception java.lang.NoSuchMethodException: <unbound>=AquaTreeUI.getCollapsedIcon(); RULE java/beans/XMLEncoder/javax_swing_JTree.java Exception java.lang.NoSuchMethodException: <unbound>=AquaTreeUI.getCollapsedIcon();
|