Dead Store False Positive
- Lingua principale
- OCaml
- Stelle
- 15.7k
- Fork
- 2.1k
- Merge medio
- 19h 36m
- PR unite (30g)
- 13
Descrizione
There are a lot of false positives about `Dead Store` in our project
infer 1.0.0
macOS 10.15
XCode 11.7
```
#719
Yach/Yach/AppDelegate.m:777: error: Dead Store
The value written to &clientName (type NSString*) is never used.
775. case NIMKickReasonByClient:
776. case NIMKickReasonByClientManually:{
777. NSString *clientName = [YACHClientUtil clientNameWithResult:result];
^
778. reason = clientName.length ? [YachDependenciesLocalized ClickedOfLineFormat:clientName] : YachDependenciesLocalized.ClickedOfLineKeepSafe;
779. break;
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.