File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change @@ -42,9 +42,7 @@ module AccessPath {
4242 * Parses a lower-bounded interval `n..` and gets the lower bound.
4343 */
4444 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 ( ) }
4846
4947 /**
5048 * 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 {
4242 * Parses a lower-bounded interval `n..` and gets the lower bound.
4343 */
4444 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 ( ) }
4846
4947 /**
5048 * 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 {
4242 * Parses a lower-bounded interval `n..` and gets the lower bound.
4343 */
4444 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 ( ) }
4846
4947 /**
5048 * Parses an integer constant or interval (bounded or unbounded) that explicitly
You can’t perform that action at this time.
0 commit comments