Skip to content

Commit

Permalink
deploy: 810c04a
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Oct 30, 2024
1 parent 8275cfb commit d416ea5
Show file tree
Hide file tree
Showing 7 changed files with 11,420 additions and 11,509 deletions.
1,632 changes: 816 additions & 816 deletions qodana/results/descriptions/Code_Inspection.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions qodana/results/metaInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"linter": "QDJVM",
"attributes": {
"deviceId": "200820300000000-b1a5-d275-f8e7-faf9fd093ee8",
"jobUrl": "https://github.com/1c-syntax/bsl-language-server/actions/runs/11543657849",
"jobUrl": "https://github.com/1c-syntax/bsl-language-server/actions/runs/11586482616",
"vcs": {
"sarifIdea": {
"repositoryUri": "https://github.com/1c-syntax/bsl-language-server.git",
"revisionId": "fe793156ab9bbc0f5496e4959880329d88e9f9ba",
"revisionId": "810c04ade64b5948b7509a3183a868c4126104be",
"branch": "develop"
}
},
Expand Down
8 changes: 4 additions & 4 deletions qodana/results/projectStructure/qodana.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Tool: Qodana",
"Organization: JetBrains s.r.o."
],
"created": "2024-10-27T20:47:00Z"
"created": "2024-10-30T03:35:48Z"
},
"packages": [
{
Expand All @@ -27,7 +27,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand All @@ -48,7 +48,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand All @@ -69,7 +69,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand Down
8 changes: 4 additions & 4 deletions qodana/results/projectStructure/thirdPartySoftwareList.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Tool: Qodana",
"Organization: JetBrains s.r.o."
],
"created": "2024-10-27T20:47:00Z"
"created": "2024-10-30T03:35:48Z"
},
"packages": [
{
Expand All @@ -27,7 +27,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand All @@ -48,7 +48,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand All @@ -69,7 +69,7 @@
"checksums": [
{
"algorithm": "SHA1",
"checksumValue": "fe793156ab9bbc0f5496e4959880329d88e9f9ba"
"checksumValue": "810c04ade64b5948b7509a3183a868c4126104be"
}
],
"primaryPackagePurpose": "SOURCE"
Expand Down
33 changes: 1 addition & 32 deletions qodana/results/promo.json
Original file line number Diff line number Diff line change
@@ -1,32 +1 @@
{"version":"3","listProblem":[{
"tool": "Code Inspection",
"category": "Declaration redundancy",
"type": "Default annotation parameter value",
"tags": [
"JAVA"
],
"severity": "High",
"comment": "Redundant default parameter value assignment",
"detailsInfo": "Reports annotation parameters that are assigned to their `default` value.\n\nExample:\n\n\n @interface Test {\n Class<?> expected() default Throwable.class;\n }\n\n @Test(expected = Throwable.class)\n void testSmth() {}\n\nAfter the quick-fix is applied:\n\n\n @Test()\n void testSmth() {}\n",
"sources": [
{
"type": "file",
"path": "src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/BadWordsDiagnostic.java",
"language": "JAVA",
"line": 51,
"offset": 20,
"length": 17,
"code": {
"startLine": 49,
"length": 17,
"offset": 68,
"surroundingCode": " @DiagnosticParameter(\n type = String.class,\n defaultValue = BAD_WORDS_DEFAULT\n )\n private Pattern badWords = CaseInsensitivePattern.compile(BAD_WORDS_DEFAULT);"
}
}
],
"attributes": {
"module": "bsl-language-server.main",
"inspectionName": "DefaultAnnotationParam"
},
"hash": "ca52c609965d4a073ebaadadda63e9fd15661f8c1aeb89baf1f580f7907adac4"
}]}
{"version":"3","listProblem":[]}
Loading

0 comments on commit d416ea5

Please sign in to comment.