Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#MIGRATION_3P_JAVA_ASM__DEFAULT_SERVICE

  - a087e8a1d3a16bff9c533bd800f5978758262248 Update JaCoCo to version 0.8.10 by Evgeny Mandrikov <[email protected]>
  - 0caa0d4214fba986f4b987d0161629238a687dd1 Add support for 'new' after 'invokespecial <init>' (in by... by Eric Bruneton <[email protected]>
  - 579caab5e018bdcbd80ca3601446439f65efd4fb Update SonarQube plugin to latest version. by Eric Bruneton <[email protected]>
  - d70cd319a5a26fd3683ceacc079311b6c3bdb095 Upgrade to Gradle 8.3. by Eric Bruneton <[email protected]>
  - 082e5c985516d5351ba55f337ebb9d3571c5dc53 Increase JVM Metaspace size in an attempt to fix Sonar Gr... by Eric Bruneton <[email protected]>
  - 44ae3de4bfb2aea7e4afe6152bd4b7b8289be9ac Add quotes around jvmargs option. by Eric Bruneton <[email protected]>
  - c890eac5963700541703445d06c62c18e044d671 Fix typo in .gitlab-ci.yml'. by Eric Bruneton <[email protected]>
  - 5d00fe4ea47b17f3d2e981a18ee447d9b1d32de1 Add a getArgumentCount() method in Type. by Eric Bruneton <[email protected]>
  - 10317262ee5f23be4ad8b42f384aebb5d81cad04 Update version number. by Eric Bruneton <[email protected]>
  - af4ee811fde0b14bd7db84aa944a1b3733c37289 Remove an extra space at the end of a line. by Eric Spishak-Thomas <[email protected]>

PiperOrigin-RevId: 574994755
  • Loading branch information
cushon authored and Javac Team committed Oct 20, 2023
1 parent 61bd721 commit 24947c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ public class test/Test implements java/util/List {
// access flags 0x1
// signature <V::Ljava/lang/Runnable;E:Ljava/lang/Error;>(I)V^TE;
// declaration: void g<V extends java.lang.Runnable, E extends java.lang.Error>(int) throws E
public g(I)V throws java/lang/Error
public g(I)V throws java/lang/Error
// parameter foo
}

0 comments on commit 24947c4

Please sign in to comment.