-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube Developer Edition Version 9.5.0 (build 56709) -
what are you trying to achieve
Wer are trying to analyse a Swift source code, it’s giving as ERROR: String is not parsed for IOS Xcode 14.2 version
We have a piece of code that looks like this:
Error says it is on line 102, but is the closing parenthesis .
Please help us to resolve the issue, or the version needs to be upgraded
ERROR: String is not parsed (file PlusHome/HomeAwareness/Device/DeviceSelection/VZHADeviceSelectionApiModel.swift, line 102)
92: self?.navigation.setSetupStatus(setupStatus: VZHASetupState.incomplete)
93: completionHandler?(true)
94: }.onFailure { failureResponse in
95: completionHandler?(false)
96: VZLogger.log(.homeAwareness,
97: logLevel: .error,
98: message: LogConstants.APIError.updateHASetupState + failureResponse.message)
99:
100: }
101: }
102: }
^
103: }