| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove repeated newlines at the end of files. | Carl Shapiro | 2010-06-08 | 1 | -1/+0 |
| | | | | | Change-Id: I1e3d103a7b932ef21acedb6438c0f26b315df28f | ||||
| * | Corrected behavior of Constructor.newInstance on abstract classes. | Andy McFadden | 2009-04-30 | 1 | -0/+1 |
| | | | | | | | | | The VM now throws an exception when somebody tries to create an instance of an abstract class through a Constructor object. It also ensures that the class is initialized before attempting to create an instance. This change adds some Constructor tests to the 042-new-instance VM test. | ||||
| * | Automated import from //branches/master/...@142221,142221 | Andy McFadden | 2009-03-24 | 1 | -0/+20 |
