Build failed in Jenkins: Commons-CRYPTO-JDK1.7 #175

2017-02-19 Thread Apache Jenkins Server
See Changes: [sebb] Tab police -- [...truncated 159.06 KB...] ERROR: Could not install MAVEN_3_0_4_HOME java.lang.NullPointerException at hudson.plugins.toole

Re: [text] On the value of idempotent string escape methods?

2017-02-19 Thread Raymond DeCampo
I am trying to see how having the proposed unescape() method leads to an a useful escape method. E.g. clearly unescape("&") would evaluate to "&". So would unescape("&"). That means the proposed escape() method would also have the same output for "&" and "&". I think a better approach f