This is the sample on how to replace certain implementation of the method with the other one using regular expressions. // search pattern: \{[\w/;\s\|\.]+\} // replace to: \{\nthrow new UnsupportedOperationException\(\);\n\}
Geek's blog about software and other stuff
This is the sample on how to replace certain implementation of the method with the other one using regular expressions. // search pattern: \{[\w/;\s\|\.]+\} // replace to: \{\nthrow new UnsupportedOperationException\(\);\n\}