> The interface org.apache.commons.bcel6.generic.InstructionConstants is > deprecated in favor of a class. It seems OK to delete it since bcel6 is > a major new release. > > Check?
Had a look at the source and history: Source [1]: @deprecated (since 6.0) Do not use. Use InstructionConst instead. ==> When deprecating with 6.0, deleting it in 6.0 as well would be too early in my opinion. History [2]: Javac-@Deprecated added in Sep 2015 [3] Javadoc-@Deprecatad is older. Havent found the initial commit. As I am not familiar with BCEL source, are you sure its deprecated long enough? Jan [1] https://github.com/apache/commons-bcel/blob/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionConstants.java [2] https://github.com/apache/commons-bcel/blame/trunk/src/main/java/org/apache/commons/bcel6/generic/InstructionConstants.java [3] https://github.com/apache/commons-bcel/commit/885b0a0a353275739c9b1658a8384fdbf6a9af2b --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org