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

InvokeArgumentValidator changes #865

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from

Merge branch 'develop' into invk-arg-validator

24672be
Select commit
Loading
Failed to load commit list.
Draft

InvokeArgumentValidator changes #865

Merge branch 'develop' into invk-arg-validator
24672be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 1, 2024 in 1s

19.48% of diff hit (target 69.88%)

View this Pull Request on Codecov

19.48% of diff hit (target 69.88%)

Annotations

Check warning on line 165 in sootup.core/src/main/java/sootup/core/typehierarchy/TypeHierarchy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/typehierarchy/TypeHierarchy.java#L165

Added line #L165 was not covered by tests

Check warning on line 168 in sootup.core/src/main/java/sootup/core/typehierarchy/TypeHierarchy.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/typehierarchy/TypeHierarchy.java#L168

Added line #L168 was not covered by tests

Check warning on line 98 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 159 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L159

Added line #L159 was not covered by tests

Check warning on line 182 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L182

Added line #L182 was not covered by tests

Check warning on line 209 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L209

Added line #L209 was not covered by tests

Check warning on line 232 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L232

Added line #L232 was not covered by tests

Check warning on line 255 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L255

Added line #L255 was not covered by tests

Check warning on line 278 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L278

Added line #L278 was not covered by tests

Check warning on line 301 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L301

Added line #L301 was not covered by tests

Check warning on line 328 in sootup.core/src/main/java/sootup/core/types/PrimitiveType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/types/PrimitiveType.java#L328

Added line #L328 was not covered by tests

Check warning on line 47 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L47

Added line #L47 was not covered by tests

Check warning on line 50 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 54 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L54

Added line #L54 was not covered by tests

Check warning on line 60 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 63 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L63

Added line #L63 was not covered by tests

Check warning on line 67 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L67

Added line #L67 was not covered by tests

Check warning on line 69 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L69

Added line #L69 was not covered by tests

Check warning on line 71 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L71

Added line #L71 was not covered by tests

Check warning on line 76 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L76

Added line #L76 was not covered by tests

Check warning on line 79 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 87 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L87

Added line #L87 was not covered by tests

Check warning on line 92 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L92

Added line #L92 was not covered by tests

Check warning on line 95 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L95

Added line #L95 was not covered by tests

Check warning on line 103 in sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sootup.core/src/main/java/sootup/core/validation/InvokeArgumentValidator.java#L103

Added line #L103 was not covered by tests