File tree Expand file tree Collapse file tree 4 files changed +0
-5
lines changed
main/java/org/sonar/python
test/java/org/sonar/python/semantic/v2 Expand file tree Collapse file tree 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 2424import java .util .HashMap ;
2525import java .util .HashSet ;
2626import java .util .Map ;
27- import java .util .Optional ;
2827import java .util .Set ;
2928import java .util .function .Function ;
3029import java .util .stream .Collectors ;
Original file line number Diff line number Diff line change 2121
2222import java .util .ArrayList ;
2323import java .util .List ;
24- import javax .annotation .Nullable ;
2524import org .sonar .api .Beta ;
2625import org .sonar .plugins .python .api .tree .Name ;
2726import org .sonar .python .tree .NameImpl ;
Original file line number Diff line number Diff line change 2121
2222import java .util .HashMap ;
2323import java .util .Map ;
24- import java .util .Objects ;
2524import java .util .Optional ;
2625import javax .annotation .CheckForNull ;
2726import javax .annotation .Nullable ;
Original file line number Diff line number Diff line change 2121
2222import java .util .Collection ;
2323import java .util .Comparator ;
24- import java .util .HashMap ;
2524import java .util .HashSet ;
2625import java .util .List ;
2726import java .util .Map ;
3130import org .junit .jupiter .api .Disabled ;
3231import org .junit .jupiter .api .Test ;
3332import org .sonar .plugins .python .api .PythonFile ;
34- import org .sonar .plugins .python .api .symbols .Symbol ;
3533import org .sonar .plugins .python .api .tree .AssignmentStatement ;
3634import org .sonar .plugins .python .api .tree .CallExpression ;
3735import org .sonar .plugins .python .api .tree .ClassDef ;
You can’t perform that action at this time.
0 commit comments