source:
src/test/java/agents/nastyagent/BadSuperInit.java@
126
Last change on this file since 126 was 1, checked in by , 6 years ago | |
---|---|
File size: 167 bytes |
Line | |
---|---|
1 | package agents.nastyagent; |
2 | |
3 | |
4 | public class BadSuperInit extends NastyAgent { |
5 | |
6 | public BadSuperInit() { |
7 | throw new NullPointerException("just throwing for fun"); |
8 | } |
9 | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.