API test compilation failure
----------------------------

                 Key: JDO-704
                 URL: https://issues.apache.org/jira/browse/JDO-704
             Project: JDO
          Issue Type: Bug
          Components: api
    Affects Versions: JDO 3 maintenance release 1 (3.1)
            Reporter: Michelle Caisse
             Fix For: JDO 3 maintenance release 1 (3.1)


On building API:
Compiling 33 source files to C:\jdo_newest\api\target\test-classes
------------------------------------------------------------------------
[ERROR]BUILD FAILURE
------------------------------------------------------------------------
Compilation failure
javax/jdo/stub/StubPMF.java:[554,9] method does not override a method from its 
superclass

The problem appears to be that this method does not return a value:
        public Collection<Class> getManagedClasses() {
                throw new UnsupportedOperationException("not implemented");
        }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to