Method setTimeSlice's behaviour doesn't correspond to what mentions in Javadoc

Issue #25 resolved
Manuel Luque created an issue

When method setTimeSlice() of class Variable is invoked over a variable whose name doesn't contain [] it converts the base name to null.

For example, try the next code:

Variable variableQoL = new Variable("QoL"); variableQoL.setTimeSlice(0);

The name of variableQoL is then "null [0]".

I don't want to modify the method because I don't know if the error is in the Javadoc or instead in the Java code.

Comments (2)

  1. Log in to comment