Skip to content

Commit

Permalink
CU-86b14j4e0_check-code-security-reports-at-GitHub-for-all-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorres-prowide committed Sep 13, 2024
1 parent 318c4ab commit ba7ccb3
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,7 @@ public static List<Field11T> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -793,6 +794,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field11T cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ public static List<Field29D> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -626,6 +627,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field29D cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ public static List<Field29F> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -626,6 +627,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field29F cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field47E> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field47E cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field49F> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field49F cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ public static List<Field49J> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -445,6 +446,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field49J cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field49K> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field49K cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field49L> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field49L cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field49Z> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field49Z cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public static List<Field71E> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -261,6 +262,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field71E cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public static List<Field78B> getAll(final SwiftTagListBlock block) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line) {
return getLine(line, 0);
}
Expand All @@ -444,6 +445,7 @@ public String getLine(int line) {
* @return line content or null if not present or if line number is above the expected
* @since 7.7
*/
@Override
public String getLine(int line, int offset) {
Field78B cp = newInstance(this);
return getLine(cp, line, null, offset);
Expand Down

0 comments on commit ba7ccb3

Please sign in to comment.