File tree Expand file tree Collapse file tree
csharp/ql/src/Diagnostics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66<overview >
77<p >
8- This is an internal query that finds all compilation errors reported by the C# compiler.</p >
8+ This is an internal query that finds all compilation errors reported by the C# compiler used by the C# extractor .</p >
99</overview >
1010
11- <recommendation >
12- <p >
13- Fix the cause of the compilation error.
14- </p >
15- </recommendation >
16-
1711</qhelp >
Original file line number Diff line number Diff line change 33 * @description A compilation error can cause extraction problems, and could lead to inaccurate results.
44 * @kind problem
55 * @problem.severity recommendation
6- * @precision medium
6+ * @precision high
77 * @id cs/compilation-error
8- * @tags internal
8+ * @tags internal non-attributable
99 */
1010
1111import csharp
Original file line number Diff line number Diff line change 55
66<overview >
77<p >
8- This is an internal query that finds all messages reported by the compiler. This may include both compiler errors and
9- compiler warnings. Compiler errors can lead to inaccurate results and should be fixed.
8+ This is an internal query that finds all messages reported by the C# compiler used by the C# extractor . This may include both compiler errors and
9+ compiler warnings.
1010</p >
1111</overview >
1212
13- <recommendation >
14- <p >
15- Fix the cause of the compilation error.
16- </p >
17- </recommendation >
18-
1913</qhelp >
Original file line number Diff line number Diff line change 33 * @description A message emitted by the compiler, including warnings and errors.
44 * @kind problem
55 * @problem.severity recommendation
6- * @precision medium
6+ * @precision high
77 * @id cs/compilation-message
8- * @tags internal
8+ * @tags internal non-attributable
99 */
1010
1111import csharp
Original file line number Diff line number Diff line change 55 * to inaccurate results.
66 * @kind problem
77 * @problem.severity recommendation
8- * @precision medium
8+ * @precision high
99 * @id cs/extraction-error
10- * @tags internal
10+ * @tags internal non-attributable
1111 */
1212
1313import csharp
Original file line number Diff line number Diff line change @@ -13,6 +13,4 @@ Extractor errors can lead to inaccurate results.
1313</p >
1414</overview >
1515
16- <recommendation ></recommendation >
17-
1816</qhelp >
Original file line number Diff line number Diff line change 33 * @description An error message reported by the extractor. This could lead to inaccurate results.
44 * @kind problem
55 * @problem.severity recommendation
6- * @precision medium
6+ * @precision high
77 * @id cs/extraction-message
8- * @tags internal
8+ * @tags internal non-attributable
99 */
1010
1111import csharp
You can’t perform that action at this time.
0 commit comments