Skip to content

Commit a0d9672

Browse files
Seppli11sonartech
authored andcommitted
SONARPY-3560 Add package-info to dynamicstubs package (#697)
GitOrigin-RevId: 9ea6767ea40e51cd6edd27b6e6b58f9c9e5a3513
1 parent 9c2ddd6 commit a0d9672

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* SonarQube Python Plugin
3+
* Copyright (C) 2011-2025 SonarSource Sàrl
4+
* mailto:info AT sonarsource DOT com
5+
*
6+
* This program is free software; you can redistribute it and/or
7+
* modify it under the terms of the Sonar Source-Available License Version 1, as published by SonarSource SA.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12+
* See the Sonar Source-Available License for more details.
13+
*
14+
* You should have received a copy of the Sonar Source-Available License
15+
* along with this program; if not, see https://sonarsource.com/license/ssal/
16+
*/
17+
@ParametersAreNonnullByDefault
18+
package org.sonar.python.semantic.v2.dynamicstubs;
19+
20+
import javax.annotation.ParametersAreNonnullByDefault;
21+

python-frontend/src/main/java/org/sonar/python/semantic/v2/types/TrivialTypeInferenceVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,4 +808,4 @@ private static void setTypeToName(@Nullable Tree tree, @Nullable PythonType type
808808
name.typeV2(type);
809809
}
810810
}
811-
}
811+
}

0 commit comments

Comments
 (0)