Issue 3: userParams.isEmpty() used in peptideConsensus
Status:  New
Owner: ----
Reported by sam.zhan...@gmail.com, Jul 18, 2015
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.