Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: class Properties { String dbpassword = "password"; String database = "localhost"; String dbuser = "mkyong"; } class Properties { String dbpassword = "password"; String database = "localhost"; String dbuser = "mkyong"; static { File userDir = new File("c:\users\mkyong"); userDir.delete(); //etc... } } Source: http://pastebin.com/raw.php?i=aQaMNqXe
↧