albertogoffi / toradocu

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

wrong interpretation of "this" (+incompatible types) #115

Open bjkeller opened 7 years ago

bjkeller commented 7 years ago

A @param tag for method net.sf.freecol.server.ai.AIMessage.askIndianDemand(-) says Null if this is the initial demand, true/false if this is a response. The generated condition is target==true, which interprets the "this" in the condition text as the receiver