This website requires JavaScript.
Explore
Help
Register
Sign In
infernap12
/
jdk
Watch
1
Star
0
Fork
0
You've already forked jdk
mirror of
https://github.com/openjdk/jdk.git
synced
2026-06-13 22:15:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jdk
/
test
/
langtools
/
tools
/
javac
/
sealed
History
Liam Miller-Cushon
bd9b24c0f8
8349512: Duplicate PermittedSubclasses entries with doclint enabled
...
Reviewed-by: vromero
2025-02-07 19:43:33 +00:00
..
erroneous_hierarchy
8319987: compilation of sealed classes leads to infinite recursion
2023-11-16 16:41:58 +00:00
T8258662
…
BinaryCompatibilityTests.java
8345804: Update copyright year to 2024 for langtools in files where it was missed
2024-12-12 12:06:27 +00:00
CheckSubtypesOfSealedTest.java
8345804: Update copyright year to 2024 for langtools in files where it was missed
2024-12-12 12:06:27 +00:00
MissingPermittedSubtypes.java
8300543: Compiler Implementation for Pattern Matching for switch
2023-05-22 04:24:06 +00:00
PrivateMembersInPermitClause.java
8338981: Access to private classes should be permitted inside the permits clause of the enclosing top-level class
2024-10-31 15:25:42 +00:00
SealedCompilationTests.java
8347562: javac crash due to type vars in permits clause
2025-01-15 14:09:14 +00:00
SealedDiffConfigurationsTest.java
8349512: Duplicate PermittedSubclasses entries with doclint enabled
2025-02-07 19:43:33 +00:00
SealedErrorPositions.java
8316470: Incorrect error location for "invalid permits clause" depending on file order
2023-10-24 12:18:33 +00:00
ValidateJarWithSealedAndRecord.java
…