-
Notifications
You must be signed in to change notification settings - Fork 3
/
lintOutput.txt
109 lines (109 loc) · 18.2 KB
/
lintOutput.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated by JetBrains Inspect Code 2020.2.4 -->
<Report ToolsVersion="202.0.20200928.101108">
<Information>
<Solution>CheckLinkCLI2\CheckLinkCLI2.sln</Solution>
<InspectionScope>
<Element>Solution</Element>
</InspectionScope>
</Information>
<IssueTypes>
<IssueType Id="ClassNeverInstantiated.Global" Category="Potential Code Quality Issues" CategoryId="CodeSmell" SubCategory="Class is never instantiated" Description="Class is never instantiated: Non-private accessibility" Severity="SUGGESTION" Global="True" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=ClassNeverInstantiated.Global" />
<IssueType Id="ConditionIsAlwaysTrueOrFalse" Category="Redundancies in Code" CategoryId="CodeRedundancy" Description="Expression is always 'true' or always 'false'" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=ConditionIsAlwaysTrueOrFalse" />
<IssueType Id="ConvertClosureToMethodGroup" Category="Language Usage Opportunities" CategoryId="LanguageUsage" Description="Convert lambda expression to method group" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=ConvertClosureToMethodGroup" />
<IssueType Id="ConvertIfStatementToConditionalTernaryExpression" Category="Language Usage Opportunities" CategoryId="LanguageUsage" Description="'if' statement can be re-written as '?:' expression" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=ConvertIfStatementToConditionalTernaryExpression" />
<IssueType Id="ConvertToUsingDeclaration" Category="Language Usage Opportunities" CategoryId="LanguageUsage" Description="Convert to 'using' declaration" Severity="SUGGESTION" />
<IssueType Id="FieldCanBeMadeReadOnly.Local" Category="Common Practices and Code Improvements" CategoryId="BestPractice" SubCategory="Field can be made readonly" Description="Field can be made readonly: Private accessibility" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=FieldCanBeMadeReadOnly.Local" />
<IssueType Id="InconsistentNaming" Category="Constraints Violations" CategoryId="ConstraintViolation" Description="Inconsistent Naming" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=InconsistentNaming" />
<IssueType Id="InvalidXmlDocComment" Category="Potential Code Quality Issues" CategoryId="CodeSmell" Description="Invalid XML documentation comment" Severity="WARNING" />
<IssueType Id="MemberCanBePrivate.Global" Category="Common Practices and Code Improvements" CategoryId="BestPractice" SubCategory="Member can be made private" Description="Member can be made private: Non-private accessibility" Severity="SUGGESTION" Global="True" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=MemberCanBePrivate.Global" />
<IssueType Id="NotAccessedField.Compiler" Category="Compiler Warnings" CategoryId="CompilerWarnings" Description="Non-accessed field" Severity="WARNING" />
<IssueType Id="NotAccessedVariable" Category="Redundancies in Symbol Declarations" CategoryId="DeclarationRedundancy" Description="Non-accessed local variable" Severity="WARNING" />
<IssueType Id="PossibleNullReferenceException" Category="Potential Code Quality Issues" CategoryId="CodeSmell" Description="Possible 'System.NullReferenceException'" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=PossibleNullReferenceException" />
<IssueType Id="RedundantAssignment" Category="Redundancies in Code" CategoryId="CodeRedundancy" Description="Assignment is not used" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=RedundantAssignment" />
<IssueType Id="RedundantDefaultMemberInitializer" Category="Redundancies in Symbol Declarations" CategoryId="DeclarationRedundancy" Description="Redundant member initializer" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=RedundantDefaultMemberInitializer" />
<IssueType Id="RedundantNameQualifier" Category="Redundancies in Code" CategoryId="CodeRedundancy" Description="Redundant name qualifier" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=RedundantNameQualifier" />
<IssueType Id="RedundantStringInterpolation" Category="Redundancies in Code" CategoryId="CodeRedundancy" Description="Redundant string interpolation" Severity="SUGGESTION" />
<IssueType Id="RedundantTypeArgumentsOfMethod" Category="Redundancies in Code" CategoryId="CodeRedundancy" Description="Redundant type arguments of method" Severity="WARNING" />
<IssueType Id="TooWideLocalVariableScope" Category="Common Practices and Code Improvements" CategoryId="BestPractice" Description="Local variable has too wide declaration scope" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=TooWideLocalVariableScope" />
<IssueType Id="UnknownCssClass" Category="Potential Code Quality Issues" CategoryId="CodeSmell" Description="Unknown CSS class" Severity="WARNING" />
<IssueType Id="UnusedAutoPropertyAccessor.Global" Category="Potential Code Quality Issues" CategoryId="CodeSmell" SubCategory="Auto-property accessor is never used" Description="Auto-property accessor is never used: Non-private accessibility" Severity="WARNING" Global="True" />
<IssueType Id="UnusedMember.Global" Category="Redundancies in Symbol Declarations" CategoryId="DeclarationRedundancy" SubCategory="Type member is never used" Description="Type member is never used: Non-private accessibility" Severity="SUGGESTION" Global="True" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=UnusedMember.Global" />
<IssueType Id="UnusedVariable" Category="Redundancies in Symbol Declarations" CategoryId="DeclarationRedundancy" Description="Unused local variable" Severity="WARNING" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=UnusedVariable" />
<IssueType Id="UseObjectOrCollectionInitializer" Category="Language Usage Opportunities" CategoryId="LanguageUsage" Description="Use object or collection initializer when possible" Severity="SUGGESTION" WikiUrl="https://www.jetbrains.com/resharperplatform/help?Keyword=UseObjectOrCollectionInitializer" />
</IssueTypes>
<Issues>
<Project Name="CheckLinkCLI2">
<Issue TypeId="ConvertToUsingDeclaration" File="CheckLinkCLI2\FileReader.cs" Offset="440-445" Line="17" Message="Convert to 'using' declaration" />
<Issue TypeId="UseObjectOrCollectionInitializer" File="CheckLinkCLI2\FileReader.cs" Offset="703-706" Line="23" Message="Use collection initializer" />
<Issue TypeId="MemberCanBePrivate.Global" File="CheckLinkCLI2\FileReader.cs" Offset="1477-1483" Line="46" Message="Method 'IsValidIgnorePattern' can be made private" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\FileReader.cs" Offset="1560-1567" Line="48" Message="Value assigned is not used in any execution path" />
<Issue TypeId="NotAccessedVariable" File="CheckLinkCLI2\FileReader.cs" Offset="1586-1598" Line="49" Message="Local variable 'validPattern' is only assigned but its value is never used" />
<Issue TypeId="ConvertIfStatementToConditionalTernaryExpression" File="CheckLinkCLI2\FileReader.cs" Offset="1976-1978" Line="61" Message="Convert to '?:' expression" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\FileReader.cs" Offset="2017-2026" Line="62" Message="Destination has the same value before assignment" />
<Issue TypeId="RedundantNameQualifier" File="CheckLinkCLI2\FileReader.cs" Offset="2877-2884" Line="85" Message="Qualifier is redundant" />
<Issue TypeId="InvalidXmlDocComment" File="CheckLinkCLI2\FileReader.cs" Offset="3100-3103" Line="94" Message="Cannot resolve parameter 'url'" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\FileReader.cs" Offset="3135-3146" Line="95" Message="Name 'WriteToJSON' does not match rule 'Methods'. Suggested name is 'WriteToJson'." />
<Issue TypeId="InvalidXmlDocComment" File="CheckLinkCLI2\FileReader.cs" Offset="3154-3158" Line="95" Message="Parameter 'file' has no matching param tag in the XML comment for CheckLinkCLI2.FileReader.WriteToJSON (but other parameters do)" />
<Issue TypeId="ConvertToUsingDeclaration" File="CheckLinkCLI2\FileReader.cs" Offset="3517-3522" Line="102" Message="Convert to 'using' declaration" />
<Issue TypeId="UnknownCssClass" File="CheckLinkCLI2\index2.html" Offset="10-14" Line="1" Message="Unknown CSS class 'font'" />
<Issue TypeId="FieldCanBeMadeReadOnly.Local" File="CheckLinkCLI2\JsonApi.cs" Offset="215-229" Line="11" Message="Field can be made readonly" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\JsonApi.cs" Offset="342-359" Line="14" Message="Name 'telescopePostsUrl' does not match rule 'Constant fields (private)'. Suggested name is 'TelescopePostsUrl'." />
<Issue TypeId="FieldCanBeMadeReadOnly.Local" File="CheckLinkCLI2\JsonApi.cs" Offset="428-438" Line="16" Message="Field can be made readonly" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\JsonApi.cs" Offset="693-700" Line="23" Message="Value assigned is not used in any execution path" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\JsonApi.cs" Offset="889-894" Line="29" Message="Value assigned is not used in any execution path" />
<Issue TypeId="UnusedVariable" File="CheckLinkCLI2\JsonApi.cs" Offset="1103-1115" Line="36" Message="Local variable 'randomNumber' is never used" />
<Issue TypeId="UnusedVariable" File="CheckLinkCLI2\JsonApi.cs" Offset="1230-1235" Line="38" Message="Local variable 'links' is never used" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\JsonApi.cs" Offset="2097-2108" Line="67" Message="Value assigned is not used in any execution path" />
<Issue TypeId="UnusedAutoPropertyAccessor.Global" File="CheckLinkCLI2\Models\Link.cs" Offset="152-156" Line="8" Message="Auto-property accessor is never used" />
<Issue TypeId="UnusedAutoPropertyAccessor.Global" File="CheckLinkCLI2\Models\Link.cs" Offset="202-206" Line="10" Message="Auto-property accessor is never used" />
<Issue TypeId="UnusedAutoPropertyAccessor.Global" File="CheckLinkCLI2\Models\Link.cs" Offset="248-252" Line="11" Message="Auto-property accessor is never used" />
<Issue TypeId="UnusedAutoPropertyAccessor.Global" File="CheckLinkCLI2\Models\Link.cs" Offset="289-293" Line="12" Message="Auto-property accessor is never used" />
<Issue TypeId="ClassNeverInstantiated.Global" File="CheckLinkCLI2\Models\Telescope.cs" Offset="93-102" Line="5" Message="Class 'Telescope' is never instantiated" />
<Issue TypeId="UnusedAutoPropertyAccessor.Global" File="CheckLinkCLI2\Models\Telescope.cs" Offset="177-181" Line="8" Message="Auto-property accessor is never used" />
<Issue TypeId="UnusedMember.Global" File="CheckLinkCLI2\Models\Telescope.cs" Offset="244-247" Line="11" Message="Property 'Url' is never used" />
<Issue TypeId="ClassNeverInstantiated.Global" File="CheckLinkCLI2\Program.cs" Offset="135-142" Line="8" Message="Class 'Program' is never instantiated" />
<Issue TypeId="MemberCanBePrivate.Global" File="CheckLinkCLI2\Program.cs" Offset="195-201" Line="12" Message="Method 'IsDebug' can be made private" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="728-735" Line="30" Message="Name 'version' does not match rule 'Static readonly fields (not private)'. Suggested name is 'Version'." />
<Issue TypeId="MemberCanBePrivate.Global" File="CheckLinkCLI2\Program.cs" Offset="805-811" Line="31" Message="Field 'json' can be made private" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="841-845" Line="31" Message="Name 'json' does not match rule 'Static readonly fields (not private)'. Suggested name is 'Json'." />
<Issue TypeId="MemberCanBePrivate.Global" File="CheckLinkCLI2\Program.cs" Offset="903-909" Line="32" Message="Field 'ignore' can be made private" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="939-945" Line="32" Message="Name 'ignore' does not match rule 'Static readonly fields (not private)'. Suggested name is 'Ignore'." />
<Issue TypeId="MemberCanBePrivate.Global" File="CheckLinkCLI2\Program.cs" Offset="1005-1011" Line="33" Message="Field 'api' can be made private" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="1041-1044" Line="33" Message="Name 'api' does not match rule 'Static readonly fields (not private)'. Suggested name is 'Api'." />
<Issue TypeId="UnusedMember.Global" File="CheckLinkCLI2\Program.cs" Offset="1141-1159" Line="35" Message="Field 'CommandLineOptions' is never used" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="1371-1381" Line="43" Message="Name 'FileReader' does not match rule 'Local variables'. Suggested name is 'fileReader'." />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\Program.cs" Offset="1430-1441" Line="44" Message="Name 'LinkChecker' does not match rule 'Local variables'. Suggested name is 'linkChecker'." />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="2094-2102" Line="60" Message="Type argument specification is redundant" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="2333-2341" Line="64" Message="Type argument specification is redundant" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="2401-2409" Line="64" Message="Type argument specification is redundant" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="2999-3007" Line="76" Message="Type argument specification is redundant" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="3626-3634" Line="94" Message="Type argument specification is redundant" />
<Issue TypeId="RedundantStringInterpolation" File="CheckLinkCLI2\Program.cs" Offset="3697-3698" Line="96" Message="Redundant string interpolation" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="4177-4185" Line="110" Message="Type argument specification is redundant" />
<Issue TypeId="ConvertClosureToMethodGroup" File="CheckLinkCLI2\Program.cs" Offset="4630-4640" Line="118" Message="Convert to method group" />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\Program.cs" Offset="6626-6634" Line="154" Message="Type argument specification is redundant" />
<Issue TypeId="UnusedVariable" File="CheckLinkCLI2\Program.cs" Offset="6708-6712" Line="156" Message="Local variable 'link' is never used" />
<Issue TypeId="NotAccessedField.Compiler" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="293-300" Line="14" Message="Field 'counter' is assigned but its value is never used" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="335-346" Line="15" Message="Name 'goodCounter' does not match rule 'Static field (private)'. Suggested name is '_goodCounter'." />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="348-358" Line="15" Message="Name 'badCounter' does not match rule 'Static field (private)'. Suggested name is '_badCounter'." />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="360-374" Line="15" Message="Name 'unknownCounter' does not match rule 'Static field (private)'. Suggested name is '_unknownCounter'." />
<Issue TypeId="RedundantDefaultMemberInitializer" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="375-378" Line="15" Message="Initializing field by default value is redundant" />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="417-419" Line="16" Message="Name 'fr' does not match rule 'Instance fields (private)'. Suggested name is '_fr'." />
<Issue TypeId="InconsistentNaming" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="479-491" Line="17" Message="Name 'supportFlags' does not match rule 'Instance fields (private)'. Suggested name is '_supportFlags'." />
<Issue TypeId="RedundantTypeArgumentsOfMethod" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="1707-1715" Line="56" Message="Type argument specification is redundant" />
<Issue TypeId="InvalidXmlDocComment" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="2047-2058" Line="66" Message="Parameter 'supportFlag' has no matching param tag in the XML comment for CheckLinkCLI2.WebLinkChecker.GetAllEndPointWithUri (but other parameters do)" />
<Issue TypeId="TooWideLocalVariableScope" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="2235-2245" Line="72" Message="Local variable 'statusCode' can be declared in inner scope" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="2854-2859" Line="84" Message="Value assigned is not used in any execution path" />
<Issue TypeId="RedundantAssignment" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="3551-3556" Line="97" Message="Value assigned is not used in any execution path" />
<Issue TypeId="ConditionIsAlwaysTrueOrFalse" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="4029-4047" Line="107" Message="Expression is always true" />
<Issue TypeId="PossibleNullReferenceException" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="4737-4753" Line="122" Message="Possible 'System.NullReferenceException'" />
<Issue TypeId="InvalidXmlDocComment" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="5823-5826" Line="149" Message="Cannot resolve parameter 'url'" />
<Issue TypeId="InvalidXmlDocComment" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="5919-5923" Line="151" Message="Parameter 'file' has no matching param tag in the XML comment for CheckLinkCLI2.WebLinkChecker.GetLinkDetails (but other parameters do)" />
<Issue TypeId="TooWideLocalVariableScope" File="CheckLinkCLI2\WebLinkChecker.cs" Offset="5982-5992" Line="154" Message="Local variable 'statusCode' can be declared in inner scope" />
</Project>
<Project Name="CheckLinkCLITest">
<Issue TypeId="TooWideLocalVariableScope" File="CheckLinkCLITest\FileReaderTest.cs" Offset="609-619" Line="22" Message="Local variable 'linkInLine' can be declared in inner scope" />
</Project>
</Issues>
</Report>