-
Notifications
You must be signed in to change notification settings - Fork 9
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
Refactor Main.java #161
Refactor Main.java #161
Conversation
Does anyone know why the sonarCloud thinks there is a bug when I only refactored the code? |
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.
I can't approve this before some changes are made.
fshould fix the old pull request denial on refactor main
pom.xml
Outdated
@@ -8,7 +8,7 @@ | |||
<artifactId>haze</artifactId> | |||
<version>2.0.1-SNAPSHOT</version> | |||
<properties> | |||
<maven.compiler.release>19</maven.compiler.release> | |||
<maven.compiler.release>21</maven.compiler.release> |
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.
Changing the java version in pom.xml might have some implications for other parts of the code. Both CI pipeline and release pipeline are using java 19 now when building the code.
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.
…com/fungover/haze into 115-refactor-main-OldPullRequst-Fix
fix versions from old pull request
Replaced by #182 |
Refactored Main-class