[DAS] Fixes renaming constructor invocation on annotation
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
if (parent case Annotation(Changes to `index.dart` should be paired with changes to `index_test.dart`, providing full coverage for the new logic.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Changes to `index.dart` should be paired with changes to `index_test.dart`, providing full coverage for the new logic.
I've updated the tests that failed. They already covered the changes.
PTAL again. Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
107 9:2 |A| IS_INVOKED_BYThese changes don't make sense.
Class name is referenced.
Constructors (in annotation) are invoked.
Classes cannot be invoked.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
107 9:2 |A| IS_INVOKED_BYThese changes don't make sense.
Class name is referenced.
Constructors (in annotation) are invoked.
Classes cannot be invoked.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
107 9:2 |A| IS_INVOKED_BYThese changes don't make sense.
Class name is referenced.
Constructors (in annotation) are invoked.
Classes cannot be invoked.
Also, these changes are potentially breaking. If there's a refactoring that's looking for all the places a class `IS_REFERENCED_BY`, then it will no longer find these locations.
I haven't tried running all of the `analyzer` and `analysis_server` tests with these changes patched in. I don't know whether you have, but it would be worth a try.
But there's a bigger question. As far as I can tell this didn't add any information to the index, just changed the relationship being recorded in a few places. So why did that help?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |