Skip to content

Java: add summary model for UnsupportedOperationException(String) constructor #12739

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

Merged
merged 5 commits into from
Apr 11, 2023

Conversation

jcogs33
Copy link
Contributor

@jcogs33 jcogs33 commented Apr 1, 2023

Description

  • Adds a summary model and test case for java.lang.UnsupportedOperationException#UnsupportedOperationException(String). This is a top-100 JDK API but was missed in the original modeling of the top JDK APIs due to slight shifting of usage numbers.
  • Removes a duplicate of java.util.stream.Stream#forEach(Consumer) from the topJdkApiName predicate.
  • Updates the top JDK APIs test case for the GeneratedVsManualCoverage query to include the new UnsupportedOperationException(String) model.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2023

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

java

Generated file changes for java

  • Changes to framework-coverage-java.rst:
-    Java Standard Library,``java.*``,3,667,152,36,,,9,,,12
+    Java Standard Library,``java.*``,3,668,152,36,,,9,,,12
-    Totals,,232,9043,1683,164,6,10,113,33,1,118
+    Totals,,232,9044,1683,164,6,10,113,33,1,118
  • Changes to framework-coverage-java.csv:
- java.lang,16,,90,,,,,,,,,,,,8,,,,,3,,4,,,1,,,,,,,,,,,,,,,,55,35
+ java.lang,16,,91,,,,,,,,,,,,8,,,,,3,,4,,,1,,,,,,,,,,,,,,,,55,36

@jcogs33 jcogs33 force-pushed the jcogs33/add-one-more-top500-model branch from eeef56a to 6a103f5 Compare April 6, 2023 14:22
@jcogs33 jcogs33 marked this pull request as ready for review April 6, 2023 14:25
@jcogs33 jcogs33 requested a review from a team as a code owner April 6, 2023 14:25
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2023

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

java

Generated file changes for java

  • Changes to framework-coverage-java.rst:
-    Java Standard Library,``java.*``,3,671,165,38,,,9,,,13
+    Java Standard Library,``java.*``,3,672,165,38,,,9,,,13
-    Totals,,232,9056,1712,169,6,10,113,33,1,123
+    Totals,,232,9057,1712,169,6,10,113,33,1,123
  • Changes to framework-coverage-java.csv:
- java.lang,18,,90,,,,,,,,,,,,8,,,,,5,,4,,,1,,,,,,,,,,,,,,,,55,35
+ java.lang,18,,91,,,,,,,,,,,,8,,,,,5,,4,,,1,,,,,,,,,,,,,,,,55,36

@jcogs33 jcogs33 merged commit b7c7449 into github:main Apr 11, 2023
@jcogs33 jcogs33 deleted the jcogs33/add-one-more-top500-model branch April 11, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants