Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
acolyer 9025e8b418 tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. pirms 18 gadiem
..
Driver.java tests for pr62606 - itdcs don't run field initialisers in target type. Largely updates to existing tests to cope with new Lint warning. pirms 18 gadiem
Readme.txt initial version pirms 21 gadiem

Readme.txt

Mode: VM run
Title: Introduce of constructors

This tests if constructor introductions happen at all the places that
they are supposed to happen in the presence of interfaces,
subinterfaces, classes and inheritance.

It DOES NOT test if constructor introductions do not happen at all the
places they should not happen. (That will be a separate test.) Nor
does it test for the special cases when the constructors with the
signatures used in the introductions already exist. (That should be a
separate test.)