--Email : seetesh....@capgemini.com
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/4141f65f-58f4-4331-89c9-d642b300646a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Tibor Blenessy | SonarSource
SonarJava Developer
package com.cg;
public class tttt {
private static final String AANGESLOTEN_ORGANISATIES = "Aangesloten organisaties";
String message = "foo";
private String foo() {
return message;
}
private void uncoveredMethod() {
System.out.println("uncoveredMethod Method message called in foo() = "+foo());
Cat newcat = new Cat();
System.out.println("uncoveredMethod before callcat - cat");
newcat.setName("catty");
newcat.setLocation("mumbai");
callcat(newcat);
System.out.println("uncoveredMethod before callcat - dog");
Dog dog = new Dog();
dog.setEmpno(11);
dog.setSurname("doggyismaddy");
callcat(dog);
}
private void callcat(Cat ct) {
String a = ct.getName();
String b = ct.getLocation();
String AAAAAHHJHJHJAHHH = "Twenty@777dd$$$$";
changePassword(AAAAAHHJHJHJAHHH);
}
private void callcat(Dog dg) {
String aaa = "dddd";
}
private void changePassword(String pass) {
int aa = pass.length();
System.out.println("pass length "+aa);
}
private void test(final String setingaa, String setnew) {
}
private void test(int ttttfinal, final String aaaasetingaa, String aaasetnew) {
}
private static void seet() {
String newpass = AANGESLOTEN_ORGANISATIES;
newpass = newpass + "ddd";
}
public static void main(String args[]) {
tttt t = new tttt();
t.uncoveredMethod();
}
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/0a10e0d6-8493-4cd3-9ae7-728fb9bf4dad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.