[Improvement][*] Improvement the code reported by sonar
See original GitHub issue
Top Results From Across the Web
Successful adoption of SonarQube to improve code quality
Improving quality within SonarSource. Our CEO Olivier Gaudin likes to talk about how we improved our own code quality using SonarQube. The story ......
Read more >Clean as you code - SonarQube Documentation
Clean as you code is an approach to code quality that eliminates many of the challenges that come with traditional approaches.
Read more >How To Improve Code Quality With SonarQube
But today, I'll introduce a tool for improving code quality that brings ... You can look at the report in the SonarQube GUI...
Read more >How to improve your code using SonarQube - Java PDF Blog
Here we show you how you can use it to improve your code. ... This processes and manages code analysis reports and provides...
Read more >What needs improvement with SonarQube? - PeerSpot
There can be some performance degradation if we are applying Sonar Link to large code or code that is complex. When the code...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Sorry to reply to you so late, I have already passed @yangyichao-mango , this issue is recommended for you to complete, thank you very much for your participation
It is suggested that we should analyze which ones need to be modified according to sonar’s suggestions, which do not need to be modified according to sonar’s suggestions, and which need to be modified to implement the code.
For example: some bugs don’t exist originally, but they will be recognized as bugs by sonar due to an extra keyword written in the code. However, sonar’s suggestions sometimes suggest us to adapt these changes rather than revert them.
建议我们应该分析一遍哪些是需要根据sonar的建议修改,哪些不需要根据sonar的建议修改,哪些需要去改实现代码。
举例:有些bug是原本不存在的,但是由于编写代码时多写了一个关键字,就会被sonar识别成为bug。但是sonar的修改建议有时候会让我们去适配这些改动,而不是revert这些改动。
If you are interested in these, welcome to submit a pr and fix them~