mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
451 B
451 B
lgtm,codescanning
Class.isLocalhas been replaced withClassOrInterface.isLocal. This is because as of Java 16, interfaces can be declared method-local. Accordingly,LocalClassDeclStmt.getLocalClassis renamedLocalTypeDeclStmt.getLocalTypeand now returns aClassOrInterface.BusinessInterface, declared inEJB.qll, has had itsisRemoteandisLocalmethods renamedisDeclaredLocalandisDeclaredRemoteto avoid a name clash.