qjx378 / wenku

使用spring boot+Libroffice+swftools实现的一个类似百度文库的实例
MIT License
130 stars 77 forks source link

immediately return instead of declaring a local variable #3

Closed xuejiangtao closed 5 years ago

xuejiangtao commented 5 years ago

@qjx378 hello, I have used your project, and want do some contribution to improve the Code Quality for your project with Sonarqube. This PR is that Local Variables should not be declared and then immediately returned or thrown. Declaring a variable only to immediately return or throw it is a bad practice. https://rules.sonarsource.com/java/RSPEC-1488