--- sonar-maven-plugin:3.0.2:sonar (default-cli)
SonarQube version: 5.5
private String testingsonar() { Connection con = null;
PreparedStatement ps = null; ResultSet res = null;
String sql = "SELECT stuff from groups where id=?";
String mb = null; try {
con = DbUtil.getInstance().getDefaultConnection();
ps = con.prepareStatement(sql); ps.setLong(1, 3211 );
res = ps.executeQuery();
if (res.next()) { mb = res.getString(1); }
} catch (Exception e) { LOGGER.error( e.getMessage(), e); }
return mb; }--
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/b8349eda-7af6-4f34-b4cc-af5ec3f3809d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--- sonar-maven-plugin:3.0.2:sonar (default-cli)
SonarQube version: 5.5
Java language plugin 3.13.1 installed
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/b7f0a97e-3dea-4196-9f7d-ef1fbedcbd5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.