Problem
Suppose have 3 classes named
"A1"
"A2"
"A3"
suppose each contains 3 warnings
Analyse solution console show:
[Warning] A1.MyMethod Line 3: Variable is assigned to itself.
[Warning] A1.MyMethod Line 4: Variable is assigned to itself.
[Warning] A1.MyMethod Line 5: Variable is assigned to itself.
[Warning] A2.MyMethod Line 3: Variable is assigned to itself.
[Warning] A2.MyMethod Line 4: Variable is assigned to itself.
[Warning] A2.MyMethod Line 5: Variable is assigned to itself.
[Warning] A3.MyMethod Line 3: Variable is assigned to itself.
[Warning] A3.MyMethod Line 4: Variable is assigned to itself.
[Warning] A3.MyMethod Line 5: Variable is assigned to itself.
Console show all messages , 9 warning
Support you open Class "A2" in tab
You select menu "Analyze current Item"
Console show only message for the current item (class, window, container control)
[Warning] A2.MyMethod Line 3: Variable is assigned to itself.
[Warning] A2.MyMethod Line 4: Variable is assigned to itself.
[Warning] A2.MyMethod Line 5: Variable is assigned to itself.
Proposed Solution
It's usual when you have many classes and windows for doesn't fill console with warning not in current work
Example Workflow
Alternatives Considered
Who Would This Help?