| Issue 3: | userParams.isEmpty() used in peptideConsensus | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
List<UserParam> userParams = peptideCon.getUserParam();
if (userParams.isEmpty()) {
………….
}
What is the expected output? What do you see instead?
isEmpty() returns the outcome of isNonEmpty()
What version of the product are you using? On what operating system?
jmzquntml 1.0.0-1.0.5, Windows 7.
Please provide any additional information below.
Example in the personal communication with Da on 18/07/2015.
|