Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: / public class Impleemn extends UnicastRemoteObject implements InterfaceC { Connection conn = null; String url = "jdbc:mysql://localhost/"; String dbName = "jdbc"; String driver = "com.mysql.jdbc.Driver"; String userName = "root"; String password = "password"; Statement st=null; ResultSet rs=null; public Impleemn() throws java.rmi.RemoteException { super(); try { Class.forName(driver).newInstance(); Source: http://pastie.org/pastes/9722316/download
↧