Skip to content

Commit 02bf008

Browse files
author
Dave Bartolomeo
committed
Fix formatting
1 parent b11c55f commit 02bf008

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/lib/semmle/code/java/semantic/analysis/ArrayLengthFlow.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ private import RangeUtils
66
private predicate backEdge(SsaPhiNode phi0, SsaVariable v) {
77
semBackEdge(getSemanticSsaVariable(phi0), getSemanticSsaVariable(v), _)
88
}
9+
910
/**
1011
* Holds if `v` is an input to `phi` that is not along a back edge, and the
1112
* only other input to `phi` is a `null` value.

java/ql/lib/semmle/code/java/semantic/analysis/SignAnalysisSpecific.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ private module Impl {
130130
private import semmle.code.java.semantic.SemanticExpr
131131
private import semmle.code.java.semantic.SemanticGuard
132132
private import semmle.code.java.semantic.SemanticSSA
133-
// private import SsaReadPositionCommon
134133

135134
/**
136135
* Holds if `e` is an access to the size of a container (`string`, `Map`, or

0 commit comments

Comments
 (0)