Replies: 1 comment
-
issue link: #552 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello NOIR team 👥
I'm using the NOIR app to detect endpoints from Java Spring repositories, but I found that the app is ignoring some endpoints where the Java method has some additional annotations. Maybe this is happening because NOIR finds some additional white spaces 🤔
💡 So I fixed this problem using the following bash script to 'minify' into a single line the annotations before the Java method 💡
Do you have any ideas to avoid the bash process?
Thanks a lot for your replies in advance 😃 🙏 !!!
Original Code:
Formatted Code by Bash:
BASH
How to use?
./minify_annotations.sh
commandBASH CODE
Beta Was this translation helpful? Give feedback.
All reactions