mirror of
https://github.com/github/codeql.git
synced 2026-03-04 22:56:47 +01:00
559 B
559 B
category
| category |
|---|
| minorAnalysis |
- Java classes
MethodAccess,LValueandRValuewere renamed toMethodCall,VarWriteandVarReadrespectively, along with related predicates and class names. The old names remain usable for the time being but are deprecated and should be replaced. - New class
NewClassExprwas added to represent specifically an explicitnew ClassName(...)invocation, in contrast toClassInstanceExprwhich also includes expressions that implicitly instantiate classes, such as defining a lambda or taking a method reference.