반응형 SonarLint 썸네일형 리스트형 SonarLint로 정적 test 중 나오는 Warning 정리(2) -Make this field 'private' and encapsulate it in a 'public' property. : Public fields in public classes do not respect the encapsulation principle and has three main disadvantages: public static class안의 static 변수들을 private로 바꿔달라는 말이다. private으로 바꿔도 변하는것은 없다. 그저 가독성의 이유인듯? -Change the visibility of 'auxiliaryFunctionReq' or make it 'const' or 'readonly'. : A static field that is neither constant .. 더보기 SonarLint로 정적 test 중 나오는 Warning 정리(1) -Naming Rule에 따른 Warning pascal case naming rule에 따르라고한다. ex) 경고 S101 Rename struct 'Msgadapter2SIM_FAULT_STRUCT' to match pascal case naming rules, consider using 'Msgadapter2SimFaultStruct'. MC_SIMULATOR -Remove this unnecessary 'using'. 어플리케이션 Producing하는데 아무런 변화가 없지만, 지우기를 권고한다. -Remove this conditional structure or edit its code blocks so that they're not all the same. : Having all branches.. 더보기 이전 1 다음