Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Component/s: Core
-
Labels:None
-
Environment:java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)
-
Testcase included:yes
-
Number of attachments :
Description
StackOverflowError is thrown when calling toString() on a class B, where B's toString() is defined in a non-public abstract class A which B extends.
Typo, meant to say "StackOverflowError is thrown when calling toString() on a MOCKED class B"