package hello; public class HelloJava { public static void main(String[] args) { {xoo-start-flow:1:1:1}if (true){xoo-end-flow:1:1:1} { {xoo-start-flow:1:1:2}if (true){xoo-end-flow:1:1:2} { {xoo-start-issue:1}if (true){xoo-end-issue:1} { System.out.println("Hello"); } } } } }