122123124125126127128129
+ (numComments == -1 ? "NULL" : numComments) + "," + (numCodeDuplications == -1 ? "NULL" : numCodeDuplications) + "," + (numFiles == -1 ? "NULL" : numFiles) + ")"); conn.disconnect(); } }
313233343536373839
conn.SQLUpdate("insert into test_stats (version , ncovl) values (" + idVersion + " , " + (numLines.equals("") ? "NULL" : numLines) + ")"); conn.disconnect(); } }
182183184185186187188189190191192
deleteDirectory(path); System.out.println("Directories deleted"); } conn.disconnect(); } long checkoutProject(String url, String user, String password, String destPath) throws SVNException {
165166167168169170171172173
System.err .println("Findbugs error skipped because of lack of info"); } } conn.disconnect(); } }