Matthew Brown
|
03ea94e087
|
Improve handling of do blocks
|
2018-11-10 14:06:31 -05:00 |
|
Matthew Brown
|
c4fd6aa18d
|
Allow break/continue inside do
|
2018-07-05 21:03:44 -04:00 |
|
Matt Brown
|
6287f52dd5
|
Fix loop analysis for byref vars, likely performance hit
|
2018-07-02 16:44:32 -04:00 |
|
Matthew Brown
|
bca3b1797c
|
Fix #852 - improve handling of variables updated in do conditional
|
2018-06-30 12:56:42 -04:00 |
|
Matthew Brown
|
5ed062257b
|
Allow dead code detection to capture last do checks
|
2018-06-30 11:08:51 -04:00 |
|
Matthew Brown
|
e3ae1bf26f
|
Fix #15 - check for uncaught throws if config flag is set
|
2018-06-22 01:13:49 -04:00 |
|
Matthew Brown
|
fa51c39902
|
Improve dead code analysis of switch statements
|
2018-06-16 21:54:44 -04:00 |
|
Matthew Brown
|
61aeea6375
|
Fix whole bunches of things
|
2018-05-07 01:26:06 -04:00 |
|
Matt Brown
|
4873228e52
|
Fix #561 - add all the do-defined vars before checking loop
|
2018-03-08 11:17:27 -05:00 |
|
Matt Brown
|
1df4c3d196
|
Add DocblockTypeContradiction to find possible issues with docblock types
Fixes #491
|
2018-02-06 18:44:53 -05:00 |
|
Matt Brown
|
d88eadbb0e
|
Fix #486 - skip first reconciliation in loop checker for do stmts
|
2018-02-06 11:07:52 -05:00 |
|
Matt Brown
|
8747d78c39
|
Suppress RedundantCondition when analysing first loop of do
Ref #486
|
2018-02-05 17:29:13 -05:00 |
|
Matt Brown
|
c7b2ae4e0e
|
Fix do while nullability issue
|
2018-01-29 17:18:03 -05:00 |
|
Matthew Brown
|
44b8b22995
|
Improve checks for unused variables and params
|
2018-01-28 17:28:34 -05:00 |
|
Matt Brown
|
75fd14c492
|
Fix long line
|
2018-01-25 14:19:22 -05:00 |
|
Matt Brown
|
450618cc35
|
Treat do expression as statements plus loop
|
2018-01-25 13:46:17 -05:00 |
|
Matthew Brown
|
ea28ee709d
|
Improve unused variable detection slightly
|
2018-01-25 01:04:26 -05:00 |
|
Matthew Brown
|
68b00ea49a
|
Add automatic fix for PossiblyUndefinedVariable
|
2018-01-21 16:24:20 -05:00 |
|
Matthew Brown
|
bd6e4a09bd
|
Refactor to break up too-large-files
|
2018-01-14 12:09:40 -05:00 |
|