beanshell2 icon indicating copy to clipboard operation
beanshell2 copied to clipboard

Fix up deprecation warnings that show up with JDK's that are more rec…

Open opeongo opened this issue 6 years ago • 0 comments

…ent than version 1.8. Mostly these are replacing the boxed primitive constructors with the static valueOf method. In the Reflect class test that the package is exported from the module before using trySetAccessible in order to prevent a warning about illegal access.

It seems like this project is pretty dormant, but I thought I would pass this along in case anyone else is interested. I went through the code to clean up the deprecation messages that show up when building for a JDK11 target. I realize that BeanShell2 is targeted for JDK1.8, but I wanted to squelch a run time message that shows up about an illegal module access in the Reflect class, and all of the other deprecation messages were easy pickings.

opeongo avatar Dec 18 '19 16:12 opeongo