Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
5.0.6
-
None
Description
After doing some exploratory testing this actually is a problem and can be reproduced with the following test page:
public class TestPrefixMethod
{
@InjectPage
private TestPrefixMethod2 _otherPage;
@PlusOne
public int getValue()
}
@PlusOne is a test annotation that simply returns the method value + 1. When you call getValue() it should return 1 but instead you get an exception:
java.lang.NoSuchFieldError: _otherPage