Commit 81f4b71
Reland "Reapply "analyzer: separate unused_element_parameter from unused_element""
This reverts commit b3f31a0.
Reason for revert: Customer tests are now disabled.
Original change's description:
> Revert "Reapply "analyzer: separate unused_element_parameter from unused_element""
>
> This reverts commit b551690.
>
> Reason for revert: flutter customer tests failing: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8738601049545714785/+/u/run_test.dart_for_customer_testing_shard_and_subshard_None/stdout
>
> Original change's description:
> > Reapply "analyzer: separate unused_element_parameter from unused_element"
> >
> > Fixes #49025. Fixes #48401
> >
> > This allows users to blanket ignore unused_element_parameter without
> > ignoring unused_element. They are reported in distinct situations so it
> > is valid to separate them.
> >
> > This reverts commit b888da7.
> >
> > Change-Id: I8ea52fcdcb491c140c1283602d6911c939e78d50
> > Tested: trybots
> > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/381882
> > Reviewed-by: Ben Konyi <[email protected]>
> > Commit-Queue: Samuel Rawlins <[email protected]>
> > Reviewed-by: Brian Wilkerson <[email protected]>
>
> Change-Id: Ie0df2f4be45e5db2fa255dcf8c30ddf8408c155b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/382420
> Bot-Commit: Rubber Stamper <[email protected]>
> Reviewed-by: Matan Lurey <[email protected]>
> Commit-Queue: Samuel Rawlins <[email protected]>
> Reviewed-by: Brian Wilkerson <[email protected]>
> Reviewed-by: Ryan Macnak <[email protected]>
Change-Id: Icbe69690e83daecc5a0649d2f632ffc33ba6394c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/386722
Reviewed-by: Brian Wilkerson <[email protected]>
Reviewed-by: Matan Lurey <[email protected]>
Commit-Queue: Samuel Rawlins <[email protected]>
Reviewed-by: Ben Konyi <[email protected]>1 parent f359a43 commit 81f4b71
File tree
5 files changed
+40
-19
lines changed- pkg
- analysis_server/test/src/services/correction/assist
- analyzer
- lib/src/error
- tool/diagnostics
- runtime/observatory/lib/src/elements
5 files changed
+40
-19
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7632 | 7632 | | |
7633 | 7633 | | |
7634 | 7634 | | |
7635 | | - | |
| 7635 | + | |
7636 | 7636 | | |
7637 | 7637 | | |
7638 | | - | |
7639 | | - | |
7640 | 7638 | | |
7641 | 7639 | | |
7642 | 7640 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27382 | 27382 | | |
27383 | 27383 | | |
27384 | 27384 | | |
27385 | | - | |
27386 | | - | |
27387 | 27385 | | |
27388 | 27386 | | |
27389 | 27387 | | |
| |||
27403 | 27401 | | |
27404 | 27402 | | |
27405 | 27403 | | |
| 27404 | + | |
| 27405 | + | |
| 27406 | + | |
| 27407 | + | |
| 27408 | + | |
| 27409 | + | |
| 27410 | + | |
| 27411 | + | |
| 27412 | + | |
| 27413 | + | |
| 27414 | + | |
| 27415 | + | |
| 27416 | + | |
| 27417 | + | |
| 27418 | + | |
| 27419 | + | |
| 27420 | + | |
| 27421 | + | |
| 27422 | + | |
| 27423 | + | |
27406 | 27424 | | |
27407 | 27425 | | |
27408 | 27426 | | |
| |||
27427 | 27445 | | |
27428 | 27446 | | |
27429 | 27447 | | |
27430 | | - | |
27431 | | - | |
27432 | | - | |
27433 | | - | |
27434 | | - | |
27435 | | - | |
27436 | | - | |
27437 | | - | |
27438 | 27448 | | |
27439 | 27449 | | |
27440 | 27450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23249 | 23249 | | |
23250 | 23250 | | |
23251 | 23251 | | |
23252 | | - | |
23253 | | - | |
23254 | 23252 | | |
23255 | 23253 | | |
23256 | 23254 | | |
| |||
23260 | 23258 | | |
23261 | 23259 | | |
23262 | 23260 | | |
23263 | | - | |
23264 | | - | |
23265 | 23261 | | |
23266 | 23262 | | |
23267 | 23263 | | |
| |||
23281 | 23277 | | |
23282 | 23278 | | |
23283 | 23279 | | |
| 23280 | + | |
| 23281 | + | |
| 23282 | + | |
| 23283 | + | |
| 23284 | + | |
| 23285 | + | |
| 23286 | + | |
| 23287 | + | |
| 23288 | + | |
| 23289 | + | |
| 23290 | + | |
| 23291 | + | |
| 23292 | + | |
| 23293 | + | |
| 23294 | + | |
| 23295 | + | |
| 23296 | + | |
23284 | 23297 | | |
23285 | 23298 | | |
23286 | 23299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2942 | 2942 | | |
2943 | 2943 | | |
2944 | 2944 | | |
2945 | | - | |
| 2945 | + | |
2946 | 2946 | | |
2947 | 2947 | | |
2948 | 2948 | | |
| |||
0 commit comments