Skip to content
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

Closed
wants to merge 7 commits into from
Closed

Refactor Main.java #161

wants to merge 7 commits into from

Conversation

jLereback
Copy link
Contributor

Refactored Main-class

@jLereback jLereback linked an issue Feb 20, 2023 that may be closed by this pull request
@jLereback
Copy link
Contributor Author

Does anyone know why the sonarCloud thinks there is a bug when I only refactored the code?

Copy link
Contributor

@kappsegla kappsegla left a 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.

src/main/java/org/fungover/haze/Main.java Outdated Show resolved Hide resolved
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>
Copy link
Contributor

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot from 2024-02-01 18-43-25

.github/workflows/maven.yml Show resolved Hide resolved
.github/workflows/release.yml Show resolved Hide resolved
.github/workflows/sonar.yml Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Show resolved Hide resolved
@fungover fungover deleted a comment from sonarcloud bot Feb 2, 2024
@kappsegla
Copy link
Contributor

Replaced by #182

@kappsegla kappsegla closed this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor Main
4 participants