-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt to Java 17 and 21 #72
Conversation
public interface Capturable | ||
{ | ||
/** | ||
* Activate capturing | ||
*/ | ||
public void capture(); | ||
void capture(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove this? I always found this notation inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sonar complains about this. Interface methods are public by default.
src/main/java/org/itsallcode/junit/sysextensions/security/ExitTrapException.java
Outdated
Show resolved
Hide resolved
…TrapException.java Co-authored-by: Sebastian Bär <[email protected]>
Quality Gate passedIssues Measures |
Fixes #68