Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: setOnClickListener(new A()); TextView tv=(TextView)findViewById(R.id.tv1); EditText e1=(EditText)findViewById(R.id.uname); EditText e2=(EditText)findViewById(R.id.pass); String DBname="androiddata"; String username="0cool"; String password="chevron"; try { DatabaseHelper con=new DatabaseHelper(); con.connection(DBname,username,password); tv.setText(con.ShowData()); } catch(Exception e) { e.printStackTrace(); tv.setText(e.getMessage()); Source: http://pastebin.com/raw.php?i=7Wa3FHGR
↧