mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02: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.