Conditional dependency graaljs #4
Annotations
27 errors and 1 warning
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();
|
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.
|
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.
|
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')
|
Main Maven build (ubuntu-latest, JDK 11)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Main Maven build (ubuntu-latest, JDK 11)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Main Maven build (ubuntu-latest, JDK 11)
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 (ubuntu-latest, JDK 21)
Process completed with exit code 1.
|
Maven build (macOS-latest, JDK 11)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Maven build (macOS-latest, JDK 11)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (macOS-latest, JDK 11)
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')
|
Maven build (windows-latest, JDK 11)
TypeError: Cannot read properties of undefined (reading 'forEach')
|
Maven build (windows-latest, JDK 11)
Error: Could not generate a snapshot of the dependencies; Cannot read properties of undefined (reading 'forEach')
|
Maven build (windows-latest, JDK 11)
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')
|
Main Maven build (ubuntu-latest, JDK 11)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|