-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* issue #161: made packages all lower case * issue #161: replaced @RequestMapping with @GetMapping, @PostMapping, @PutMapping, @DeleteMapping * issue #161: fixed log statements, squid:S3457 * issue #161: fixed some more easy sonar issues
- Loading branch information
1 parent
ecd5392
commit 36db4fb
Showing
124 changed files
with
643 additions
and
596 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...dee/sonarQuest/SonarQuestApplication.java → ...dee/sonarquest/SonarQuestApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...arQuest/configurations/SwaggerConfig.java → ...arquest/configurations/SwaggerConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../sonarQuest/configurations/WebConfig.java → .../sonarquest/configurations/WebConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../sonarQuest/constants/AdventureState.java → .../sonarquest/constants/AdventureState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.viadee.sonarQuest.constants; | ||
package com.viadee.sonarquest.constants; | ||
|
||
public enum AdventureState { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../sonarQuest/constants/PermissionType.java → .../sonarquest/constants/PermissionType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...adee/sonarQuest/constants/QuestState.java → ...adee/sonarquest/constants/QuestState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.viadee.sonarQuest.constants; | ||
package com.viadee.sonarquest.constants; | ||
|
||
public enum QuestState { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...iadee/sonarQuest/constants/SkillType.java → ...iadee/sonarquest/constants/SkillType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.viadee.sonarQuest.constants; | ||
package com.viadee.sonarquest.constants; | ||
|
||
public enum SkillType { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.