Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: Connection conn = null; Statement stmt=null; ResultSet rs=null; String url = "jdbc:mysql://localhost/"; String dbName = "test"; String driver = "com.mysql.jdbc.Driver"; String userName = "root"; String password = "guestmit"; String abc=request.getParameter("firstName").toString(); Class.forName(driver).newInstance(); conn = DriverManager.getConnection(url+dbName,userName,password); stmt=conn.createSt Source: http://pastie.org/pastes/9583498/download
↧