File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal
javascript/ql/lib/semmle/javascript/frameworks/data/internal
java/ql/lib/semmle/code/java/dataflow/internal Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ module AccessPath {
42
42
* Parses a lower-bounded interval `n..` and gets the lower bound.
43
43
*/
44
44
bindingset [ arg]
45
- private int parseLowerBound ( string arg ) {
46
- result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( )
47
- }
45
+ int parseLowerBound ( string arg ) { result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( ) }
48
46
49
47
/**
50
48
* Parses an integer constant or interval (bounded or unbounded) that explicitly
Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ module AccessPath {
42
42
* Parses a lower-bounded interval `n..` and gets the lower bound.
43
43
*/
44
44
bindingset [ arg]
45
- private int parseLowerBound ( string arg ) {
46
- result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( )
47
- }
45
+ int parseLowerBound ( string arg ) { result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( ) }
48
46
49
47
/**
50
48
* Parses an integer constant or interval (bounded or unbounded) that explicitly
Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ module AccessPath {
42
42
* Parses a lower-bounded interval `n..` and gets the lower bound.
43
43
*/
44
44
bindingset [ arg]
45
- private int parseLowerBound ( string arg ) {
46
- result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( )
47
- }
45
+ int parseLowerBound ( string arg ) { result = arg .regexpCapture ( "(-?\\d+)\\.\\." , 1 ) .toInt ( ) }
48
46
49
47
/**
50
48
* Parses an integer constant or interval (bounded or unbounded) that explicitly
You can’t perform that action at this time.
0 commit comments