Piotr Wendykier (a90e4ff0) at 30 Nov 18:32
Merge branch 'wilbur' into 'develop'
... and 8 more commits
Moved FloatingPointAsserts.java to new package testutils in test (to eliminate dependency on JUnit in main).
Moved FloatingPointAsserts.java to new package testutils in test (to eliminate dependency on JUnit in main).
I supplied the missing JavaDoc comment to the module declaration - pls. check and edit. Same in JTransforms ...
Javadoc Warnings
C:\NetBeansProjects\visnow.org\JLargeArrays\src\main\java\module-info.java:1: warning: no comment
module org.visnow.jlargearrays {
^
1 warning
All changes done now.
Understood. Eventually a better solution might be to move the class to a separate artifact that gets imported for testing only.
I don't want to maintain two copies of this class.
No problem, but consider that this creates a transitive dependency on JUnit4 for all downstream projects. Would it be an option to just duplicate that class in JSciC (tests)?
Piotr Wendykier (f8c58ede) at 30 Nov 12:37
Updated JLargeArrays to version 1.8-SNAPSHOT
Please revert these changes. This class is used in JSciC project.
sun.misc.Cleaner is not used in the current version of JLargeArrays.
Moved FloatingPointAsserts.java to new package testutils in test (to eliminate dependency on JUnit in main).
Moved FloatingPointAsserts.java to new package testutils in test (to eliminate dependency on JUnit in main).
JLargeArrays 1.7 has been released.
Piotr Wendykier (d4f8de61) at 30 Nov 11:15