-
Notifications
You must be signed in to change notification settings - Fork 160
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
Fix sonar cloud 2020 03 06 #2897
Conversation
...e/src/main/java/org/eclipse/kapua/broker/core/plugin/authentication/AuthenticationLogic.java
Outdated
Show resolved
Hide resolved
commons/src/main/java/org/eclipse/kapua/commons/event/ServiceInspector.java
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## develop #2897 +/- ##
=============================================
+ Coverage 57.79% 58.01% +0.21%
- Complexity 2596 2601 +5
=============================================
Files 1061 1069 +8
Lines 22874 22858 -16
Branches 2028 2023 -5
=============================================
+ Hits 13221 13260 +39
+ Misses 8710 8657 -53
+ Partials 943 941 -2
|
6fea97e
to
c3a8a50
Compare
.../src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/eclipse/kapua/commons/configuration/AbstractKapuaConfigurableService.java
Show resolved
Hide resolved
.../main/java/org/eclipse/kapua/commons/service/event/store/internal/EventStoreServiceImpl.java
Outdated
Show resolved
Hide resolved
commons/src/main/java/org/eclipse/kapua/commons/setting/system/SystemSetting.java
Outdated
Show resolved
Hide resolved
console/core/src/main/java/org/eclipse/kapua/app/console/core/client/ChangePasswordDialog.java
Outdated
Show resolved
Hide resolved
.../src/main/resources/org/eclipse/kapua/app/console/core/servlet/throwable_error_template.html
Outdated
Show resolved
Hide resolved
.../main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountAddDialog.java
Outdated
Show resolved
Hide resolved
3efcdb4
to
a8c7544
Compare
Hey @lorthirk, just a heads up: I have noticed that the headers are not updated to current year (2020). Because this is a stall PR i suggest to update the header year right before the merge, to avoid changing them multiple times in case the PR is prolonged into 2021. |
This PR is going to be merged in a few days, if not hours. I will try to update all the headers for the modified files if I find a quick way to do that. |
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
a8c7544
to
c57bbc4
Compare
This PR fixes some issues (more than 500) on SonarCloud.
The most notable change here is the removal of the Type Parameter in
KapuaQuery
Related Issue
No related issues