mirror of
https://github.com/github/codeql.git
synced 2026-07-16 00:38:15 +02:00
19 lines
1.8 KiB
Plaintext
19 lines
1.8 KiB
Plaintext
#select
|
|
| invalid1.js:3:5:3:18 | this.state.foo | Use `setState` instead of directly modifying component state. |
|
|
| invalid2.js:3:5:3:26 | this.st ... on.name | Use `setState` instead of directly modifying component state. |
|
|
| invalid3.js:3:5:3:32 | this.st ... e.first | Use `setState` instead of directly modifying component state. |
|
|
| invalid4.js:3:5:3:32 | this.st ... e.first | Use `setState` instead of directly modifying component state. |
|
|
| invalid4.js:4:5:4:31 | this.st ... me.last | Use `setState` instead of directly modifying component state. |
|
|
| invalid5.js:6:5:6:32 | that.st ... e.first | Use `setState` instead of directly modifying component state. |
|
|
| invalid6.js:5:30:5:45 | this.state.title | Use `setState` instead of directly modifying component state. |
|
|
| invalid7.js:5:35:5:50 | this.state.title | Use `setState` instead of directly modifying component state. |
|
|
testFailures
|
|
| invalid1.js:3:5:3:18 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid2.js:3:5:3:26 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid3.js:3:5:3:32 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid4.js:3:5:3:32 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid4.js:4:5:4:31 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid5.js:6:5:6:32 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid6.js:5:30:5:45 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|
|
| invalid7.js:5:35:5:50 | Use `setState` instead of directly modifying component state. | Unexpected result: Alert |
|