Add change note

This commit is contained in:
Chris Smowton
2021-08-23 19:15:20 +01:00
parent e048a729db
commit ac43ad6da2

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* `Class.isLocal` has been replaced with `ClassOrInterface.isLocal`. This is because as of Java 16, interfaces can be declared method-local. Accordingly, `LocalClassDeclStmt.getLocalClass` now returns a `ClassOrInterface`. `BusinessInterface`, declared in `EJB.qll`, has had its `isRemote` and `isLocal` methods renamed `isDeclaredLocal` and `isRemoteLocal` to avoid a name clash.