The constructor of java.lang.Integer is deprecated in 9 so add some...
The constructor of java.lang.Integer is deprecated in 9 so add some @SuppressWarnings("deprecation") in Opcodes because the code can not be changed without breaking the backward compatibility
Please register or sign in to comment