File tree Expand file tree Collapse file tree 6 files changed +1
-7
lines changed
python-checks/src/main/java/org/sonar/python/checks
python-frontend/src/main/java/org/sonar Expand file tree Collapse file tree 6 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 9393 <sonar .version>9.9.1.69595</sonar .version>
9494 <sonar .orchestrator.version>5.0.0.2065</sonar .orchestrator.version>
9595 <sonar .api.version>10.1.0.809</sonar .api.version>
96- <sonar-analyzer-commons .version>2.7 .0.1482 </sonar-analyzer-commons .version>
96+ <sonar-analyzer-commons .version>2.12 .0.2964 </sonar-analyzer-commons .version>
9797 <sonarlint-core .version>8.18.0.70939</sonarlint-core .version>
9898 <sslr .version>1.23</sslr .version>
9999 <protobuf .version>3.25.1</protobuf .version>
Original file line number Diff line number Diff line change 5353import org .sonar .plugins .python .api .tree .Tree ;
5454import org .sonar .python .api .PythonKeyword ;
5555import org .sonar .python .checks .utils .CheckUtils ;
56- import org .sonar .python .tree .DictCompExpressionImpl ;
5756import org .sonar .python .tree .TreeUtils ;
5857
5958@ Rule (key = "S2190" )
Original file line number Diff line number Diff line change 2121
2222import java .util .List ;
2323import javax .annotation .Nullable ;
24- import org .sonar .python .tree .DictCompExpressionImpl ;
2524
2625/**
2726 * Default implementation of {@link TreeVisitor}.
Original file line number Diff line number Diff line change 1919 */
2020package org .sonar .plugins .python .api .tree ;
2121
22- import org .sonar .python .tree .DictCompExpressionImpl ;
23-
2422public interface TreeVisitor {
2523
2624 void visitFileInput (FileInput fileInput );
Original file line number Diff line number Diff line change 3131import org .sonar .plugins .python .api .tree .Parameter ;
3232import org .sonar .plugins .python .api .tree .Tree ;
3333import org .sonar .plugins .python .api .tree .TypeAnnotation ;
34- import org .sonar .python .tree .DictCompExpressionImpl ;
3534
3635/**
3736 * Read (i.e. non-binding) usages have to be visited in a second phase.
Original file line number Diff line number Diff line change 6060import org .sonar .plugins .python .api .tree .TypeParams ;
6161import org .sonar .plugins .python .api .tree .WithItem ;
6262import org .sonar .python .semantic .SymbolUtils ;
63- import org .sonar .python .tree .DictCompExpressionImpl ;
6463
6564import static org .sonar .python .semantic .SymbolUtils .boundNamesFromExpression ;
6665
You can’t perform that action at this time.
0 commit comments