codewtf...
Nov. 21st, 2008 09:23 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
static String constructSomeKindOfShitRenamedForSecurityFormatString() { StringBuffer sbuf = new StringBuffer(); sbuf.append("INPUT_FILE=").append("%s,"); sbuf.append("SUCCESS_OUTPUT_FILE=").append("%s,"); sbuf.append("FAIL_OUTPUT_FILE=").append("%s,"); sbuf.append("DURATION_SEC=").append("%d,"); sbuf.append("TEMPLATE_FILE=").append("%s"); return sbuf.toString(); }
(no shit; colleagues, you can find this code using cs)
no subject
Date: 2008-11-21 05:30 pm (UTC)no subject
Date: 2008-11-21 06:21 pm (UTC)no subject
Date: 2008-11-21 06:40 pm (UTC)no subject
Date: 2008-11-21 06:44 pm (UTC)PS: Тупой я какой-то... единственная security, которая в данном случае мне приходит в голову - это job security.