This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.eclipse.jdt-ecj-3.37.0 in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
discard 3a5efdc1 Bump org.eclipse.jdt:ecj from 3.26.0 to 3.37.0 add 37411f3b Bump github/codeql-action from 3.24.6 to 3.24.7 (#286) add 77f1ff9d Bump actions/setup-java from 4.1.0 to 4.2.1 (#287) add 9c026fe9 Bump actions/checkout from 4.1.1 to 4.1.2 (#285) add c152e932 Checkstyle: Don't allow trailing whitespace add f731ed11 Checkstyle test fixes add 7adeae96 Checkstyle test fixes add 6fc28851 Use Java 5's String#contains() add 96fe4f95 Use better JUnit API add 0f1ffca7 Bump github/codeql-action from 3.24.7 to 3.24.9 (#291) add 202be39e Bump actions/cache from 4.0.1 to 4.0.2 (#292) add 9e4e369e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git add 4ae577cd Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-bcel.git add 6ea7e0e0 Bump org.eclipse.jdt:ecj from 3.26.0 to 3.37.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3a5efdc1) \ N -- N -- N refs/heads/dependabot/maven/org.eclipse.jdt-ecj-3.37.0 (6ea7e0e0) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 10 +- .github/workflows/coverage.yml | 6 +- .github/workflows/maven.yml | 6 +- .github/workflows/scorecards-analysis.yml | 4 +- docs/eps/classloader.fig | 94 +- docs/verifier/V_API_SD.eps | 4682 ++++++++++---------- pom.xml | 1211 ++--- src/conf/checkstyle-suppressions.xml | 5 +- src/conf/checkstyle.xml | 8 +- src/site/xdoc/index.xml | 174 +- src/test/java/org/apache/bcel/HandleTestCase.java | 296 +- .../ConstantPoolModuleToStringTestCase.java | 3 +- .../org/apache/bcel/classfile/UtilityTestCase.java | 46 +- .../java/org/apache/bcel/data/PLSETestClass2.java | 58 +- .../apache/bcel/generic/EmptyVisitorTestCase.java | 16 +- .../java/org/apache/bcel/generic/TypeTestCase.java | 3 +- .../org/apache/bcel/util/ClassPathTestCase.java | 92 +- .../bcel/util/ModularRuntimeImageTestCase.java | 150 +- .../apache/bcel/verifier/JiraBcel369TestCase.java | 4 +- .../org/apache/bcel/verifier/VerifierTestCase.java | 4 +- .../org/apache/bcel/verifier/tests/JvmOpCodes.java | 3 +- .../bcel/verifier/tests/TestReturn03Creator.java | 8 +- src/test/resources/StackMapExample2.java | 24 +- 23 files changed, 3466 insertions(+), 3441 deletions(-)