STAMP-project / evosuite-ramp

Runtime test AMPlification (RAMP) implements novel features for automatic test generation. It is built on top of EvoSuite.
https://www.stamp-project.eu
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Removed the usage of `javafx.util.Pair` and replace it with a simple int array. #8

Closed CoolTomatos closed 5 years ago

CoolTomatos commented 5 years ago

Because openjdk has problem with javafx, see AdoptOpenJDK/openjdk-build#577, I removed all usage of Pair so that EvoSuite and Botsing can be built successfully.

plz review @pderakhshanfar