I am getting the error:
java.lang.IllegalArgumentException: Cannot handle method. It is not a valid getter or setter and does not have an implementation supplied. Signature: public abstract ...
in a unit test run with ActiveObjectsJUnitRunner. The project is an Atlassian Jira plugin with Active Objects.
The problem was that some my colleague wrote the getter as:
while it should have been:
The result must be a plain array, ActiveObjects do not support collection getters!