Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: =new List(5); add(la1); populate(); validate(); } public void populate(){ String host = "jdbc:derby://localhost:1527/DIRECTORY"; String username = "directory"; String password = "admin"; try(Connection con = DriverManager.getConnection( host, username, password )){ Statement stmt = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY); String SQL = "SELECT * FROM DIRECTORY"; Source: http://pastebin.com/raw.php?i=ePErhkSs
↧