summaryrefslogtreecommitdiffstats
path: root/test/038-inner-null
Commit message (Collapse)AuthorAgeFilesLines
* Make our new NullPointerException detail messages more readable to Java ↵Elliott Hughes2012-03-221-1/+1
| | | | | | | | programmers. Two to-dos to-done. Change-Id: I0276dd8b9c062e8e9523cb51defed2c3eda77e2b
* Add detail message to null pointer exceptions.Ian Rogers2012-03-151-1/+1
| | | | | | | Remove redundant location of NPE in detail message of throw NPE for method access as the information is available via the stack. Change-Id: Iee3400c21a0348f6c4e7530b990bc546a80a513c
* Adjust expected line numbers in tests to account for fixed copyright headersBrian Carlstrom2012-01-311-2/+2
| | | | Change-Id: Iac6305eaf67a6857c385b850104534860febbcd0
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
| | | | Change-Id: I5b7bc76a370238d810d78522bd5531600746700f
* Fix exception throwing to support no detail message.Elliott Hughes2011-10-021-1/+0
| | | | | | | (The empty string as a detail message is distinct from a NULL detail message, and is treated differently by Throwable.printStackTrace.) Change-Id: I8c65deac9f18c5782dcf6e72e4c37e6dd4174fe9
* Adding old unit tests to test suite.jeffhao2011-09-293-0/+38
These tests are copied straight over. They'll still run, but they're using the old system. Change-Id: If494519e52ddf858a9febfc55bdae830468cb3c8