08:bugdel.Bugdel.openEditor(String host, int port, String filePath, int line) method

inserted statement

String file = thisJoinPoint.filePath;
int line = thisJoinPoint.line;
bugdel.Bugdel.openEditor("localhost", 5555, file, line);
System.out.println(thisJoinPoint.location);
Thread.sleep(1000L);
//javax.swing.JOptionPane.showMessageDialog(null,"restart");