albertogoffi / toradocu

Toradocu - automated generation of test oracles from Javadoc documentation
Other
42 stars 21 forks source link

Not extracted method in ArithmeticUtils #132

Closed khaeghar closed 7 years ago

khaeghar commented 7 years ago

The ArithmeticUtils class contains the method gcdPositive(int a, int b), which does not appear in the goal file nor is generated by Toradocu.

albertogoffi commented 7 years ago

The method gcdPositive(int, int) is private and is ignored by Toradocu that only considers non-private methods.