зеркало из https://github.com/github/codeql.git
451 B
451 B
lgtm,codescanning
Class.isLocal
has been replaced withClassOrInterface.isLocal
. This is because as of Java 16, interfaces can be declared method-local. Accordingly,LocalClassDeclStmt.getLocalClass
is renamedLocalTypeDeclStmt.getLocalType
and now returns aClassOrInterface
.BusinessInterface
, declared inEJB.qll
, has had itsisRemote
andisLocal
methods renamedisDeclaredLocal
andisDeclaredRemote
to avoid a name clash.