]> source.dussan.org Git - sonarqube.git/blob
12e97d112282cdf03e672a9b6a9aa1c51a73d706
[sonarqube.git] /
1 <p>
2 A String function is being invoked and "." is being passed
3 to a parameter that takes a regular expression as an argument. Is this what you intended?
4 For example
5 s.replaceAll(".", "/") will return a String in which <em>every</em>
6 character has been replaced by a / character.
7 </p>