Skip to content

Commit 2de174b

Browse files
authored
Add a TODO at the top of FlutterDependencyInspection (#7859)
1 parent db2f786 commit 2de174b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

flutter-idea/src/io/flutter/inspections/FlutterDependencyInspection.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929
import java.util.HashSet;
3030
import java.util.Set;
3131

32+
/**
33+
* This LocalInspectionTool provides the banner on the top of the editor that
34+
* <p>
35+
* TODO(jwren) resolve and document why this is a LocalInspectionTool instead of a EditorNotificationProvider, the UX to the end user seems
36+
* to be the same, and not require a PsiFile.
37+
*/
3238
public class FlutterDependencyInspection extends LocalInspectionTool {
3339
private final Set<String> myIgnoredPubspecPaths = new HashSet<>(); // remember for the current session only, do not serialize
3440

0 commit comments

Comments
 (0)