Create maven.yml #1
Annotations
75 errors
ProgressCheckTest.testImportedPathDelegation:
api/src/test/java/net/adamcin/oakpal/api/ProgressCheckTest.java#L84
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
ViolationTest.testToJson:
api/src/test/java/net/adamcin/oakpal/api/ViolationTest.java#L109
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
Maven build (ubuntu-latest, JDK 21)
Process completed with exit code 1.
|
ProgressCheckTest.testImportedPathDelegation:
api/src/test/java/net/adamcin/oakpal/api/ProgressCheckTest.java#L84
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
ViolationTest.testToJson:
api/src/test/java/net/adamcin/oakpal/api/ViolationTest.java#L109
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
Maven build (macOS-latest, JDK 21)
Process completed with exit code 1.
|
CheckSpecTest.testInlineScript:
core/src/test/java/net/adamcin/oakpal/core/CheckSpecTest.java#L316
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadProgressCheck:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L70
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadFromCheckSpecs_singleInline:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L129
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
OakpalPlanTest.testToOakMachineBuilder:
core/src/test/java/net/adamcin/oakpal/core/OakpalPlanTest.java#L548
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScanTest.testScriptHandler:
core/src/test/java/net/adamcin/oakpal/core/ScanTest.java#L111
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L73
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory_unregisteredEngine:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L92
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGetResourceBundleBaseName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L552
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGuardHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L499
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byURL:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L193
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsFilename:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L142
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsDefined:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L173
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGetCheckName_throws:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L134
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsRepositoryException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L518
Unexpected exception, expected<javax.jcr.RepositoryException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L186
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L526
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_noExt:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L163
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testScriptProgressCheckFactory_newInstance:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L207
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
Main Maven build (ubuntu-latest, JDK 11)
Process completed with exit code 1.
|
ProgressCheckTest.testImportedPathDelegation:
api/src/test/java/net/adamcin/oakpal/api/ProgressCheckTest.java#L84
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
ViolationTest.testToJson:
api/src/test/java/net/adamcin/oakpal/api/ViolationTest.java#L109
Cannot call abstract real method on java object!
Calling real methods is only possible when mocking non abstract method.
//correct example:
when(mockOfConcreteClass.nonAbstractMethod()).thenCallRealMethod();
|
Maven build (windows-latest, JDK 21)
Process completed with exit code 1.
|
CheckSpecTest.testInlineScript:
core/src/test/java/net/adamcin/oakpal/core/CheckSpecTest.java#L316
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadProgressCheck:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L70
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadFromCheckSpecs_singleInline:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L129
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
OakpalPlanTest.testToOakMachineBuilder:
core/src/test/java/net/adamcin/oakpal/core/OakpalPlanTest.java#L548
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScanTest.testScriptHandler:
core/src/test/java/net/adamcin/oakpal/core/ScanTest.java#L111
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L73
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory_unregisteredEngine:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L92
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGetResourceBundleBaseName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L552
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGuardHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L499
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byURL:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L193
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsFilename:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L142
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsDefined:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L173
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGetCheckName_throws:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L134
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsRepositoryException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L518
Unexpected exception, expected<javax.jcr.RepositoryException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L186
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L526
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_noExt:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L163
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testScriptProgressCheckFactory_newInstance:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L207
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
Maven build (windows-latest, JDK 11)
Process completed with exit code 1.
|
Maven build (ubuntu-latest, JDK 17)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Maven build (ubuntu-latest, JDK 17)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (ubuntu-latest, JDK 17)
Failed to generate a dependency snapshot, check logs for more details, Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (macOS-latest, JDK 17)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Maven build (macOS-latest, JDK 17)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (macOS-latest, JDK 17)
Failed to generate a dependency snapshot, check logs for more details, Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (windows-latest, JDK 17)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Maven build (windows-latest, JDK 17)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (windows-latest, JDK 17)
Failed to generate a dependency snapshot, check logs for more details, Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
CheckSpecTest.testInlineScript:
core/src/test/java/net/adamcin/oakpal/core/CheckSpecTest.java#L316
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadProgressCheck:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L70
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
LocatorTest.testLoadFromCheckSpecs_singleInline:
core/src/test/java/net/adamcin/oakpal/core/LocatorTest.java#L129
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
OakpalPlanTest.testToOakMachineBuilder:
core/src/test/java/net/adamcin/oakpal/core/OakpalPlanTest.java#L548
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScanTest.testScriptHandler:
core/src/test/java/net/adamcin/oakpal/core/ScanTest.java#L111
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L73
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateInlineScriptCheckFactory_unregisteredEngine:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L92
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGetResourceBundleBaseName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L552
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGuardHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L499
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byURL:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L193
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsFilename:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L142
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_checkNameIsDefined:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L173
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testGetCheckName_throws:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L134
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsRepositoryException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L518
Unexpected exception, expected<javax.jcr.RepositoryException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_unregisteredEngine_byName:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L186
Unexpected exception, expected<net.adamcin.oakpal.core.ScriptProgressCheck$UnregisteredScriptEngineNameException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testGuardSessionHandler_throwsOtherException:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L526
Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.UnsupportedClassVersionError>
|
ScriptProgressCheckTest.testCreateScriptCheckFactory_noExt:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L163
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
ScriptProgressCheckTest.testScriptProgressCheckFactory_newInstance:
core/src/test/java/net/adamcin/oakpal/core/ScriptProgressCheckTest.java#L207
com/oracle/truffle/js/scriptengine/GraalJSEngineFactory has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
|
Maven build (macOS-latest, JDK 11)
Process completed with exit code 1.
|