Below one is extracted from http://www.fortify.com/vulncat/en/vulncat/java/race_condition_format_flaw.html ABSTRACT The methods parse() and format() in java.text.Format contain a design flaw that can cause one user to see another user's data. EXPLANATION The methods parse() and format() in java.text.Format contains a race condition that can cause one user to see another user's data. Example 1: The code below shows how this design flaw can ...