mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
795 B
795 B
0.8.2
Minor Analysis Improvements
-
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. -
Added up to date models related to Spring Framework 6's
org.springframework.http.ResponseEntity. -
Added models for the following packages:
- com.alibaba.fastjson2
- javax.management
- org.apache.http.client.utils