Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Compiler fixes changing serialization signature of generated .class files

As a consequence of fixes for the following bugs, the shape of some .class
files generated for local innerclasses may be affected, and thus
invalidating some serialized objects against previous versions of the same
.class files. Note that these changes are fairly cosmetic, but since
serialization is quite sensitive to compiler internals, we want to flag it
early.

29636 First anonymous type should be named X$1
27413 Should we reject that code?




Back to the top