Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LineRange and LineRangeList from analysis-model #815

Merged
merged 1 commit into from
Sep 28, 2023

Add `LineRange` and `LineRangeList` from analysis-model.

1ae357e
Select commit
Loading
Failed to load commit list.
Merged

Add LineRange and LineRangeList from analysis-model #815

Add `LineRange` and `LineRangeList` from analysis-model.
1ae357e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 21, 2023 in 5s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 111 in src/main/java/edu/hm/hafner/util/LineRangeList.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method LineRangeList.addAll(..) could be confused with overloaded method
addAll
, since dispatch depends on static types.

Check notice on line 15 in src/test/java/edu/hm/hafner/util/LineRangeListTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Unused classes and interfaces Note test

Unused class: LineRangeListTest is not referenced within this codebase. If not used as an external API it should be removed.