Changes between Initial Version and Version 1 of Ticket #2289
- Timestamp:
- Jul 20, 2018 11:16:59 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2289 – Description
initial v1 5 5 After import (I open the directory in the IDE), trying to run the `build` task in Gradle results in 2 failing tests due to NPEs: 6 6 7 #Class net.i2p.crypto.eddsa.math.GroupElementTest8 ##doubleScalarMultiplyVariableTimeReturnsExpectedResult7 == Class net.i2p.crypto.eddsa.math.GroupElementTest 8 === doubleScalarMultiplyVariableTimeReturnsExpectedResult 9 9 10 10 {{{ … … 60 60 }}} 61 61 62 ##testDoubleScalarMultiplyVariableTime62 === testDoubleScalarMultiplyVariableTime 63 63 {{{ 64 64 java.lang.NullPointerException