Skip to content

Commit

Permalink
Add a TODO at the top of FlutterDependencyInspection (#7859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwren authored Dec 17, 2024
1 parent db2f786 commit 2de174b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
import java.util.HashSet;
import java.util.Set;

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

Expand Down

0 comments on commit 2de174b

Please sign in to comment.