79826596

Date: 2025-11-21 14:33:03
Score: 3
Natty:
Report link

Best way is to use command line tools .

In the intelliJ IDE, paste the below command:

find . -name "*.java" -exec perl -pi -e 's/\/\*[\s\S]*?\*\/|(?<!:)\/\/.*//g' {} +

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: GOVIND GUPTA