Details
Description
This script should generate a complete stacktrace including the call to "doSomething()" and the message, but it only writes "This script or class was runnable but cold not be run."
public class Foo implements Runnable { public Foo() { doSomething(); } public void run() { println("B"); } public doSomething() { println("A"); throw new Exception("A specific Error Message"); } }
Activity
Roshan Dawrani
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
This script should generate a complete stacktrace including the call to "doSomething()" and the message, but it only writes "This script or class was runnable but cold not be run."
public class Foo implements Runnable { public Foo() { doSomething(); } public void run() { println("B"); } public doSomething() { println("A"); throw new Exception("A specific Error Message"); } } |
This script should generate a complete stacktrace including the call to "doSomething()" and the message, but it only writes "This script or class was runnable but cold not be run."
{code} public class Foo implements Runnable { public Foo() { doSomething(); } public void run() { println("B"); } public doSomething() { println("A"); throw new Exception("A specific Error Message"); } } {code} |
blackdrag blackdrag
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Jochen Theodorou [ blackdrag ] | |
| Fix Version/s | 1.7.X [ 15538 ] | |
| Fix Version/s | 1.8-beta-x [ 15750 ] | |
| Resolution | Fixed [ 1 ] |
Paul King
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Paul King
made changes -
| Fix Version/s | 1.8.0 [ 17222 ] | |
| Fix Version/s | 1.7.6 [ 16749 ] | |
| Fix Version/s | 1.7.x [ 15538 ] | |
| Fix Version/s | 1.8.x [ 15750 ] |
Paul King
made changes -
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |