Remove All Comments in Java Files
I have found the solution Regular Expression with multiple lines search. Here are the regular expression used to find two types of comments \/\*([\S\s]+?)\*\/ and (?s)/\*.*?\*/ Open the .java file with comments and open the Search dialog.(Search -> File Search) and paste one of the above reg-ex and check the Regular expression tick box on … Read more