NateIsStalling / Basic4GLj

Basic4GL for Java - a BASIC language compiler and IDE
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Fix Inner class may be static inspections #23

Closed NateIsStalling closed 1 year ago

NateIsStalling commented 1 year ago

Cleanup lint warnings in function library classes or suppress them as needed. Verify changes do not cause a regression with Export JAR functions - I'm unsure if there was a gotcha with class path or reflection related to current export jar implementation that relies on inner classes not being static...