728x90
[오류내용]
Immediately return this expression instead of assigning it to the temporary variable "result".
Local variables should not be declared and then immediately returned or thrown
[해결방법]
return xxxxxAppService.selectList("XXXX.selectHolidayList", paramDto);
728x90
반응형
'IT 인터넷 > 소나큐브' 카테고리의 다른 글
[소나큐브] Source files should not have any duplicated blocks. (0) | 2022.10.18 |
---|---|
[소나큐브] Modifiers should be declared in the correct order. (0) | 2022.10.18 |
[소나큐브] Null pointers should not be dereferenced. (0) | 2022.10.13 |
[소나큐브] Unnecessary imports should be removed. (0) | 2022.10.13 |
[소나큐브] Format specifiers should be used instead of string concatenation. (0) | 2022.10.13 |