Skip to content

Commit

Permalink
deploy: 834cf38
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 25, 2024
1 parent 45738f4 commit cd36115
Show file tree
Hide file tree
Showing 7 changed files with 1,925 additions and 1,925 deletions.
736 changes: 368 additions & 368 deletions results/descriptions/Code_Inspection.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions results/metaInformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"vcs": {
"sarifIdea": {
"repositoryUri": "https://github.com/cvette/intellij-neos.git",
"revisionId": "873aafcfd947b79b9a9d113402f285a0c5b7d5b5",
"branch": "dependabot/gradle/org.jetbrains.kotlinx.kover-0.8.3"
"revisionId": "834cf38886d64323fe645e93c089818e8d366fbb",
"branch": "dependabot/gradle/io.sentry-sentry-7.12.1"
}
},
"repoUrl": "https://github.com/cvette/intellij-neos.git",
"deviceId": "200820300000000-beff-b97d-1142-74f9c0f3468c",
"jobUrl": "https://github.com/cvette/intellij-neos/actions/runs/10015268241"
"jobUrl": "https://github.com/cvette/intellij-neos/actions/runs/10102494817"
}
}
4 changes: 2 additions & 2 deletions results/projectStructure/Code_Inspection.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"type": "Library"
},
{
"name": "Gradle: io.sentry:sentry:7.10.0",
"name": "Gradle: io.sentry:sentry:7.12.1",
"type": "Library"
},
{
Expand Down Expand Up @@ -180,7 +180,7 @@
"type": "Module"
},
{
"name": "Gradle: io.sentry:sentry:7.10.0",
"name": "Gradle: io.sentry:sentry:7.12.1",
"type": "Library"
},
{
Expand Down
6 changes: 3 additions & 3 deletions results/projectStructure/Gradle.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"version": "1.9.0"
},
{
"ideaName": "Gradle: io.sentry:sentry:7.10.0",
"gradleName": "io.sentry:sentry:7.10.0",
"ideaName": "Gradle: io.sentry:sentry:7.12.1",
"gradleName": "io.sentry:sentry:7.12.1",
"unresolved": false,
"groupId": "io.sentry",
"artifactId": "sentry",
"version": "7.10.0"
"version": "7.12.1"
},
{
"ideaName": "Gradle: org.apache.commons:commons-text:1.12.0",
Expand Down
4 changes: 2 additions & 2 deletions results/projectStructure/Libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"properties": {}
},
{
"name": "Gradle: io.sentry:sentry:7.10.0",
"name": "Gradle: io.sentry:sentry:7.12.1",
"roots": [
"jar://$PROJECT_DIR$/../cache/gradle/caches/modules-2/files-2.1/io.sentry/sentry/7.10.0/84d4c9715bb03e8625ec49135f2bfdf1296bdbc6/sentry-7.10.0.jar!/"
"jar://$PROJECT_DIR$/../cache/gradle/caches/modules-2/files-2.1/io.sentry/sentry/7.12.1/1ad00aa16607ca31e45b636ef22f61bff0385a4e/sentry-7.12.1.jar!/"
],
"properties": {}
},
Expand Down
2,936 changes: 1,468 additions & 1,468 deletions results/qodana.sarif.json

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions results/sanity.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,4 @@
{"version":"3","listProblem":[{
"tool": "Code Inspection",
"category": "General",
"type": "Java sanity",
"tags": [
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionMetaProperty",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionPathImplMixin.java",
"language": "JAVA",
"line": 46,
"offset": 36,
"length": 18,
"code": {
"startLine": 44,
"length": 18,
"offset": 84,
"surroundingCode": " && getChildren().length == 2) {\n\n PsiElement element = ((FusionMetaProperty) getLastChild()).getMetaPropertyName();\n return element != null && element.getText().equals(\"class\");\n }"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "1096c5da920fb9ac040bc4281a36ca55dc7d4ce2f1de5eb76cb8baf9caa9af4c"
},{
"tool": "Code Inspection",
"category": "General",
"type": "Java sanity",
Expand Down Expand Up @@ -316,29 +285,29 @@
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionMetaProperty",
"comment": "Unresolved reference FusionNamespaceDeclaration",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionPathImplMixin.java",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/stubs/FusionNamespaceDeclarationStub.java",
"language": "JAVA",
"line": 43,
"offset": 46,
"length": 18,
"line": 22,
"offset": 43,
"length": 26,
"code": {
"startLine": 41,
"length": 18,
"offset": 145,
"surroundingCode": " public boolean isPrototypeClassProperty() {\n if (getPrototypeSignatureList().size() == 1\n && getLastChild() instanceof FusionMetaProperty\n && getChildren().length == 2) {\n"
"startLine": 20,
"length": 26,
"offset": 76,
"surroundingCode": "\nimport com.intellij.psi.stubs.*;\nimport de.vette.idea.neos.lang.fusion.psi.FusionNamespaceDeclaration;\nimport de.vette.idea.neos.lang.fusion.psi.impl.FusionNamespaceDeclarationImpl;\nimport de.vette.idea.neos.lang.fusion.stubs.index.FusionNamespaceDeclarationIndex;"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "775754fe84c06053ddf40ca2584949269b316b2f7247cb42d84a1fc1510525b8"
"hash": "73fb333f26f9084dcb187e5949ed237ac6f29d9c2c62bf12238cd220ee8cec5f"
},{
"tool": "Code Inspection",
"category": "General",
Expand Down Expand Up @@ -440,29 +409,29 @@
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionNamespaceDeclarationImpl",
"comment": "Unresolved reference FusionPrototypeInstance",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/stubs/FusionNamespaceDeclarationStub.java",
"path": "src/main/java/de/vette/idea/neos/util/NeosUtil.java",
"language": "JAVA",
"line": 44,
"offset": 24,
"length": 30,
"line": 107,
"offset": 35,
"length": 23,
"code": {
"startLine": 42,
"length": 30,
"offset": 141,
"surroundingCode": " @Override\n public FusionNamespaceDeclaration createPsi(@NotNull FusionNamespaceDeclarationStub stub) {\n return new FusionNamespaceDeclarationImpl(stub, this);\n }\n"
"startLine": 105,
"length": 23,
"offset": 146,
"surroundingCode": " PsiElement parent = psi.getParent();\n while(!(parent instanceof FusionFile) && parent != null) {\n if (parent instanceof FusionPrototypeInstance) {\n prototypes.add(((FusionPrototypeInstance) parent).getType().getText());\n return prototypes;"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "bd344c9f95d2eae8fa7431d35bbacc2eeefdbef50ce8f275f9b99baa6fc0eb07"
"hash": "bfe3f74a00d4e1bd98f560359662253c75c8e8de42a84227e42ce80fe3f74c39"
},{
"tool": "Code Inspection",
"category": "General",
Expand All @@ -471,29 +440,29 @@
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionPrototypeInstance",
"comment": "Unresolved reference FusionPrototypeSignature",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/util/NeosUtil.java",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionPathImplMixin.java",
"language": "JAVA",
"line": 107,
"offset": 35,
"length": 23,
"line": 56,
"offset": 52,
"length": 24,
"code": {
"startLine": 105,
"length": 23,
"offset": 146,
"surroundingCode": " PsiElement parent = psi.getParent();\n while(!(parent instanceof FusionFile) && parent != null) {\n if (parent instanceof FusionPrototypeInstance) {\n prototypes.add(((FusionPrototypeInstance) parent).getType().getText());\n return prototypes;"
"startLine": 54,
"length": 24,
"offset": 148,
"surroundingCode": " public String getName() {\n if (getFirstChild() instanceof FusionPrototypeSignature) {\n FusionPrototypeSignature signature = ((FusionPrototypeSignature) getFirstChild());\n if (signature.getType() != null) {\n return signature.getType().getText();"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "bfe3f74a00d4e1bd98f560359662253c75c8e8de42a84227e42ce80fe3f74c39"
"hash": "c8fd52b4a4098108f0e9ebeb08c1ff458107160ca1e57b6fb3a23bc267ec0b99"
},{
"tool": "Code Inspection",
"category": "General",
Expand Down Expand Up @@ -564,29 +533,29 @@
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionType",
"comment": "Unresolved reference FusionPath",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionTypeImplMixin.java",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionPathImplMixin.java",
"language": "JAVA",
"line": 23,
"offset": 43,
"line": 26,
"offset": 80,
"length": 10,
"code": {
"startLine": 21,
"startLine": 24,
"length": 10,
"offset": 114,
"surroundingCode": "import com.intellij.lang.ASTNode;\nimport com.intellij.psi.PsiReference;\nimport de.vette.idea.neos.lang.fusion.psi.FusionType;\nimport de.vette.idea.neos.lang.fusion.psi.impl.FusionElementImpl;\nimport de.vette.idea.neos.lang.fusion.resolve.ref.FusionReference;"
"offset": 122,
"surroundingCode": "import org.jetbrains.annotations.NotNull;\n\npublic abstract class FusionPathImplMixin extends FusionElementImpl implements FusionPath {\n public FusionPathImplMixin(@NotNull ASTNode astNode) {\n super(astNode);"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "dfb17773c53ec0e26a4c6879295215d10b9aa9c45c6f93eb1e8a61045a77a8ec"
"hash": "dd89448a7e42bdc725913790f1d3b58e1ebc28c74807cf22b4efed5fe91f2604"
},{
"tool": "Code Inspection",
"category": "General",
Expand All @@ -595,29 +564,29 @@
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionNamespaceDeclaration",
"comment": "Unresolved reference FusionType",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/stubs/FusionNamespaceDeclarationStub.java",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/psi/impl/ext/FusionTypeImplMixin.java",
"language": "JAVA",
"line": 40,
"offset": 73,
"length": 26,
"line": 23,
"offset": 43,
"length": 10,
"code": {
"startLine": 38,
"length": 26,
"offset": 79,
"surroundingCode": " }\n\n public static FusionStubElementType<FusionNamespaceDeclarationStub, FusionNamespaceDeclaration> TYPE = new FusionStubElementType<>(\"FUSION_NAMESPACE_DECLARATION\") {\n\n @Override"
"startLine": 21,
"length": 10,
"offset": 114,
"surroundingCode": "import com.intellij.lang.ASTNode;\nimport com.intellij.psi.PsiReference;\nimport de.vette.idea.neos.lang.fusion.psi.FusionType;\nimport de.vette.idea.neos.lang.fusion.psi.impl.FusionElementImpl;\nimport de.vette.idea.neos.lang.fusion.resolve.ref.FusionReference;"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "eb855ddb3f03cef5149ab03074b75dc3af8092956701d41f154f3090fcb98938"
"hash": "dfb17773c53ec0e26a4c6879295215d10b9aa9c45c6f93eb1e8a61045a77a8ec"
},{
"tool": "Code Inspection",
"category": "General",
Expand Down Expand Up @@ -649,4 +618,35 @@
"inspectionName": "QodanaJavaSanity"
},
"hash": "f1562135ae41368b60faae3b774883aea299f439399ca545540510f682330925"
},{
"tool": "Code Inspection",
"category": "General",
"type": "Java sanity",
"tags": [
"Sanity"
],
"severity": "Critical",
"comment": "Unresolved reference FusionNamespaceDeclarationImpl",
"detailsInfo": "Reports unresolved references in Java code.",
"sources": [
{
"type": "file",
"path": "src/main/java/de/vette/idea/neos/lang/fusion/stubs/FusionNamespaceDeclarationStub.java",
"language": "JAVA",
"line": 23,
"offset": 48,
"length": 30,
"code": {
"startLine": 21,
"length": 30,
"offset": 150,
"surroundingCode": "import com.intellij.psi.stubs.*;\nimport de.vette.idea.neos.lang.fusion.psi.FusionNamespaceDeclaration;\nimport de.vette.idea.neos.lang.fusion.psi.impl.FusionNamespaceDeclarationImpl;\nimport de.vette.idea.neos.lang.fusion.stubs.index.FusionNamespaceDeclarationIndex;\nimport org.jetbrains.annotations.NotNull;"
}
}
],
"attributes": {
"module": "Intellij_Neos.main",
"inspectionName": "QodanaJavaSanity"
},
"hash": "f4e86814ccf2a2f6344dd68e5c9945a11bd7e990c3112215ef46654b967d3eb1"
}]}

0 comments on commit cd36115

Please sign in to comment.