Song Wang
Song Wang
Hi, Our tool found the following suspicious code in: `src/org/swiftp/CmdNLST.java` In Line 35: `public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000;`...
Hi, Our tool found the following suspicious code in: `src/org/swiftp/CmdLIST.java` In Line 38: `public final static long MS_IN_SIX_MONTHS = 6 * 30 * 24 * 60 * 60 * 1000;`...
My tool has scanned the whole codebase of WALA and found there are six practice issues of string comparison, in which strings are compared by using `==/!=` instead of `equals(...