Isaac Neher
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
Isaac Neher created a post, AnsweredHow to keep comment on same line as annotation when reformatting code
I have a annotated java method like @SuppressWarnings("PMD") // Explanation of why we are suppressing PMD warningspublic void foo() { // do something} Whenever I reformat the code it changes it ...