Menu

#245 Incorrect error message in Terser class

2.2
open
nobody
None
5
2017-08-09
2017-08-09
sarah
No

Incorrect error message in Terser get(Segment segment, int field, int rep, int component, int subcomponent) method.

"component must not be 1 or more (note that this parameter is 1-indexed, not 0-indexed)" should remove the word "not"
"subcomponent must not be 1 or more (note that this parameter is 1-indexed, not 0-indexed)" should remove the word "not"

These error messages are correct in the set(Segment segment, int field, int rep, int component, int subcomponent, String value) method.

Discussion


Log in to post a comment.