mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
17531 lines
789 KiB
JSON
17531 lines
789 KiB
JSON
{
|
|
"generated": "2026-02-19T15:50:02.349115517+01:00",
|
|
"project_path": "devour_data",
|
|
"language": "go",
|
|
"scorecard": {
|
|
"total_score": 9363,
|
|
"strict_score": 9363,
|
|
"target_score": 95,
|
|
"findings_by_type": {
|
|
"complexity": 36,
|
|
"coupling": 3,
|
|
"dead_code": 628,
|
|
"debug_log": 12,
|
|
"deprecated": 24,
|
|
"god_function": 29,
|
|
"god_struct": 3,
|
|
"large_file": 4,
|
|
"single_use": 139,
|
|
"test_coverage": 44,
|
|
"unused_import": 2
|
|
},
|
|
"findings_by_tier": {
|
|
"1": 14,
|
|
"2": 682,
|
|
"3": 228
|
|
},
|
|
"status_by_type": {
|
|
"open": 924
|
|
},
|
|
"last_scan": "2026-02-19T15:29:10.451208241+01:00"
|
|
},
|
|
"findings": [
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Created",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Created",
|
|
"description": "The exported int64 'Created' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 184,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Created",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::TotalTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalTokens",
|
|
"description": "The exported int 'TotalTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 194,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::QueryWithContext",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: QueryWithContext",
|
|
"description": "The exported func(ctx context.Context, query string, context []string) (string, error) 'QueryWithContext' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 296,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryWithContext",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, query string, context []string) (string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::NewClient",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewClient",
|
|
"description": "The exported func(config *github.com/yourorg/devour/internal/ai.Config) github.com/yourorg/devour/internal/ai.Client 'NewClient' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewClient",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(config *github.com/yourorg/devour/internal/ai.Config) github.com/yourorg/devour/internal/ai.Client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Usage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Usage",
|
|
"description": "The exported struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"} 'Usage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 62,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Usage",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ID",
|
|
"description": "The exported string 'ID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 182,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Object",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Object",
|
|
"description": "The exported string 'Object' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 57,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Object",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::MaxTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: MaxTokens",
|
|
"description": "The exported int 'MaxTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "MaxTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::CompletionTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CompletionTokens",
|
|
"description": "The exported int 'CompletionTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 193,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CompletionTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Object",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Object",
|
|
"description": "The exported string 'Object' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 183,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Object",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Embed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Embed",
|
|
"description": "The exported func(ctx context.Context, texts []string) ([][]float32, error) 'Embed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 81,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Embed",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, texts []string) ([][]float32, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::QueryWithContext",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: QueryWithContext",
|
|
"description": "The exported func(ctx context.Context, query string, context []string) (string, error) 'QueryWithContext' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 25,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryWithContext",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, query string, context []string) (string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::PromptTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PromptTokens",
|
|
"description": "The exported int 'PromptTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PromptTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Usage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Usage",
|
|
"description": "The exported struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; CompletionTokens int \"json:\\\"completion_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"} 'Usage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 191,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Usage",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; CompletionTokens int \"json:\\\"completion_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Embed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Embed",
|
|
"description": "The exported func(ctx context.Context, texts []string) ([][]float32, error) 'Embed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 282,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Embed",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, texts []string) ([][]float32, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::TotalTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalTokens",
|
|
"description": "The exported int 'TotalTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Finish",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Finish",
|
|
"description": "The exported string 'Finish' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 189,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Finish",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::Embed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Embed",
|
|
"description": "The exported func(ctx context.Context, texts []string) ([][]float32, error) 'Embed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Embed",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, texts []string) ([][]float32, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Object",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Object",
|
|
"description": "The exported string 'Object' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 55,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Object",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::PromptTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PromptTokens",
|
|
"description": "The exported int 'PromptTokens' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 192,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PromptTokens",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::QueryWithContext",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: QueryWithContext",
|
|
"description": "The exported func(ctx context.Context, query string, contextDocs []string) (string, error) 'QueryWithContext' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 200,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryWithContext",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "func(ctx context.Context, query string, contextDocs []string) (string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Type",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Type",
|
|
"description": "The exported string 'Type' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 72,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Type",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Code",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Code",
|
|
"description": "The exported string 'Code' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 73,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Code",
|
|
"package": "github.com/yourorg/devour/internal/ai",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Path",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Path",
|
|
"description": "The exported string 'Path' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Path",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::SourceTypeSpringAIDocs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SourceTypeSpringAIDocs",
|
|
"description": "The exported github.com/yourorg/devour/internal/scraper.SourceType 'SourceTypeSpringAIDocs' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SourceTypeSpringAIDocs",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "github.com/yourorg/devour/internal/scraper.SourceType"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::RetryDelay",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RetryDelay",
|
|
"description": "The exported time.Duration 'RetryDelay' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RetryDelay",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "time.Duration"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/cloudflaredocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/cloudflaredocs.go",
|
|
"line": 65,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/cloudflaredocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/cloudflaredocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/local.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/local.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::RetryCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RetryCount",
|
|
"description": "The exported int 'RetryCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RetryCount",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Branch",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Branch",
|
|
"description": "The exported string 'Branch' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Branch",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/local.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/local.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Schedule",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Schedule",
|
|
"description": "The exported string 'Schedule' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Schedule",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 80,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/openapi.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/openapi.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 70,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::DetectSourceType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectSourceType",
|
|
"description": "The exported func(input string) github.com/yourorg/devour/internal/scraper.SourceType 'DetectSourceType' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 123,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectSourceType",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(input string) github.com/yourorg/devour/internal/scraper.SourceType"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go",
|
|
"line": 70,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/javadocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/javadocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 154,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Repo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Repo",
|
|
"description": "The exported string 'Repo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 38,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Repo",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 90,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 81,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/dockerdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/dockerdocs.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/dockerdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/dockerdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::NewScraper",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewScraper",
|
|
"description": "The exported func(sourceType github.com/yourorg/devour/internal/scraper.SourceType, config *github.com/yourorg/devour/internal/scraper.Config) github.com/yourorg/devour/internal/scraper.Scraper 'NewScraper' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 81,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScraper",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(sourceType github.com/yourorg/devour/internal/scraper.SourceType, config *github.com/yourorg/devour/internal/scraper.Config) github.com/yourorg/devour/internal/scraper.Scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/github.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/github.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/github.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/github.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 96,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 74,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/javadocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/javadocs.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/openapi.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scrape",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error) 'Scrape' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/openapi.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectChanges",
|
|
"description": "The exported func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error) 'DetectChanges' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go",
|
|
"line": 70,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"package": "github.com/yourorg/devour/internal/scraper",
|
|
"type": "func(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Get",
|
|
"description": "The exported func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error) 'Get' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 54,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Clear",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Clear",
|
|
"description": "The exported func(ctx context.Context) error 'Clear' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Clear",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Clear",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Clear",
|
|
"description": "The exported func(ctx context.Context) error 'Clear' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 180,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Clear",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Get",
|
|
"description": "The exported func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error) 'Get' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 159,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::SimilarityMetric",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SimilarityMetric",
|
|
"description": "The exported string 'SimilarityMetric' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SimilarityMetric",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Clear",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Clear",
|
|
"description": "The exported func(ctx context.Context) error 'Clear' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 242,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Clear",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Get",
|
|
"description": "The exported func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error) 'Get' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 234,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"package": "github.com/yourorg/devour/internal/vector",
|
|
"type": "func(ctx context.Context, id string) (*github.com/yourorg/devour/internal/vector.Document, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Provider",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Provider",
|
|
"description": "The exported string 'Provider' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Provider",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::APIKey",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: APIKey",
|
|
"description": "The exported string 'APIKey' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 21,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "APIKey",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Delete",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Delete",
|
|
"description": "The exported func(ctx context.Context, docID string) error 'Delete' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 227,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Delete",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(ctx context.Context, docID string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Stats",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stats",
|
|
"description": "The exported func(ctx context.Context) (map[string]interface{}, error) 'Stats' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 248,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stats",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(ctx context.Context) (map[string]interface{}, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::ChunkOverlap",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ChunkOverlap",
|
|
"description": "The exported int 'ChunkOverlap' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 26,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChunkOverlap",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::NewIndexer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewIndexer",
|
|
"description": "The exported func(config *github.com/yourorg/devour/internal/indexer.Config, vectorConfig *github.com/yourorg/devour/internal/vector.Config) *github.com/yourorg/devour/internal/indexer.Indexer 'NewIndexer' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 54,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewIndexer",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(config *github.com/yourorg/devour/internal/indexer.Config, vectorConfig *github.com/yourorg/devour/internal/vector.Config) *github.com/yourorg/devour/internal/indexer.Indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Index",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Index",
|
|
"description": "The exported func(ctx context.Context, docs []*github.com/yourorg/devour/internal/scraper.Document) error 'Index' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Index",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(ctx context.Context, docs []*github.com/yourorg/devour/internal/scraper.Document) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::BatchSize",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BatchSize",
|
|
"description": "The exported int 'BatchSize' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BatchSize",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Search",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Search",
|
|
"description": "The exported func(ctx context.Context, query string, limit int, threshold float64) ([]*github.com/yourorg/devour/internal/indexer.Chunk, error) 'Search' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 194,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Search",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(ctx context.Context, query string, limit int, threshold float64) ([]*github.com/yourorg/devour/internal/indexer.Chunk, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::SetEmbedder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SetEmbedder",
|
|
"description": "The exported func(embedder github.com/yourorg/devour/internal/indexer.Embedder) 'SetEmbedder' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SetEmbedder",
|
|
"package": "github.com/yourorg/devour/internal/indexer",
|
|
"type": "func(embedder github.com/yourorg/devour/internal/indexer.Embedder)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::NewFormatter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewFormatter",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/markdown.Formatter 'NewFormatter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewFormatter",
|
|
"package": "github.com/yourorg/devour/internal/markdown",
|
|
"type": "func() *github.com/yourorg/devour/internal/markdown.Formatter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::FormatWithTOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FormatWithTOC",
|
|
"description": "The exported func(doc *github.com/yourorg/devour/internal/markdown.Document) string 'FormatWithTOC' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatWithTOC",
|
|
"package": "github.com/yourorg/devour/internal/markdown",
|
|
"type": "func(doc *github.com/yourorg/devour/internal/markdown.Document) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::Source",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Source",
|
|
"description": "The exported string 'Source' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Source",
|
|
"package": "github.com/yourorg/devour/internal/markdown",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::Hash",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Hash",
|
|
"description": "The exported string 'Hash' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 25,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Hash",
|
|
"package": "github.com/yourorg/devour/internal/markdown",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ID",
|
|
"description": "The exported string 'ID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"package": "github.com/yourorg/devour/internal/markdown",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Fixed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fixed",
|
|
"description": "The exported int 'Fixed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 59,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fixed",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Visible",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Visible",
|
|
"description": "The exported int 'Visible' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 74,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Visible",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::AutoFixersAvailable",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AutoFixersAvailable",
|
|
"description": "The exported int 'AutoFixersAvailable' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 237,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AutoFixersAvailable",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Security",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Security",
|
|
"description": "The exported int 'Security' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 112,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Security",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Languages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Languages",
|
|
"description": "The exported map[string]*github.com/yourorg/devour/internal/quality.LanguageMetrics 'Languages' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 119,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Languages",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]*github.com/yourorg/devour/internal/quality.LanguageMetrics"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::BadgeRecommendation",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BadgeRecommendation",
|
|
"description": "The exported int 'BadgeRecommendation' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 245,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BadgeRecommendation",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::AutoResolved",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AutoResolved",
|
|
"description": "The exported int 'AutoResolved' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 50,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AutoResolved",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::HolisticMaxAgeDays",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: HolisticMaxAgeDays",
|
|
"description": "The exported int 'HolisticMaxAgeDays' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 251,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "HolisticMaxAgeDays",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Exports",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Exports",
|
|
"description": "The exported int 'Exports' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 97,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Exports",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ZoneOverrides",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ZoneOverrides",
|
|
"description": "The exported map[string]interface{} 'ZoneOverrides' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 257,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ZoneOverrides",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::NewScanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewScanner",
|
|
"description": "The exported func(config *github.com/yourorg/devour/internal/quality.Config) *github.com/yourorg/devour/internal/quality.Scanner 'NewScanner' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 21,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScanner",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(config *github.com/yourorg/devour/internal/quality.Config) *github.com/yourorg/devour/internal/quality.Scanner"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Attributes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Attributes",
|
|
"description": "The exported []string 'Attributes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 66,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Attributes",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Naming",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Naming",
|
|
"description": "The exported int 'Naming' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 107,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Naming",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::IgnoreMetadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IgnoreMetadata",
|
|
"description": "The exported map[string]interface{} 'IgnoreMetadata' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 256,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IgnoreMetadata",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Metrics",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Metrics",
|
|
"description": "The exported map[string]int 'Metrics' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Metrics",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Suppressed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Suppressed",
|
|
"description": "The exported int 'Suppressed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Suppressed",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalDetected",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalDetected",
|
|
"description": "The exported int 'TotalDetected' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalDetected",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported int 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Deprecated",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Usage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Usage",
|
|
"description": "The exported string 'Usage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 208,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Usage",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StrictAllDetected",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StrictAllDetected",
|
|
"description": "The exported float64 'StrictAllDetected' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 275,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StrictAllDetected",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::BadgePath",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BadgePath",
|
|
"description": "The exported string 'BadgePath' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 253,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BadgePath",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Ignore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Ignore",
|
|
"description": "The exported []string 'Ignore' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 255,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Ignore",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GenerateScorecard",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GenerateScorecard",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding, lastScan time.Time) *github.com/yourorg/devour/internal/quality.Scorecard 'GenerateScorecard' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GenerateScorecard",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding, lastScan time.Time) *github.com/yourorg/devour/internal/quality.Scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewAllowCustomDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReviewAllowCustomDimensions",
|
|
"description": "The exported bool 'ReviewAllowCustomDimensions' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 259,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewAllowCustomDimensions",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Suppression",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Suppression",
|
|
"description": "The exported *github.com/yourorg/devour/internal/quality.SuppressionInfo 'Suppression' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 282,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Suppression",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*github.com/yourorg/devour/internal/quality.SuppressionInfo"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::React",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: React",
|
|
"description": "The exported int 'React' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 111,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "React",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalLOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalLOC",
|
|
"description": "The exported int 'TotalLOC' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 125,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalLOC",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ImpactDescription",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ImpactDescription",
|
|
"description": "The exported string 'ImpactDescription' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImpactDescription",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Relevant",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Relevant",
|
|
"description": "The exported bool 'Relevant' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 206,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Relevant",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::ResolveFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ResolveFinding",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State, id string, status github.com/yourorg/devour/internal/quality.Status, note string) error 'ResolveFinding' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 261,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ResolveFinding",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State, id string, status github.com/yourorg/devour/internal/quality.Status, note string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Open",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Open",
|
|
"description": "The exported int 'Open' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 48,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Open",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Suppressed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Suppressed",
|
|
"description": "The exported int 'Suppressed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 83,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Suppressed",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Unused",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Unused",
|
|
"description": "The exported int 'Unused' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 96,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Unused",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionLogicClarity",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionLogicClarity",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionLogicClarity' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionLogicClarity",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ByTier",
|
|
"description": "The exported map[string]*github.com/yourorg/devour/internal/quality.TierStats 'ByTier' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 280,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ByTier",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]*github.com/yourorg/devour/internal/quality.TierStats"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReportScores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReportScores",
|
|
"description": "The exported int 'ReportScores' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 236,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReportScores",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::NewNarrativeGenerator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewNarrativeGenerator",
|
|
"description": "The exported func(targetScore int) *github.com/yourorg/devour/internal/quality.NarrativeGenerator 'NewNarrativeGenerator' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 12,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewNarrativeGenerator",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(targetScore int) *github.com/yourorg/devour/internal/quality.NarrativeGenerator"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Languages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Languages",
|
|
"description": "The exported map[string]interface{} 'Languages' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 266,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Languages",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::ExtractFunctions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ExtractFunctions",
|
|
"description": "The exported func(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.FunctionInfo, error) 'ExtractFunctions' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractFunctions",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.FunctionInfo, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Totals",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Totals",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.DetectorTotals 'Totals' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Totals",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.DetectorTotals"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetTrend",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetTrend",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State, n int) []github.com/yourorg/devour/internal/quality.StateSnapshot 'GetTrend' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 308,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetTrend",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State, n int) []github.com/yourorg/devour/internal/quality.StateSnapshot"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Cycles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Cycles",
|
|
"description": "The exported int 'Cycles' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 104,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Cycles",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Strict",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Strict",
|
|
"description": "The exported float64 'Strict' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 38,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Strict",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FalsePositive",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FalsePositive",
|
|
"description": "The exported int 'FalsePositive' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 52,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FalsePositive",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FindingNoiseGlobalBudget",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FindingNoiseGlobalBudget",
|
|
"description": "The exported int 'FindingNoiseGlobalBudget' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 264,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FindingNoiseGlobalBudget",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Wontfix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Wontfix",
|
|
"description": "The exported int 'Wontfix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Wontfix",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Lanes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Lanes",
|
|
"description": "The exported map[string]interface{} 'Lanes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 181,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Lanes",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Potential",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Potential",
|
|
"description": "The exported int 'Potential' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Potential",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Checks",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Checks",
|
|
"description": "The exported int 'Checks' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Checks",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Fixed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fixed",
|
|
"description": "The exported int 'Fixed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 49,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fixed",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Move",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Move",
|
|
"description": "The exported *github.com/yourorg/devour/internal/quality.MoveTool 'Move' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 198,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Move",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*github.com/yourorg/devour/internal/quality.MoveTool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalFiles",
|
|
"description": "The exported int 'TotalFiles' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 124,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalFiles",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ByTier",
|
|
"description": "The exported map[string]*github.com/yourorg/devour/internal/quality.TierStats 'ByTier' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 53,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ByTier",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]*github.com/yourorg/devour/internal/quality.TierStats"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Available",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Available",
|
|
"description": "The exported bool 'Available' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 205,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Available",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastIgnorePatterns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastIgnorePatterns",
|
|
"description": "The exported int 'LastIgnorePatterns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 296,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastIgnorePatterns",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::BadgePath",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BadgePath",
|
|
"description": "The exported string 'BadgePath' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 110,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BadgePath",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Lenient",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Lenient",
|
|
"description": "The exported *float64 'Lenient' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 173,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Lenient",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go::NewDefaultFileFinder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewDefaultFileFinder",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/quality.DefaultFileFinder 'NewDefaultFileFinder' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewDefaultFileFinder",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func() *github.com/yourorg/devour/internal/quality.DefaultFileFinder"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::FormatDiff",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FormatDiff",
|
|
"description": "The exported func(diff *github.com/yourorg/devour/internal/quality.StateDiff) string 'FormatDiff' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 328,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatDiff",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(diff *github.com/yourorg/devour/internal/quality.StateDiff) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::GenerateScorecard",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GenerateScorecard",
|
|
"description": "The exported bool 'GenerateScorecard' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 252,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GenerateScorecard",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LargeFilesThreshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LargeFilesThreshold",
|
|
"description": "The exported int 'LargeFilesThreshold' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 261,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LargeFilesThreshold",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReviewDimensions",
|
|
"description": "The exported []string 'ReviewDimensions' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 258,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewDimensions",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::SetFileFinder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SetFileFinder",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) 'SetFileFinder' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 34,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SetFileFinder",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Coupling",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Coupling",
|
|
"description": "The exported int 'Coupling' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 103,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Coupling",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FeedbackNudge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FeedbackNudge",
|
|
"description": "The exported int 'FeedbackNudge' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 241,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FeedbackNudge",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewMaxAgeDays",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReviewMaxAgeDays",
|
|
"description": "The exported int 'ReviewMaxAgeDays' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 250,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewMaxAgeDays",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::BaseClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BaseClasses",
|
|
"description": "The exported []string 'BaseClasses' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 67,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BaseClasses",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Strict",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Strict",
|
|
"description": "The exported float64 'Strict' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 167,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Strict",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Detectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detectors",
|
|
"description": "The exported int 'Detectors' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 85,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detectors",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::OverallScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: OverallScore",
|
|
"description": "The exported float64 'OverallScore' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 272,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OverallScore",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetProgressMetrics",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetProgressMetrics",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding) map[string]interface{} 'GetProgressMetrics' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 179,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetProgressMetrics",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding) map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::Generate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Generate",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding, scorecard *github.com/yourorg/devour/internal/quality.Scorecard, history []github.com/yourorg/devour/internal/quality.StateSnapshot) *github.com/yourorg/devour/internal/quality.Narrative 'Generate' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Generate",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding, scorecard *github.com/yourorg/devour/internal/quality.Scorecard, history []github.com/yourorg/devour/internal/quality.StateSnapshot) *github.com/yourorg/devour/internal/quality.Narrative"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetFinding",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State, id string) *github.com/yourorg/devour/internal/quality.Finding 'GetFinding' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 278,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetFinding",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State, id string) *github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FPCalibrationExportsProduction",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FPCalibrationExportsProduction",
|
|
"description": "The exported int 'FPCalibrationExportsProduction' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 240,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FPCalibrationExportsProduction",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetNextPriority",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetNextPriority",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding) *github.com/yourorg/devour/internal/quality.Finding 'GetNextPriority' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 142,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetNextPriority",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding) *github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Logs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Logs",
|
|
"description": "The exported int 'Logs' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 95,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Logs",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TargetStrictScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TargetStrictScore",
|
|
"description": "The exported int 'TargetStrictScore' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 265,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TargetStrictScore",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentIgnored",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RecentIgnored",
|
|
"description": "The exported int 'RecentIgnored' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 298,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentIgnored",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::StatusIgnored",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StatusIgnored",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Status 'StatusIgnored' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 25,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StatusIgnored",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Status"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Methods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Methods",
|
|
"description": "The exported []github.com/yourorg/devour/internal/quality.FunctionInfo 'Methods' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 65,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Methods",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]github.com/yourorg/devour/internal/quality.FunctionInfo"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionAIGeneratedDebt",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionAIGeneratedDebt",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionAIGeneratedDebt' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 20,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionAIGeneratedDebt",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::NewStateManager",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewStateManager",
|
|
"description": "The exported func(dataDir string) *github.com/yourorg/devour/internal/quality.StateManager 'NewStateManager' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 52,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewStateManager",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(dataDir string) *github.com/yourorg/devour/internal/quality.StateManager"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go::DetectLanguage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectLanguage",
|
|
"description": "The exported func(path string) string 'DetectLanguage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go",
|
|
"line": 157,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectLanguage",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(path string) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Orphaned",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Orphaned",
|
|
"description": "The exported int 'Orphaned' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 105,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Orphaned",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StagnantNudge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StagnantNudge",
|
|
"description": "The exported int 'StagnantNudge' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 243,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StagnantNudge",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TestCoverage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TestCoverage",
|
|
"description": "The exported int 'TestCoverage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 109,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TestCoverage",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewNotRun",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReviewNotRun",
|
|
"description": "The exported int 'ReviewNotRun' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 244,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewNotRun",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalDirectories",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalDirectories",
|
|
"description": "The exported int 'TotalDirectories' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 126,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalDirectories",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DryRunFirst",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DryRunFirst",
|
|
"description": "The exported int 'DryRunFirst' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 238,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DryRunFirst",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ZoneClassification",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ZoneClassification",
|
|
"description": "The exported int 'ZoneClassification' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 239,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ZoneClassification",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go::IsSourceFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsSourceFile",
|
|
"description": "The exported func(path string, language string) bool 'IsSourceFile' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go",
|
|
"line": 129,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsSourceFile",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(path string, language string) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Open",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Open",
|
|
"description": "The exported int 'Open' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 58,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Open",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentScans",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RecentScans",
|
|
"description": "The exported int 'RecentScans' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 297,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentScans",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Load",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Load",
|
|
"description": "The exported func() (*github.com/yourorg/devour/internal/quality.State, error) 'Load' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Load",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func() (*github.com/yourorg/devour/internal/quality.State, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Props",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Props",
|
|
"description": "The exported int 'Props' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 101,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Props",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Subjective",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Subjective",
|
|
"description": "The exported bool 'Subjective' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 170,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Subjective",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::Scan",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Scan",
|
|
"description": "The exported func(ctx context.Context) (*github.com/yourorg/devour/internal/quality.ScanResult, error) 'Scan' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scan",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(ctx context.Context) (*github.com/yourorg/devour/internal/quality.ScanResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::ResetSubjective",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ResetSubjective",
|
|
"description": "The exported bool 'ResetSubjective' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 108,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ResetSubjective",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Smells",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Smells",
|
|
"description": "The exported int 'Smells' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 110,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Smells",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Languages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Languages",
|
|
"description": "The exported map[string]*github.com/yourorg/devour/internal/quality.LanguagePotentials 'Languages' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 90,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Languages",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]*github.com/yourorg/devour/internal/quality.LanguagePotentials"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::AutoResolved",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AutoResolved",
|
|
"description": "The exported int 'AutoResolved' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AutoResolved",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StuckScans",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StuckScans",
|
|
"description": "The exported *int 'StuckScans' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 172,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StuckScans",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ImpactRatio",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ImpactRatio",
|
|
"description": "The exported float64 'ImpactRatio' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 191,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImpactRatio",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::RegisterDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RegisterDetector",
|
|
"description": "The exported func(detector github.com/yourorg/devour/internal/quality.Detector) 'RegisterDetector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RegisterDetector",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(detector github.com/yourorg/devour/internal/quality.Detector)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::IsSourceFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsSourceFile",
|
|
"description": "The exported func(path string, language string) bool 'IsSourceFile' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsSourceFile",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(path string, language string) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Excluded",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Excluded",
|
|
"description": "The exported int 'Excluded' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 84,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Excluded",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewCustomDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReviewCustomDimensions",
|
|
"description": "The exported []string 'ReviewCustomDimensions' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 260,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewCustomDimensions",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Structural",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Structural",
|
|
"description": "The exported int 'Structural' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 99,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Structural",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Visible",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Visible",
|
|
"description": "The exported int 'Visible' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 82,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Visible",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::SingleUse",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SingleUse",
|
|
"description": "The exported int 'SingleUse' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 102,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SingleUse",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastRawFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastRawFindings",
|
|
"description": "The exported int 'LastRawFindings' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 294,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastRawFindings",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Diff",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Diff",
|
|
"description": "The exported func(old *github.com/yourorg/devour/internal/quality.State, new *github.com/yourorg/devour/internal/quality.State) *github.com/yourorg/devour/internal/quality.StateDiff 'Diff' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 168,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Diff",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(old *github.com/yourorg/devour/internal/quality.State, new *github.com/yourorg/devour/internal/quality.State) *github.com/yourorg/devour/internal/quality.StateDiff"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::SubjectiveReview",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SubjectiveReview",
|
|
"description": "The exported int 'SubjectiveReview' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 113,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SubjectiveReview",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::WontfixGrowing",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: WontfixGrowing",
|
|
"description": "The exported int 'WontfixGrowing' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 242,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "WontfixGrowing",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionTestHealth",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionTestHealth",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionTestHealth' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 14,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionTestHealth",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::WeightedFailures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: WeightedFailures",
|
|
"description": "The exported float64 'WeightedFailures' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "WeightedFailures",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Dupes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Dupes",
|
|
"description": "The exported int 'Dupes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 114,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Dupes",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PropsThreshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PropsThreshold",
|
|
"description": "The exported int 'PropsThreshold' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 262,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PropsThreshold",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetFindingsByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetFindingsByTier",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding) map[github.com/yourorg/devour/internal/quality.Severity][]github.com/yourorg/devour/internal/quality.Finding 'GetFindingsByTier' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 166,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetFindingsByTier",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding) map[github.com/yourorg/devour/internal/quality.Severity][]github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Wontfix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Wontfix",
|
|
"description": "The exported int 'Wontfix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Wontfix",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::FormatScorecard",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FormatScorecard",
|
|
"description": "The exported func(card *github.com/yourorg/devour/internal/quality.Scorecard) string 'FormatScorecard' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatScorecard",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(card *github.com/yourorg/devour/internal/quality.Scorecard) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::VerificationStep",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: VerificationStep",
|
|
"description": "The exported *string 'VerificationStep' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 150,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "VerificationStep",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionErrorConsistency",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionErrorConsistency",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionErrorConsistency' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 17,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionErrorConsistency",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Stats",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stats",
|
|
"description": "The exported *github.com/yourorg/devour/internal/quality.ScanStats 'Stats' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 277,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stats",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*github.com/yourorg/devour/internal/quality.ScanStats"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::StatusFalsePositive",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StatusFalsePositive",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Status 'StatusFalsePositive' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 24,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StatusFalsePositive",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Status"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PassRate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PassRate",
|
|
"description": "The exported float64 'PassRate' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 30,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PassRate",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::EnhancedStatus",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: EnhancedStatus",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.EnhancedStatus 'EnhancedStatus' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 270,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EnhancedStatus",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.EnhancedStatus"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentSuppressedPct",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RecentSuppressedPct",
|
|
"description": "The exported float64 'RecentSuppressedPct' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 300,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentSuppressedPct",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionElegance",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionElegance",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionElegance' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 23,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionElegance",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::NewScorer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewScorer",
|
|
"description": "The exported func(targetScore int) *github.com/yourorg/devour/internal/quality.Scorer 'NewScorer' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 14,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScorer",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(targetScore int) *github.com/yourorg/devour/internal/quality.Scorer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::CreatedAt",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CreatedAt",
|
|
"description": "The exported time.Time 'CreatedAt' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreatedAt",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::ExtractClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ExtractClasses",
|
|
"description": "The exported func(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.ClassInfo, error) 'ExtractClasses' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractClasses",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.ClassInfo, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Facade",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Facade",
|
|
"description": "The exported int 'Facade' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 108,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Facade",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Rows",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Rows",
|
|
"description": "The exported []github.com/yourorg/devour/internal/quality.DetectorRow 'Rows' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 67,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Rows",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]github.com/yourorg/devour/internal/quality.DetectorRow"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::NoBadge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NoBadge",
|
|
"description": "The exported bool 'NoBadge' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 109,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NoBadge",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FlatDirs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FlatDirs",
|
|
"description": "The exported int 'FlatDirs' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 100,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FlatDirs",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PrimaryAction",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrimaryAction",
|
|
"description": "The exported *string 'PrimaryAction' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 148,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrimaryAction",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ObjectiveScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ObjectiveScore",
|
|
"description": "The exported float64 'ObjectiveScore' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 273,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ObjectiveScore",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FalsePositive",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FalsePositive",
|
|
"description": "The exported int 'FalsePositive' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 62,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FalsePositive",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetOpenFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetOpenFindings",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State) []github.com/yourorg/devour/internal/quality.Finding 'GetOpenFindings' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 288,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetOpenFindings",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State) []github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FindingNoiseBudget",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FindingNoiseBudget",
|
|
"description": "The exported int 'FindingNoiseBudget' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 263,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FindingNoiseBudget",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Detectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detectors",
|
|
"description": "The exported map[string]*github.com/yourorg/devour/internal/quality.DetectorMetrics 'Detectors' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 42,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detectors",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[string]*github.com/yourorg/devour/internal/quality.DetectorMetrics"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Save",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Save",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State) error 'Save' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 82,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Save",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Total",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Total",
|
|
"description": "The exported int 'Total' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Total",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionContracts",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionContracts",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionContracts' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 24,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionContracts",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentRawFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: RecentRawFindings",
|
|
"description": "The exported int 'RecentRawFindings' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 299,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentRawFindings",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Patterns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Patterns",
|
|
"description": "The exported int 'Patterns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 106,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Patterns",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionScores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionScores",
|
|
"description": "The exported map[github.com/yourorg/devour/internal/quality.Dimension]*github.com/yourorg/devour/internal/quality.DimensionScore 'DimensionScores' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 276,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionScores",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "map[github.com/yourorg/devour/internal/quality.Dimension]*github.com/yourorg/devour/internal/quality.DimensionScore"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetFindingsByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetFindingsByTier",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State) map[github.com/yourorg/devour/internal/quality.Severity][]github.com/yourorg/devour/internal/quality.Finding 'GetFindingsByTier' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 299,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetFindingsByTier",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State) map[github.com/yourorg/devour/internal/quality.Severity][]github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Merge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Merge",
|
|
"description": "The exported func(state *github.com/yourorg/devour/internal/quality.State, newFindings []github.com/yourorg/devour/internal/quality.Finding) *github.com/yourorg/devour/internal/quality.StateDiff 'Merge' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 118,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Merge",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "func(state *github.com/yourorg/devour/internal/quality.State, newFindings []github.com/yourorg/devour/internal/quality.Finding) *github.com/yourorg/devour/internal/quality.StateDiff"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Excluded",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Excluded",
|
|
"description": "The exported int 'Excluded' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 76,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Excluded",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Reason",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Reason",
|
|
"description": "The exported *string 'Reason' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 207,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Reason",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "*string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionContractCoherence",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionContractCoherence",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionContractCoherence' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionContractCoherence",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Ignores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Ignores",
|
|
"description": "The exported []string 'Ignores' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 281,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Ignores",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastIgnored",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastIgnored",
|
|
"description": "The exported int 'LastIgnored' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 293,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastIgnored",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastSuppressedPct",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastSuppressedPct",
|
|
"description": "The exported float64 'LastSuppressedPct' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 295,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastSuppressedPct",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Tier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Tier",
|
|
"description": "The exported int 'Tier' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Tier",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionTypeSafety",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DimensionTypeSafety",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality.Dimension 'DimensionTypeSafety' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 21,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionTypeSafety",
|
|
"package": "github.com/yourorg/devour/internal/quality",
|
|
"type": "github.com/yourorg/devour/internal/quality.Dimension"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::NewComplexityDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewComplexityDetector",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.ComplexityDetector 'NewComplexityDetector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewComplexityDetector",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.ComplexityDetector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::NewDuplicationDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewDuplicationDetector",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.DuplicationDetector 'NewDuplicationDetector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewDuplicationDetector",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.DuplicationDetector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go",
|
|
"line": 112,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::NewNamingDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewNamingDetector",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.NamingDetector 'NewNamingDetector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewNamingDetector",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder) *github.com/yourorg/devour/internal/quality/detectors.NamingDetector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Get",
|
|
"description": "The exported func(name string) (github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin, bool) 'Get' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(name string) (github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin, bool)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Classes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Classes",
|
|
"description": "The exported []github.com/yourorg/devour/internal/quality.ClassInfo 'Classes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 45,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Classes",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "[]github.com/yourorg/devour/internal/quality.ClassInfo"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Patches",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Patches",
|
|
"description": "The exported []github.com/yourorg/devour/internal/quality/plugins.Patch 'Patches' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 143,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Patches",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "[]github.com/yourorg/devour/internal/quality/plugins.Patch"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::EdgeTypeEmbed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: EdgeTypeEmbed",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality/plugins.EdgeType 'EdgeTypeEmbed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 121,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EdgeTypeEmbed",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "github.com/yourorg/devour/internal/quality/plugins.EdgeType"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Complexity",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Complexity",
|
|
"description": "The exported int 'Complexity' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 50,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Complexity",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 137,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Methods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Methods",
|
|
"description": "The exported []string 'Methods' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Methods",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::OldText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: OldText",
|
|
"description": "The exported string 'OldText' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 151,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OldText",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Used",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Used",
|
|
"description": "The exported bool 'Used' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 59,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Used",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 134,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Names",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Names",
|
|
"description": "The exported func() []string 'Names' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 62,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Names",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func() []string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Issues",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Issues",
|
|
"description": "The exported []github.com/yourorg/devour/internal/quality.Finding 'Issues' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Issues",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "[]github.com/yourorg/devour/internal/quality.Finding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 131,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::AnalyzeFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AnalyzeFile",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) (*github.com/yourorg/devour/internal/quality/plugins.FileAnalysis, error) 'AnalyzeFile' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AnalyzeFile",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) (*github.com/yourorg/devour/internal/quality/plugins.FileAnalysis, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::ImportedBy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ImportedBy",
|
|
"description": "The exported []string 'ImportedBy' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 104,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImportedBy",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::GetForExtension",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetForExtension",
|
|
"description": "The exported func(ext string) github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin 'GetForExtension' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetForExtension",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(ext string) github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::ASTInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ASTInfo",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality/plugins.ASTInfo 'ASTInfo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 158,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ASTInfo",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "github.com/yourorg/devour/internal/quality/plugins.ASTInfo"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::BuildDependencyGraph",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BuildDependencyGraph",
|
|
"description": "The exported func(ctx context.Context, path string) (*github.com/yourorg/devour/internal/quality/plugins.DependencyGraph, error) 'BuildDependencyGraph' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BuildDependencyGraph",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(ctx context.Context, path string) (*github.com/yourorg/devour/internal/quality/plugins.DependencyGraph, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Start",
|
|
"description": "The exported int 'Start' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 153,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::End",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: End",
|
|
"description": "The exported int 'End' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 154,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "End",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::NewText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewText",
|
|
"description": "The exported string 'NewText' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 152,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewText",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::EdgeTypeInternal",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: EdgeTypeInternal",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality/plugins.EdgeType 'EdgeTypeInternal' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 122,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EdgeTypeInternal",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "github.com/yourorg/devour/internal/quality/plugins.EdgeType"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::DetectLanguage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectLanguage",
|
|
"description": "The exported func(path string) string 'DetectLanguage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectLanguage",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(path string) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CreateDetectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CreateDetectors",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) []github.com/yourorg/devour/internal/quality.Detector 'CreateDetectors' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateDetectors",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder) []github.com/yourorg/devour/internal/quality.Detector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Attached",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Attached",
|
|
"description": "The exported string 'Attached' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 89,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Attached",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CreateFixers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CreateFixers",
|
|
"description": "The exported func() []github.com/yourorg/devour/internal/quality/plugins.Fixer 'CreateFixers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 30,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateFixers",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func() []github.com/yourorg/devour/internal/quality/plugins.Fixer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::IsUsed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsUsed",
|
|
"description": "The exported bool 'IsUsed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 70,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsUsed",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::All",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: All",
|
|
"description": "The exported func() []github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin 'All' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 44,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "All",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func() []github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Fset",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fset",
|
|
"description": "The exported *go/token.FileSet 'Fset' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 160,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fset",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "*go/token.FileSet"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::DefaultSrcDir",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DefaultSrcDir",
|
|
"description": "The exported func() string 'DefaultSrcDir' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 24,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DefaultSrcDir",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Position",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Position",
|
|
"description": "The exported go/token.Position 'Position' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Position",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins",
|
|
"type": "go/token.Position"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Time",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Time",
|
|
"description": "The exported string 'Time' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 510,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Time",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 352,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 37,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Output",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Output",
|
|
"description": "The exported string 'Output' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 515,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Output",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 201,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 111,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 283,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 409,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 428,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 94,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 222,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 87,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::ParseGoTestJSON",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseGoTestJSON",
|
|
"description": "The exported func(output []byte) ([]github.com/yourorg/devour/internal/quality/plugins/go/analyzers.TestResult, error) 'ParseGoTestJSON' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 482,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseGoTestJSON",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(output []byte) ([]github.com/yourorg/devour/internal/quality/plugins/go/analyzers.TestResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 214,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 342,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Detect",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error) 'Detect' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 280,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) ([]github.com/yourorg/devour/internal/quality.Finding, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 113,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 267,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 23,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 255,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 93,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 23,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 259,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 89,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 121,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 85,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 125,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 193,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 117,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 181,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 189,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Fix",
|
|
"description": "The exported func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error) 'Fix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 97,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(ctx context.Context, finding github.com/yourorg/devour/internal/quality.Finding, dryRun bool) (*github.com/yourorg/devour/internal/quality/plugins.FixResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported func() string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 185,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CanFix",
|
|
"description": "The exported func(finding github.com/yourorg/devour/internal/quality.Finding) bool 'CanFix' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 263,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers",
|
|
"type": "func(finding github.com/yourorg/devour/internal/quality.Finding) bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported func() string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::BuildDependencyGraph",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: BuildDependencyGraph",
|
|
"description": "The exported func(ctx context.Context, rootPath string) (*github.com/yourorg/devour/internal/quality/plugins.DependencyGraph, error) 'BuildDependencyGraph' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BuildDependencyGraph",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func(ctx context.Context, rootPath string) (*github.com/yourorg/devour/internal/quality/plugins.DependencyGraph, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::CreateDetectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CreateDetectors",
|
|
"description": "The exported func(finder github.com/yourorg/devour/internal/quality.FileFinder) []github.com/yourorg/devour/internal/quality.Detector 'CreateDetectors' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateDetectors",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func(finder github.com/yourorg/devour/internal/quality.FileFinder) []github.com/yourorg/devour/internal/quality.Detector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::LoadTypesInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LoadTypesInfo",
|
|
"description": "The exported func(ctx context.Context, path string) (*go/types.Info, *go/token.FileSet, error) 'LoadTypesInfo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 335,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LoadTypesInfo",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func(ctx context.Context, path string) (*go/types.Info, *go/token.FileSet, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::CreateFixers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CreateFixers",
|
|
"description": "The exported func() []github.com/yourorg/devour/internal/quality/plugins.Fixer 'CreateFixers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateFixers",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func() []github.com/yourorg/devour/internal/quality/plugins.Fixer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::Extensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Extensions",
|
|
"description": "The exported func() []string 'Extensions' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Extensions",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func() []string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::AnalyzeFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AnalyzeFile",
|
|
"description": "The exported func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) (*github.com/yourorg/devour/internal/quality/plugins.FileAnalysis, error) 'AnalyzeFile' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AnalyzeFile",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func(ctx context.Context, path string, config *github.com/yourorg/devour/internal/quality.Config) (*github.com/yourorg/devour/internal/quality/plugins.FileAnalysis, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::DefaultSrcDir",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DefaultSrcDir",
|
|
"description": "The exported func() string 'DefaultSrcDir' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DefaultSrcDir",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::MarkerFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: MarkerFiles",
|
|
"description": "The exported func() []string 'MarkerFiles' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "MarkerFiles",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "func() []string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::TotalLOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalLOC",
|
|
"description": "The exported int 'TotalLOC' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalLOC",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Save",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Save",
|
|
"description": "The exported func(packet *github.com/yourorg/devour/internal/quality/review.ReviewPacket, filename string) error 'Save' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 241,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Save",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "func(packet *github.com/yourorg/devour/internal/quality/review.ReviewPacket, filename string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::TotalFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TotalFiles",
|
|
"description": "The exported int 'TotalFiles' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalFiles",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::ImportReview",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ImportReview",
|
|
"description": "The exported func(filename string, responses map[string]string) error 'ImportReview' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 276,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImportReview",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "func(filename string, responses map[string]string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Generate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Generate",
|
|
"description": "The exported func(findings []github.com/yourorg/devour/internal/quality.Finding, scorecard *github.com/yourorg/devour/internal/quality.Scorecard, lang string) (*github.com/yourorg/devour/internal/quality/review.ReviewPacket, error) 'Generate' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Generate",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "func(findings []github.com/yourorg/devour/internal/quality.Finding, scorecard *github.com/yourorg/devour/internal/quality.Scorecard, lang string) (*github.com/yourorg/devour/internal/quality/review.ReviewPacket, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::NewPacketGenerator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewPacketGenerator",
|
|
"description": "The exported func(dataDir string) *github.com/yourorg/devour/internal/quality/review.PacketGenerator 'NewPacketGenerator' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 57,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewPacketGenerator",
|
|
"package": "github.com/yourorg/devour/internal/quality/review",
|
|
"type": "func(dataDir string) *github.com/yourorg/devour/internal/quality/review.PacketGenerator"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::OnStartup",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: OnStartup",
|
|
"description": "The exported bool 'OnStartup' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 17,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OnStartup",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Start",
|
|
"description": "The exported func(ctx context.Context) error 'Start' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::New",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: New",
|
|
"description": "The exported func(config *github.com/yourorg/devour/internal/scheduler.Config) *github.com/yourorg/devour/internal/scheduler.Scheduler 'New' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "New",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "func(config *github.com/yourorg/devour/internal/scheduler.Config) *github.com/yourorg/devour/internal/scheduler.Scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::AddSource",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AddSource",
|
|
"description": "The exported func(source *github.com/yourorg/devour/pkg/types.Source) 'AddSource' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AddSource",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "func(source *github.com/yourorg/devour/pkg/types.Source)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stop",
|
|
"description": "The exported func() 'Stop' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::CheckMethod",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CheckMethod",
|
|
"description": "The exported string 'CheckMethod' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 16,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CheckMethod",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Port",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Port",
|
|
"description": "The exported int 'Port' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 13,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Port",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Host",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Host",
|
|
"description": "The exported string 'Host' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 12,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Host",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Query",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Query",
|
|
"description": "The exported string 'Query' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 34,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Query",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Content",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Content",
|
|
"description": "The exported string 'Content' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 44,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Content",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::TookMs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TookMs",
|
|
"description": "The exported int64 'TookMs' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 37,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TookMs",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "int64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::QueryResponse",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: QueryResponse",
|
|
"description": "The exported github.com/yourorg/devour/internal/server.QueryResponse 'QueryResponse' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryResponse",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "github.com/yourorg/devour/internal/server.QueryResponse"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stop",
|
|
"description": "The exported func(ctx context.Context) error 'Stop' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 78,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Start",
|
|
"description": "The exported func(ctx context.Context) error 'Start' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Threshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Threshold",
|
|
"description": "The exported float64 'Threshold' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Threshold",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::NewServer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewServer",
|
|
"description": "The exported func(config *github.com/yourorg/devour/internal/server.Config) github.com/yourorg/devour/internal/server.Server 'NewServer' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewServer",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(config *github.com/yourorg/devour/internal/server.Config) github.com/yourorg/devour/internal/server.Server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Start",
|
|
"description": "The exported func(ctx context.Context) error 'Start' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 87,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Limit",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Limit",
|
|
"description": "The exported int 'Limit' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Limit",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ID",
|
|
"description": "The exported string 'ID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 42,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::DocumentID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocumentID",
|
|
"description": "The exported string 'DocumentID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DocumentID",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Source",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Source",
|
|
"description": "The exported string 'Source' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 46,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Source",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Results",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Results",
|
|
"description": "The exported []github.com/yourorg/devour/internal/server.Result 'Results' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Results",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "[]github.com/yourorg/devour/internal/server.Result"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Metadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Metadata",
|
|
"description": "The exported map[string]any 'Metadata' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Metadata",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "map[string]any"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::QueryRequest",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: QueryRequest",
|
|
"description": "The exported github.com/yourorg/devour/internal/server.QueryRequest 'QueryRequest' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 26,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryRequest",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "github.com/yourorg/devour/internal/server.QueryRequest"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stop",
|
|
"description": "The exported func(ctx context.Context) error 'Stop' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 92,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Transport",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Transport",
|
|
"description": "The exported string 'Transport' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 11,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Transport",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Stop",
|
|
"description": "The exported func(ctx context.Context) error 'Stop' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported float64 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 45,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Score",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Total",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Total",
|
|
"description": "The exported int 'Total' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Total",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Start",
|
|
"description": "The exported func(ctx context.Context) error 'Start' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 73,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "func(ctx context.Context) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Query",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Query",
|
|
"description": "The exported string 'Query' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Query",
|
|
"package": "github.com/yourorg/devour/internal/server",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "large_file::internal/quality/plugins/go/analyzers/advanced.go",
|
|
"type": "large_file",
|
|
"title": "Large file detected: 566 lines",
|
|
"description": "File 'advanced.go' has 566 lines (max: 500). Consider splitting into smaller, focused files.",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"loc": "566",
|
|
"max_loc": "500"
|
|
}
|
|
},
|
|
{
|
|
"id": "large_file::internal/quality/plugins/go/analyzers/detectors.go",
|
|
"type": "large_file",
|
|
"title": "Large file detected: 501 lines",
|
|
"description": "File 'detectors.go' has 501 lines (max: 500). Consider splitting into smaller, focused files.",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 0,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"loc": "501",
|
|
"max_loc": "500"
|
|
}
|
|
},
|
|
{
|
|
"id": "large_file::internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"type": "large_file",
|
|
"title": "Large file detected: 524 lines",
|
|
"description": "File 'test_coverage.go' has 524 lines (max: 500). Consider splitting into smaller, focused files.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 0,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"loc": "524",
|
|
"max_loc": "500"
|
|
}
|
|
},
|
|
{
|
|
"id": "large_file::internal/scraper/rustdocs.go",
|
|
"type": "large_file",
|
|
"title": "Large file detected: 564 lines",
|
|
"description": "File 'rustdocs.go' has 564 lines (max: 500). Consider splitting into smaller, focused files.",
|
|
"file": "internal/scraper/rustdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"loc": "564",
|
|
"max_loc": "500"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::traitToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: traitToDocument",
|
|
"description": "Function 'traitToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 371,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "24",
|
|
"name": "traitToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::explainWhyNow",
|
|
"type": "single_use",
|
|
"title": "Single-use function: explainWhyNow",
|
|
"description": "Function 'explainWhyNow' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 419,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "20",
|
|
"name": "explainWhyNow",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::NewSecurityDetector",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewSecurityDetector",
|
|
"description": "Function 'NewSecurityDetector' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 28,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "50",
|
|
"name": "NewSecurityDetector",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::classMethodToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: classMethodToDocument",
|
|
"description": "Function 'classMethodToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 296,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "23",
|
|
"name": "classMethodToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::levenshteinDistance",
|
|
"type": "single_use",
|
|
"title": "Single-use function: levenshteinDistance",
|
|
"description": "Function 'levenshteinDistance' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 290,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "38",
|
|
"name": "levenshteinDistance",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::checkAssignStmt",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkAssignStmt",
|
|
"description": "Function 'checkAssignStmt' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 160,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "30",
|
|
"name": "checkAssignStmt",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::toolToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: toolToDocument",
|
|
"description": "Function 'toolToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 144,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "25",
|
|
"name": "toolToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateHint",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateHint",
|
|
"description": "Function 'generateHint' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 245,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "15",
|
|
"name": "generateHint",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go::globalAPIToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: globalAPIToDocument",
|
|
"description": "Function 'globalAPIToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go",
|
|
"line": 218,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "globalAPIToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::getFuncLOC",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getFuncLOC",
|
|
"description": "Function 'getFuncLOC' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 222,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "22",
|
|
"name": "getFuncLOC",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::buildContext",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildContext",
|
|
"description": "Function 'buildContext' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 121,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "25",
|
|
"name": "buildContext",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::variableToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: variableToDocument",
|
|
"description": "Function 'variableToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 387,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "variableToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::extractFunctions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractFunctions",
|
|
"description": "Function 'extractFunctions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 103,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "24",
|
|
"name": "extractFunctions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go::hookToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: hookToDocument",
|
|
"description": "Function 'hookToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/reactdocs.go",
|
|
"line": 130,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "hookToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::extractVariables",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractVariables",
|
|
"description": "Function 'extractVariables' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 230,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "34",
|
|
"name": "extractVariables",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::buildEnumContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildEnumContent",
|
|
"description": "Function 'buildEnumContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 344,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "26",
|
|
"name": "buildEnumContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::buildPackageContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildPackageContent",
|
|
"description": "Function 'buildPackageContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 160,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "38",
|
|
"name": "buildPackageContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::buildCrateContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildCrateContent",
|
|
"description": "Function 'buildCrateContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 170,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "57",
|
|
"name": "buildCrateContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::composableToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: composableToDocument",
|
|
"description": "Function 'composableToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 173,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "31",
|
|
"name": "composableToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go::calculateNesting",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateNesting",
|
|
"description": "Function 'calculateNesting' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 442,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "40",
|
|
"name": "calculateNesting",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::extractHeadings",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractHeadings",
|
|
"description": "Function 'extractHeadings' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 211,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "10",
|
|
"name": "extractHeadings",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::CalculateScore",
|
|
"type": "single_use",
|
|
"title": "Single-use function: CalculateScore",
|
|
"description": "Function 'CalculateScore' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 24,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "17",
|
|
"name": "CalculateScore",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::findDuplicates",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findDuplicates",
|
|
"description": "Function 'findDuplicates' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 215,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "57",
|
|
"name": "findDuplicates",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::staticToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: staticToDocument",
|
|
"description": "Function 'staticToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 527,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "staticToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::generateContext",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateContext",
|
|
"description": "Function 'generateContext' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 104,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "16",
|
|
"name": "generateContext",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::buildModuleContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildModuleContent",
|
|
"description": "Function 'buildModuleContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 159,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "36",
|
|
"name": "buildModuleContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go::compositionToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: compositionToDocument",
|
|
"description": "Function 'compositionToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go",
|
|
"line": 135,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "compositionToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Add",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Add",
|
|
"description": "Function 'Add' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 92,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "19",
|
|
"name": "Add",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateActions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateActions",
|
|
"description": "Function 'generateActions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 159,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "46",
|
|
"name": "generateActions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::checkComments",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkComments",
|
|
"description": "Function 'checkComments' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 222,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "29",
|
|
"name": "checkComments",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::NewOpenAIClient",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewOpenAIClient",
|
|
"description": "Function 'NewOpenAIClient' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 21,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "24",
|
|
"name": "NewOpenAIClient",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::embedBatch",
|
|
"type": "single_use",
|
|
"title": "Single-use function: embedBatch",
|
|
"description": "Function 'embedBatch' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 118,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "47",
|
|
"name": "embedBatch",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::buildStructContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildStructContent",
|
|
"description": "Function 'buildStructContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 285,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "33",
|
|
"name": "buildStructContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::calculateCyclomaticComplexity",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateCyclomaticComplexity",
|
|
"description": "Function 'calculateCyclomaticComplexity' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 360,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "17",
|
|
"name": "calculateCyclomaticComplexity",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::findEntryPoints",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findEntryPoints",
|
|
"description": "Function 'findEntryPoints' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 176,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "29",
|
|
"name": "findEntryPoints",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::funcToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: funcToDocument",
|
|
"description": "Function 'funcToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 419,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "36",
|
|
"name": "funcToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::constantToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: constantToDocument",
|
|
"description": "Function 'constantToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 349,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "constantToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::promptToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: promptToDocument",
|
|
"description": "Function 'promptToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 198,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "25",
|
|
"name": "promptToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::chunkDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: chunkDocument",
|
|
"description": "Function 'chunkDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 124,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "50",
|
|
"name": "chunkDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::calculateStrictTarget",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateStrictTarget",
|
|
"description": "Function 'calculateStrictTarget' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 322,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "29",
|
|
"name": "calculateStrictTarget",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Register",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Register",
|
|
"description": "Function 'Register' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 21,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "12",
|
|
"name": "Register",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::extractImages",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractImages",
|
|
"description": "Function 'extractImages' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 237,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "10",
|
|
"name": "extractImages",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::crateToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: crateToDocument",
|
|
"description": "Function 'crateToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 138,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "31",
|
|
"name": "crateToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::identifyRisks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: identifyRisks",
|
|
"description": "Function 'identifyRisks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 376,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "identifyRisks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::convertFindings",
|
|
"type": "single_use",
|
|
"title": "Single-use function: convertFindings",
|
|
"description": "Function 'convertFindings' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 75,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "28",
|
|
"name": "convertFindings",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::classifyDimension",
|
|
"type": "single_use",
|
|
"title": "Single-use function: classifyDimension",
|
|
"description": "Function 'classifyDimension' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 147,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "18",
|
|
"name": "classifyDimension",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::configToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: configToDocument",
|
|
"description": "Function 'configToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 232,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "32",
|
|
"name": "configToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::cleanText",
|
|
"type": "single_use",
|
|
"title": "Single-use function: cleanText",
|
|
"description": "Function 'cleanText' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 281,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "10",
|
|
"name": "cleanText",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::extractComments",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractComments",
|
|
"description": "Function 'extractComments' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 265,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "17",
|
|
"name": "extractComments",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::parseCoverageFile",
|
|
"type": "single_use",
|
|
"title": "Single-use function: parseCoverageFile",
|
|
"description": "Function 'parseCoverageFile' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 120,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "45",
|
|
"name": "parseCoverageFile",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::macroToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: macroToDocument",
|
|
"description": "Function 'macroToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 456,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "32",
|
|
"name": "macroToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::buildClassContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildClassContent",
|
|
"description": "Function 'buildClassContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 221,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "40",
|
|
"name": "buildClassContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go::guideToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: guideToDocument",
|
|
"description": "Function 'guideToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go",
|
|
"line": 198,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "24",
|
|
"name": "guideToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::constToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: constToDocument",
|
|
"description": "Function 'constToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 489,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "constToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateHeadline",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateHeadline",
|
|
"description": "Function 'generateHeadline' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 82,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "generateHeadline",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::normalizeFunction",
|
|
"type": "single_use",
|
|
"title": "Single-use function: normalizeFunction",
|
|
"description": "Function 'normalizeFunction' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 193,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "normalizeFunction",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::checkCallExpr",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkCallExpr",
|
|
"description": "Function 'checkCallExpr' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 132,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "checkCallExpr",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::createFinding",
|
|
"type": "single_use",
|
|
"title": "Single-use function: createFinding",
|
|
"description": "Function 'createFinding' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 230,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "createFinding",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go::directiveToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: directiveToDocument",
|
|
"description": "Function 'directiveToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/vuedocs.go",
|
|
"line": 163,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "23",
|
|
"name": "directiveToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::detectLanguage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: detectLanguage",
|
|
"description": "Function 'detectLanguage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 110,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "26",
|
|
"name": "detectLanguage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::calculateNestingDepth",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateNestingDepth",
|
|
"description": "Function 'calculateNestingDepth' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 378,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "33",
|
|
"name": "calculateNestingDepth",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::indexDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: indexDocument",
|
|
"description": "Function 'indexDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 83,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "39",
|
|
"name": "indexDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::detectCycles",
|
|
"type": "single_use",
|
|
"title": "Single-use function: detectCycles",
|
|
"description": "Function 'detectCycles' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 283,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "51",
|
|
"name": "detectCycles",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::min",
|
|
"type": "single_use",
|
|
"title": "Single-use function: min",
|
|
"description": "Function 'min' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 339,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "12",
|
|
"name": "min",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateMilestone",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateMilestone",
|
|
"description": "Function 'generateMilestone' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 404,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "generateMilestone",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::findFunctionEnd",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findFunctionEnd",
|
|
"description": "Function 'findFunctionEnd' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 173,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "18",
|
|
"name": "findFunctionEnd",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::parseFunctionLine",
|
|
"type": "single_use",
|
|
"title": "Single-use function: parseFunctionLine",
|
|
"description": "Function 'parseFunctionLine' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 129,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "42",
|
|
"name": "parseFunctionLine",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::extractImports",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractImports",
|
|
"description": "Function 'extractImports' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 139,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "extractImports",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::dataToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: dataToDocument",
|
|
"description": "Function 'dataToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 437,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "dataToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::buildTypeContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildTypeContent",
|
|
"description": "Function 'buildTypeContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 279,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "30",
|
|
"name": "buildTypeContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateStrategy",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateStrategy",
|
|
"description": "Function 'generateStrategy' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 206,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "38",
|
|
"name": "generateStrategy",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::getSourceFiles",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getSourceFiles",
|
|
"description": "Function 'getSourceFiles' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 138,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "51",
|
|
"name": "getSourceFiles",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateReminders",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateReminders",
|
|
"description": "Function 'generateReminders' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 352,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "23",
|
|
"name": "generateReminders",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::analyzeDirectory",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeDirectory",
|
|
"description": "Function 'analyzeDirectory' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 109,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "36",
|
|
"name": "analyzeDirectory",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::serverToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: serverToDocument",
|
|
"description": "Function 'serverToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 112,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "31",
|
|
"name": "serverToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go::propertyToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: propertyToDocument",
|
|
"description": "Function 'propertyToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/springdocs.go",
|
|
"line": 169,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "28",
|
|
"name": "propertyToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::determinePhase",
|
|
"type": "single_use",
|
|
"title": "Single-use function: determinePhase",
|
|
"description": "Function 'determinePhase' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 47,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "34",
|
|
"name": "determinePhase",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go::typeAliasToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: typeAliasToDocument",
|
|
"description": "Function 'typeAliasToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/tsdocs.go",
|
|
"line": 236,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "26",
|
|
"name": "typeAliasToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetHealthGrade",
|
|
"type": "single_use",
|
|
"title": "Single-use function: GetHealthGrade",
|
|
"description": "Function 'GetHealthGrade' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 69,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "16",
|
|
"name": "GetHealthGrade",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::calculateSimilarity",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateSimilarity",
|
|
"description": "Function 'calculateSimilarity' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 274,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "calculateSimilarity",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go::findCycles",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findCycles",
|
|
"description": "Function 'findCycles' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 263,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "42",
|
|
"name": "findCycles",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::persist",
|
|
"type": "single_use",
|
|
"title": "Single-use function: persist",
|
|
"description": "Function 'persist' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 191,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "18",
|
|
"name": "persist",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::cosineSimilarity",
|
|
"type": "single_use",
|
|
"title": "Single-use function: cosineSimilarity",
|
|
"description": "Function 'cosineSimilarity' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 253,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "18",
|
|
"name": "cosineSimilarity",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::extractTypes",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTypes",
|
|
"description": "Function 'extractTypes' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 192,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "extractTypes",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::ToMarkdown",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ToMarkdown",
|
|
"description": "Function 'ToMarkdown' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 51,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "37",
|
|
"name": "ToMarkdown",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::extractFunctions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractFunctions",
|
|
"description": "Function 'extractFunctions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 154,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "37",
|
|
"name": "extractFunctions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::enhanceContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: enhanceContent",
|
|
"description": "Function 'enhanceContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 90,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "42",
|
|
"name": "enhanceContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::ToTableOfContents",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ToTableOfContents",
|
|
"description": "Function 'ToTableOfContents' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 134,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "35",
|
|
"name": "ToTableOfContents",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::calculateScores",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateScores",
|
|
"description": "Function 'calculateScores' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 207,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "17",
|
|
"name": "calculateScores",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go::checkValueSpec",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkValueSpec",
|
|
"description": "Function 'checkValueSpec' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 191,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "30",
|
|
"name": "checkValueSpec",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::saveHistory",
|
|
"type": "single_use",
|
|
"title": "Single-use function: saveHistory",
|
|
"description": "Function 'saveHistory' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 224,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "35",
|
|
"name": "saveHistory",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go::resourceToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resourceToDocument",
|
|
"description": "Function 'resourceToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/mcpdocs.go",
|
|
"line": 170,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "resourceToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Load",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Load",
|
|
"description": "Function 'Load' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 260,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "15",
|
|
"name": "Load",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::generateTools",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateTools",
|
|
"description": "Function 'generateTools' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 261,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "25",
|
|
"name": "generateTools",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::calculateHash",
|
|
"type": "single_use",
|
|
"title": "Single-use function: calculateHash",
|
|
"description": "Function 'calculateHash' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 211,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "11",
|
|
"name": "calculateHash",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::classifyConvention",
|
|
"type": "single_use",
|
|
"title": "Single-use function: classifyConvention",
|
|
"description": "Function 'classifyConvention' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 147,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "35",
|
|
"name": "classifyConvention",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::extractLinks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractLinks",
|
|
"description": "Function 'extractLinks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 223,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "12",
|
|
"name": "extractLinks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::buildTraitContent",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildTraitContent",
|
|
"description": "Function 'buildTraitContent' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 396,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "22",
|
|
"name": "buildTraitContent",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::generateQuestions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateQuestions",
|
|
"description": "Function 'generateQuestions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 166,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "74",
|
|
"name": "generateQuestions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::commandToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: commandToDocument",
|
|
"description": "Function 'commandToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 265,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "34",
|
|
"name": "commandToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::analyzeFile",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeFile",
|
|
"description": "Function 'analyzeFile' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go",
|
|
"line": 138,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "75",
|
|
"name": "analyzeFile",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::utilityToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: utilityToDocument",
|
|
"description": "Function 'utilityToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 205,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "26",
|
|
"name": "utilityToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go::typeToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: typeToDocument",
|
|
"description": "Function 'typeToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/godocs.go",
|
|
"line": 250,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "28",
|
|
"name": "typeToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go::attributeToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: attributeToDocument",
|
|
"description": "Function 'attributeToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/pythondocs.go",
|
|
"line": 336,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "attributeToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::detectHubPackages",
|
|
"type": "single_use",
|
|
"title": "Single-use function: detectHubPackages",
|
|
"description": "Function 'detectHubPackages' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 359,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "31",
|
|
"name": "detectHubPackages",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::NewStore",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewStore",
|
|
"description": "Function 'NewStore' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 64,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "10",
|
|
"name": "NewStore",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go::structToDocument",
|
|
"type": "single_use",
|
|
"title": "Single-use function: structToDocument",
|
|
"description": "Function 'structToDocument' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/rustdocs.go",
|
|
"line": 257,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "structToDocument",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::filterFindings",
|
|
"type": "single_use",
|
|
"title": "Single-use function: filterFindings",
|
|
"description": "Function 'filterFindings' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 191,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "14",
|
|
"name": "filterFindings",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::findMinorityConvention",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findMinorityConvention",
|
|
"description": "Function 'findMinorityConvention' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 194,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "findMinorityConvention",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::analyzeDebt",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeDebt",
|
|
"description": "Function 'analyzeDebt' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 287,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "34",
|
|
"name": "analyzeDebt",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::addGoSignals",
|
|
"type": "single_use",
|
|
"title": "Single-use function: addGoSignals",
|
|
"description": "Function 'addGoSignals' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go",
|
|
"line": 70,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "30",
|
|
"name": "addGoSignals",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::findFuncAtLine",
|
|
"type": "single_use",
|
|
"title": "Single-use function: findFuncAtLine",
|
|
"description": "Function 'findFuncAtLine' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 291,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "27",
|
|
"name": "findFuncAtLine",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::analyzeDimensions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeDimensions",
|
|
"description": "Function 'analyzeDimensions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 97,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "42",
|
|
"name": "analyzeDimensions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::EmbeddingResponse",
|
|
"type": "single_use",
|
|
"title": "Single-use type: EmbeddingResponse",
|
|
"description": "Type 'EmbeddingResponse' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 54,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EmbeddingResponse",
|
|
"underlying": "struct{Object string \"json:\\\"object\\\"\"; Data []struct{Object string \"json:\\\"object\\\"\"; Index int \"json:\\\"index\\\"\"; Embedding []float32 \"json:\\\"embedding\\\"\"} \"json:\\\"data\\\"\"; Model string \"json:\\\"model\\\"\"; Usage struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"} \"json:\\\"usage\\\"\"; Error *github.com/yourorg/devour/internal/ai.APIError \"json:\\\"error,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::QualityConfig",
|
|
"type": "single_use",
|
|
"title": "Single-use type: QualityConfig",
|
|
"description": "Type 'QualityConfig' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 249,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QualityConfig",
|
|
"underlying": "struct{ReviewMaxAgeDays int \"json:\\\"review_max_age_days\\\"\"; HolisticMaxAgeDays int \"json:\\\"holistic_max_age_days\\\"\"; GenerateScorecard bool \"json:\\\"generate_scorecard\\\"\"; BadgePath string \"json:\\\"badge_path\\\"\"; Exclude []string \"json:\\\"exclude\\\"\"; Ignore []string \"json:\\\"ignore\\\"\"; IgnoreMetadata map[string]interface{} \"json:\\\"ignore_metadata\\\"\"; ZoneOverrides map[string]interface{} \"json:\\\"zone_overrides\\\"\"; ReviewDimensions []string \"json:\\\"review_dimensions\\\"\"; ReviewAllowCustomDimensions bool \"json:\\\"review_allow_custom_dimensions\\\"\"; ReviewCustomDimensions []string \"json:\\\"review_custom_dimensions\\\"\"; LargeFilesThreshold int \"json:\\\"large_files_threshold\\\"\"; PropsThreshold int \"json:\\\"props_threshold\\\"\"; FindingNoiseBudget int \"json:\\\"finding_noise_budget\\\"\"; FindingNoiseGlobalBudget int \"json:\\\"finding_noise_global_budget\\\"\"; TargetStrictScore int \"json:\\\"target_strict_score\\\"\"; Languages map[string]interface{} \"json:\\\"languages\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Result",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Result",
|
|
"description": "Type 'Result' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 41,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Result",
|
|
"underlying": "struct{ID string \"json:\\\"id\\\"\"; DocumentID string \"json:\\\"document_id\\\"\"; Content string \"json:\\\"content\\\"\"; Score float64 \"json:\\\"score\\\"\"; Source string \"json:\\\"source\\\"\"; Metadata map[string]any \"json:\\\"metadata,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::ChatResponse",
|
|
"type": "single_use",
|
|
"title": "Single-use type: ChatResponse",
|
|
"description": "Type 'ChatResponse' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 181,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChatResponse",
|
|
"underlying": "struct{ID string \"json:\\\"id\\\"\"; Object string \"json:\\\"object\\\"\"; Created int64 \"json:\\\"created\\\"\"; Model string \"json:\\\"model\\\"\"; Choices []struct{Index int \"json:\\\"index\\\"\"; Message github.com/yourorg/devour/internal/ai.ChatMessage \"json:\\\"message\\\"\"; Finish string \"json:\\\"finish_reason\\\"\"} \"json:\\\"choices\\\"\"; Usage struct{PromptTokens int \"json:\\\"prompt_tokens\\\"\"; CompletionTokens int \"json:\\\"completion_tokens\\\"\"; TotalTokens int \"json:\\\"total_tokens\\\"\"} \"json:\\\"usage\\\"\"; Error *github.com/yourorg/devour/internal/ai.APIError \"json:\\\"error,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Potentials",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Potentials",
|
|
"description": "Type 'Potentials' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 89,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Potentials",
|
|
"underlying": "struct{Languages map[string]*github.com/yourorg/devour/internal/quality.LanguagePotentials \"json:\\\"languages\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Scraper",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Scraper",
|
|
"description": "Type 'Scraper' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 72,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scraper",
|
|
"underlying": "interface{DetectChanges(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source, lastHash string) (bool, string, error); Scrape(ctx context.Context, source *github.com/yourorg/devour/internal/scraper.Source) ([]*github.com/yourorg/devour/internal/scraper.Document, error)}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Server",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Server",
|
|
"description": "Type 'Server' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 17,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Server",
|
|
"underlying": "interface{Start(ctx context.Context) error; Stop(ctx context.Context) error}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::EmbeddingRequest",
|
|
"type": "single_use",
|
|
"title": "Single-use type: EmbeddingRequest",
|
|
"description": "Type 'EmbeddingRequest' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 47,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EmbeddingRequest",
|
|
"underlying": "struct{Model string \"json:\\\"model\\\"\"; Input []string \"json:\\\"input\\\"\"; Dimensions int \"json:\\\"dimensions,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::LanguageDetector",
|
|
"type": "single_use",
|
|
"title": "Single-use type: LanguageDetector",
|
|
"description": "Type 'LanguageDetector' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 21,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LanguageDetector",
|
|
"underlying": "interface{ExtractClasses(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.ClassInfo, error); ExtractFunctions(ctx context.Context, files []string) ([]github.com/yourorg/devour/internal/quality.FunctionInfo, error); SupportedLanguages() []string; github.com/yourorg/devour/internal/quality.Detector}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DetectorTransparency",
|
|
"type": "single_use",
|
|
"title": "Single-use type: DetectorTransparency",
|
|
"description": "Type 'DetectorTransparency' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 66,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectorTransparency",
|
|
"underlying": "struct{Rows []github.com/yourorg/devour/internal/quality.DetectorRow \"json:\\\"rows\\\"\"; Totals github.com/yourorg/devour/internal/quality.DetectorTotals \"json:\\\"totals\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::MoveTool",
|
|
"type": "single_use",
|
|
"title": "Single-use type: MoveTool",
|
|
"description": "Type 'MoveTool' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 204,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "MoveTool",
|
|
"underlying": "struct{Available bool \"json:\\\"available\\\"\"; Relevant bool \"json:\\\"relevant\\\"\"; Reason *string \"json:\\\"reason\\\"\"; Usage string \"json:\\\"usage\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionScore",
|
|
"type": "single_use",
|
|
"title": "Single-use type: DimensionScore",
|
|
"description": "Type 'DimensionScore' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 36,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionScore",
|
|
"underlying": "struct{Score float64 \"json:\\\"score\\\"\"; Strict float64 \"json:\\\"strict\\\"\"; Checks int \"json:\\\"checks\\\"\"; Issues int \"json:\\\"issues\\\"\"; Tier int \"json:\\\"tier\\\"\"; Detectors map[string]*github.com/yourorg/devour/internal/quality.DetectorMetrics \"json:\\\"detectors\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::TestEvent",
|
|
"type": "single_use",
|
|
"title": "Single-use type: TestEvent",
|
|
"description": "Type 'TestEvent' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 509,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TestEvent",
|
|
"underlying": "struct{Time string \"json:\\\"Time\\\"\"; Action string \"json:\\\"Action\\\"\"; Package string \"json:\\\"Package\\\"\"; Test string \"json:\\\"Test\\\"\"; Elapsed float64 \"json:\\\"Elapsed\\\"\"; Output string \"json:\\\"Output\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::CodebaseMetrics",
|
|
"type": "single_use",
|
|
"title": "Single-use type: CodebaseMetrics",
|
|
"description": "Type 'CodebaseMetrics' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 118,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CodebaseMetrics",
|
|
"underlying": "struct{Languages map[string]*github.com/yourorg/devour/internal/quality.LanguageMetrics \"json:\\\"languages\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LanguagePotentials",
|
|
"type": "single_use",
|
|
"title": "Single-use type: LanguagePotentials",
|
|
"description": "Type 'LanguagePotentials' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 94,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LanguagePotentials",
|
|
"underlying": "struct{Logs int \"json:\\\"logs\\\"\"; Unused int \"json:\\\"unused\\\"\"; Exports int \"json:\\\"exports\\\"\"; Deprecated int \"json:\\\"deprecated\\\"\"; Structural int \"json:\\\"structural\\\"\"; FlatDirs int \"json:\\\"flat_dirs\\\"\"; Props int \"json:\\\"props\\\"\"; SingleUse int \"json:\\\"single_use\\\"\"; Coupling int \"json:\\\"coupling\\\"\"; Cycles int \"json:\\\"cycles\\\"\"; Orphaned int \"json:\\\"orphaned\\\"\"; Patterns int \"json:\\\"patterns\\\"\"; Naming int \"json:\\\"naming\\\"\"; Facade int \"json:\\\"facade\\\"\"; TestCoverage int \"json:\\\"test_coverage\\\"\"; Smells int \"json:\\\"smells\\\"\"; React int \"json:\\\"react\\\"\"; Security int \"json:\\\"security\\\"\"; SubjectiveReview int \"json:\\\"subjective_review\\\"\"; Dupes int \"json:\\\"dupes\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::SuppressionInfo",
|
|
"type": "single_use",
|
|
"title": "Single-use type: SuppressionInfo",
|
|
"description": "Type 'SuppressionInfo' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 292,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SuppressionInfo",
|
|
"underlying": "struct{LastIgnored int \"json:\\\"last_ignored\\\"\"; LastRawFindings int \"json:\\\"last_raw_findings\\\"\"; LastSuppressedPct float64 \"json:\\\"last_suppressed_pct\\\"\"; LastIgnorePatterns int \"json:\\\"last_ignore_patterns\\\"\"; RecentScans int \"json:\\\"recent_scans\\\"\"; RecentIgnored int \"json:\\\"recent_ignored\\\"\"; RecentRawFindings int \"json:\\\"recent_raw_findings\\\"\"; RecentSuppressedPct float64 \"json:\\\"recent_suppressed_pct\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DetectorRow",
|
|
"type": "single_use",
|
|
"title": "Single-use type: DetectorRow",
|
|
"description": "Type 'DetectorRow' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 72,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectorRow",
|
|
"underlying": "struct{Detector string \"json:\\\"detector\\\"\"; Visible int \"json:\\\"visible\\\"\"; Suppressed int \"json:\\\"suppressed\\\"\"; Excluded int \"json:\\\"excluded\\\"\"; TotalDetected int \"json:\\\"total_detected\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReminderHistory",
|
|
"type": "single_use",
|
|
"title": "Single-use type: ReminderHistory",
|
|
"description": "Type 'ReminderHistory' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 235,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReminderHistory",
|
|
"underlying": "struct{ReportScores int \"json:\\\"report_scores\\\"\"; AutoFixersAvailable int \"json:\\\"auto_fixers_available\\\"\"; DryRunFirst int \"json:\\\"dry_run_first\\\"\"; ZoneClassification int \"json:\\\"zone_classification\\\"\"; FPCalibrationExportsProduction int \"json:\\\"fp_calibration_exports_production\\\"\"; FeedbackNudge int \"json:\\\"feedback_nudge\\\"\"; WontfixGrowing int \"json:\\\"wontfix_growing\\\"\"; StagnantNudge int \"json:\\\"stagnant_nudge\\\"\"; ReviewNotRun int \"json:\\\"review_not_run\\\"\"; BadgeRecommendation int \"json:\\\"badge_recommendation\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Patch",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Patch",
|
|
"description": "Type 'Patch' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 149,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Patch",
|
|
"underlying": "struct{File string; OldText string; NewText string; Start int; End int}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::ChatRequest",
|
|
"type": "single_use",
|
|
"title": "Single-use type: ChatRequest",
|
|
"description": "Type 'ChatRequest' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 167,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChatRequest",
|
|
"underlying": "struct{Model string \"json:\\\"model\\\"\"; Messages []github.com/yourorg/devour/internal/ai.ChatMessage \"json:\\\"messages\\\"\"; Temperature float64 \"json:\\\"temperature,omitempty\\\"\"; MaxTokens int \"json:\\\"max_tokens,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DetectorTotals",
|
|
"type": "single_use",
|
|
"title": "Single-use type: DetectorTotals",
|
|
"description": "Type 'DetectorTotals' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 81,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectorTotals",
|
|
"underlying": "struct{Visible int \"json:\\\"visible\\\"\"; Suppressed int \"json:\\\"suppressed\\\"\"; Excluded int \"json:\\\"excluded\\\"\"; Detectors int \"json:\\\"detectors\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::Client",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Client",
|
|
"description": "Type 'Client' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 20,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Client",
|
|
"underlying": "interface{Embed(ctx context.Context, texts []string) ([][]float32, error); QueryWithContext(ctx context.Context, query string, context []string) (string, error)}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DetectorMetrics",
|
|
"type": "single_use",
|
|
"title": "Single-use type: DetectorMetrics",
|
|
"description": "Type 'DetectorMetrics' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 28,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectorMetrics",
|
|
"underlying": "struct{Potential int \"json:\\\"potential\\\"\"; PassRate float64 \"json:\\\"pass_rate\\\"\"; Issues int \"json:\\\"issues\\\"\"; WeightedFailures float64 \"json:\\\"weighted_failures\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ScanStats",
|
|
"type": "single_use",
|
|
"title": "Single-use type: ScanStats",
|
|
"description": "Type 'ScanStats' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 46,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ScanStats",
|
|
"underlying": "struct{Total int \"json:\\\"total\\\"\"; Open int \"json:\\\"open\\\"\"; Fixed int \"json:\\\"fixed\\\"\"; AutoResolved int \"json:\\\"auto_resolved\\\"\"; Wontfix int \"json:\\\"wontfix\\\"\"; FalsePositive int \"json:\\\"false_positive\\\"\"; ByTier map[string]*github.com/yourorg/devour/internal/quality.TierStats \"json:\\\"by_tier\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Registry",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Registry",
|
|
"description": "Type 'Registry' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 10,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Registry",
|
|
"underlying": "struct{mu sync.RWMutex; plugins map[string]github.com/yourorg/devour/internal/quality/plugins.LanguagePlugin}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LanguageMetrics",
|
|
"type": "single_use",
|
|
"title": "Single-use type: LanguageMetrics",
|
|
"description": "Type 'LanguageMetrics' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 123,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LanguageMetrics",
|
|
"underlying": "struct{TotalFiles int \"json:\\\"total_files\\\"\"; TotalLOC int \"json:\\\"total_loc\\\"\"; TotalDirectories int \"json:\\\"total_directories\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/internal/scraper",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: scraper",
|
|
"description": "Package 'github.com/yourorg/devour/internal/scraper' imports 25 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/internal/scraper",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 15,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "25",
|
|
"imports": "encoding/json,github.com/yourorg/devour/pkg/dockerdocs,io,net/url,github.com/yourorg/devour/pkg/mcpdocs,github.com/yourorg/devour/pkg/nuxtdocs,github.com/yourorg/devour/pkg/vuedocs,github.com/yourorg/devour/pkg/javadocs,crypto/sha256,context,github.com/yourorg/devour/pkg/godocs,encoding/hex,fmt,net/http,github.com/yourorg/devour/pkg/rustdocs,regexp,github.com/yourorg/devour/pkg/tsdocs,github.com/yourorg/devour/pkg/springdocs,github.com/yourorg/devour/pkg/astrodocs,github.com/yourorg/devour/pkg/cloudflaredocs,strings,github.com/yourorg/devour/pkg/pythondocs,time,github.com/gocolly/colly/v2,github.com/yourorg/devour/pkg/reactdocs",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: analyzers",
|
|
"description": "Package 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers' imports 14 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "14",
|
|
"imports": "os,github.com/yourorg/devour/internal/quality,go/types,regexp,context,fmt,os/exec,strings,golang.org/x/tools/go/packages,path/filepath,encoding/json,go/ast,go/parser,go/token",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: go",
|
|
"description": "Package 'github.com/yourorg/devour/internal/quality/plugins/go' imports 14 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "14",
|
|
"imports": "go/token,github.com/yourorg/devour/internal/quality/plugins,github.com/yourorg/devour/internal/quality/plugins/go/analyzers,go/parser,context,fmt,go/types,github.com/yourorg/devour/internal/quality/plugins/go/fixers,strings,path/filepath,go/ast,golang.org/x/tools/go/packages,os,github.com/yourorg/devour/internal/quality",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_struct::internal/quality/enhanced_types.go::LanguagePotentials",
|
|
"type": "god_struct",
|
|
"title": "God struct detected: LanguagePotentials",
|
|
"description": "Struct 'LanguagePotentials' has 20 fields (max: 15). Consider breaking it into smaller, focused structs.",
|
|
"file": "internal/quality/enhanced_types.go",
|
|
"line": 94,
|
|
"severity": 3,
|
|
"score": 10,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"field_count": "20",
|
|
"max_fields": "15",
|
|
"struct_name": "LanguagePotentials"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_struct::internal/quality/enhanced_types.go::QualityConfig",
|
|
"type": "god_struct",
|
|
"title": "God struct detected: QualityConfig",
|
|
"description": "Struct 'QualityConfig' has 17 fields (max: 15). Consider breaking it into smaller, focused structs.",
|
|
"file": "internal/quality/enhanced_types.go",
|
|
"line": 249,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"field_count": "17",
|
|
"max_fields": "15",
|
|
"struct_name": "QualityConfig"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_struct::internal/quality/enhanced_types.go::EnhancedStatus",
|
|
"type": "god_struct",
|
|
"title": "God struct detected: EnhancedStatus",
|
|
"description": "Struct 'EnhancedStatus' has 18 fields (max: 15). Consider breaking it into smaller, focused structs.",
|
|
"file": "internal/quality/enhanced_types.go",
|
|
"line": 270,
|
|
"severity": 3,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"field_count": "18",
|
|
"max_fields": "15",
|
|
"struct_name": "EnhancedStatus"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/indexer/indexer.go::239",
|
|
"type": "debug_log",
|
|
"title": "Potential debug print in non-CLI code",
|
|
"description": "Found 'fmt.Printf' in library code. Consider using structured logging or returning errors.",
|
|
"file": "internal/indexer/indexer.go",
|
|
"line": 239,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "fmt.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/detectors/complexity.go::127",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/detectors/complexity.go",
|
|
"line": 127,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/detectors/duplication.go::62",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/detectors/duplication.go",
|
|
"line": 62,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::42",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 42,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::51",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 51,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::61",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 61,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::65",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 65,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::71",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 71,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::78",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 78,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::86",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 86,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/quality/scanner.go::103",
|
|
"type": "debug_log",
|
|
"title": "Debug log statement detected",
|
|
"description": "Found 'log.Printf' statement. Consider using structured logging instead.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 103,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "log.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "debug_log::internal/scraper/web.go::66",
|
|
"type": "debug_log",
|
|
"title": "Potential debug print in non-CLI code",
|
|
"description": "Found 'fmt.Printf' in library code. Consider using structured logging or returning errors.",
|
|
"file": "internal/scraper/web.go",
|
|
"line": 66,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"call": "fmt.Printf"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LargeFilesThreshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LargeFilesThreshold",
|
|
"description": "The exported variable 'LargeFilesThreshold' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 261,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LargeFilesThreshold",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Threshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Threshold",
|
|
"description": "The exported variable 'Threshold' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Threshold",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::BuildDependencyGraph",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: BuildDependencyGraph",
|
|
"description": "The exported function 'BuildDependencyGraph' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BuildDependencyGraph",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::ImportedBy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ImportedBy",
|
|
"description": "The exported variable 'ImportedBy' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 104,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImportedBy",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Patches",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Patches",
|
|
"description": "The exported variable 'Patches' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 143,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Patches",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetNextPriority",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetNextPriority",
|
|
"description": "The exported function 'GetNextPriority' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 142,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetNextPriority",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Used",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Used",
|
|
"description": "The exported variable 'Used' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 59,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Used",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::MarkerFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: MarkerFiles",
|
|
"description": "The exported function 'MarkerFiles' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "MarkerFiles",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::Scan",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Scan",
|
|
"description": "The exported function 'Scan' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scan",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Relevant",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Relevant",
|
|
"description": "The exported variable 'Relevant' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 206,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Relevant",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::SingleUse",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: SingleUse",
|
|
"description": "The exported variable 'SingleUse' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 102,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SingleUse",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::React",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: React",
|
|
"description": "The exported variable 'React' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 111,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "React",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::End",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: End",
|
|
"description": "The exported variable 'End' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 154,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "End",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentRawFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RecentRawFindings",
|
|
"description": "The exported variable 'RecentRawFindings' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 299,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentRawFindings",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalFiles",
|
|
"description": "The exported variable 'TotalFiles' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 124,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalFiles",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewNotRun",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReviewNotRun",
|
|
"description": "The exported variable 'ReviewNotRun' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 244,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewNotRun",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::PromptTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: PromptTokens",
|
|
"description": "The exported variable 'PromptTokens' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PromptTokens",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Classes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Classes",
|
|
"description": "The exported variable 'Classes' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 45,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Classes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::AutoFixersAvailable",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: AutoFixersAvailable",
|
|
"description": "The exported variable 'AutoFixersAvailable' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 237,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AutoFixersAvailable",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Fix",
|
|
"description": "The exported function 'Fix' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 137,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Metadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Metadata",
|
|
"description": "The exported variable 'Metadata' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Metadata",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Suppression",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Suppression",
|
|
"description": "The exported variable 'Suppression' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 282,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Suppression",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Detect",
|
|
"description": "The exported function 'Detect' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::AutoResolved",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: AutoResolved",
|
|
"description": "The exported variable 'AutoResolved' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 50,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AutoResolved",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Query",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Query",
|
|
"description": "The exported variable 'Query' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 34,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Query",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FlatDirs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FlatDirs",
|
|
"description": "The exported variable 'FlatDirs' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 100,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FlatDirs",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Coupling",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Coupling",
|
|
"description": "The exported variable 'Coupling' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 103,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Coupling",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Visible",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Visible",
|
|
"description": "The exported variable 'Visible' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 74,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Visible",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::OverallScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: OverallScore",
|
|
"description": "The exported variable 'OverallScore' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 272,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OverallScore",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Facade",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Facade",
|
|
"description": "The exported variable 'Facade' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 108,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Facade",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Position",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Position",
|
|
"description": "The exported variable 'Position' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Position",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ByTier",
|
|
"description": "The exported variable 'ByTier' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 53,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ByTier",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::Extensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Extensions",
|
|
"description": "The exported function 'Extensions' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Extensions",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Tier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Tier",
|
|
"description": "The exported variable 'Tier' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Tier",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::DefaultSrcDir",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DefaultSrcDir",
|
|
"description": "The exported function 'DefaultSrcDir' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DefaultSrcDir",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetOpenFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetOpenFindings",
|
|
"description": "The exported function 'GetOpenFindings' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 288,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetOpenFindings",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ID",
|
|
"description": "The exported variable 'ID' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 182,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::BaseClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: BaseClasses",
|
|
"description": "The exported variable 'BaseClasses' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 67,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BaseClasses",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Stop",
|
|
"description": "The exported function 'Stop' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 78,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentSuppressedPct",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RecentSuppressedPct",
|
|
"description": "The exported variable 'RecentSuppressedPct' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 300,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentSuppressedPct",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::RegisterDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: RegisterDetector",
|
|
"description": "The exported function 'RegisterDetector' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RegisterDetector",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Output",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Output",
|
|
"description": "The exported variable 'Output' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 515,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Output",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::OnStartup",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: OnStartup",
|
|
"description": "The exported variable 'OnStartup' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 17,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OnStartup",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Start",
|
|
"description": "The exported function 'Start' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CanFix",
|
|
"description": "The exported function 'CanFix' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::New",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: New",
|
|
"description": "The exported function 'New' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "New",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go::DetectLanguage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DetectLanguage",
|
|
"description": "The exported function 'DetectLanguage' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go",
|
|
"line": 157,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectLanguage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentIgnored",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RecentIgnored",
|
|
"description": "The exported variable 'RecentIgnored' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 298,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentIgnored",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalLOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalLOC",
|
|
"description": "The exported variable 'TotalLOC' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 125,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalLOC",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::EnhancedStatus",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: EnhancedStatus",
|
|
"description": "The exported type 'EnhancedStatus' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 270,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EnhancedStatus",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::Generate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Generate",
|
|
"description": "The exported function 'Generate' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Generate",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastIgnorePatterns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastIgnorePatterns",
|
|
"description": "The exported variable 'LastIgnorePatterns' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 296,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastIgnorePatterns",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::BadgeRecommendation",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: BadgeRecommendation",
|
|
"description": "The exported variable 'BadgeRecommendation' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 245,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BadgeRecommendation",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ZoneClassification",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ZoneClassification",
|
|
"description": "The exported variable 'ZoneClassification' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 239,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ZoneClassification",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::IsSourceFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: IsSourceFile",
|
|
"description": "The exported function 'IsSourceFile' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsSourceFile",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Languages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Languages",
|
|
"description": "The exported variable 'Languages' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 119,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Languages",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Repo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Repo",
|
|
"description": "The exported variable 'Repo' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 38,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Repo",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ImpactRatio",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ImpactRatio",
|
|
"description": "The exported variable 'ImpactRatio' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 191,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImpactRatio",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Detect",
|
|
"description": "The exported function 'Detect' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 283,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detect",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Code",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Code",
|
|
"description": "The exported variable 'Code' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 73,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Code",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::FormatWithTOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: FormatWithTOC",
|
|
"description": "The exported function 'FormatWithTOC' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatWithTOC",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/markdown"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastSuppressedPct",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastSuppressedPct",
|
|
"description": "The exported variable 'LastSuppressedPct' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 295,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastSuppressedPct",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CreateDetectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CreateDetectors",
|
|
"description": "The exported function 'CreateDetectors' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateDetectors",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Fix",
|
|
"description": "The exported function 'Fix' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 193,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fix",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::NewServer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewServer",
|
|
"description": "The exported function 'NewServer' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewServer",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ZoneOverrides",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ZoneOverrides",
|
|
"description": "The exported variable 'ZoneOverrides' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 257,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ZoneOverrides",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewCustomDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReviewCustomDimensions",
|
|
"description": "The exported variable 'ReviewCustomDimensions' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 260,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewCustomDimensions",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StuckScans",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: StuckScans",
|
|
"description": "The exported variable 'StuckScans' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 172,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StuckScans",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StrictAllDetected",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: StrictAllDetected",
|
|
"description": "The exported variable 'StrictAllDetected' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 275,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StrictAllDetected",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Usage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Usage",
|
|
"description": "The exported variable 'Usage' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 208,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Usage",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::RecentScans",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RecentScans",
|
|
"description": "The exported variable 'RecentScans' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 297,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RecentScans",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::NewScanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewScanner",
|
|
"description": "The exported function 'NewScanner' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 21,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScanner",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReviewDimensions",
|
|
"description": "The exported variable 'ReviewDimensions' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 258,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewDimensions",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Totals",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Totals",
|
|
"description": "The exported variable 'Totals' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Totals",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Ignores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Ignores",
|
|
"description": "The exported variable 'Ignores' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 281,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Ignores",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Get",
|
|
"description": "The exported function 'Get' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::Embed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Embed",
|
|
"description": "The exported function 'Embed' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Embed",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::CompletionTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: CompletionTokens",
|
|
"description": "The exported variable 'CompletionTokens' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 193,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CompletionTokens",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go::DetectChanges",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DetectChanges",
|
|
"description": "The exported function 'DetectChanges' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/astrodocs.go",
|
|
"line": 60,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectChanges",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::RetryCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RetryCount",
|
|
"description": "The exported variable 'RetryCount' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RetryCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewAllowCustomDimensions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReviewAllowCustomDimensions",
|
|
"description": "The exported variable 'ReviewAllowCustomDimensions' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 259,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewAllowCustomDimensions",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PassRate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: PassRate",
|
|
"description": "The exported variable 'PassRate' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 30,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PassRate",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReviewMaxAgeDays",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReviewMaxAgeDays",
|
|
"description": "The exported variable 'ReviewMaxAgeDays' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 250,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReviewMaxAgeDays",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::NewFormatter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewFormatter",
|
|
"description": "The exported function 'NewFormatter' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewFormatter",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/markdown"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::TotalLOC",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalLOC",
|
|
"description": "The exported variable 'TotalLOC' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalLOC",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::BatchSize",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: BatchSize",
|
|
"description": "The exported variable 'BatchSize' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 22,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BatchSize",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Object",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Object",
|
|
"description": "The exported variable 'Object' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 57,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Object",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Merge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Merge",
|
|
"description": "The exported function 'Merge' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 118,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Merge",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::AddSource",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: AddSource",
|
|
"description": "The exported function 'AddSource' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AddSource",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Transport",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Transport",
|
|
"description": "The exported variable 'Transport' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 11,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Transport",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Clear",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Clear",
|
|
"description": "The exported function 'Clear' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 180,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Clear",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/vector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::Hash",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Hash",
|
|
"description": "The exported variable 'Hash' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 25,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Hash",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/markdown"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Deprecated",
|
|
"description": "The exported variable 'Deprecated' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Deprecated",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Methods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Methods",
|
|
"description": "The exported variable 'Methods' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Methods",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Created",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Created",
|
|
"description": "The exported variable 'Created' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 184,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Created",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Start",
|
|
"description": "The exported variable 'Start' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 153,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastRawFindings",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastRawFindings",
|
|
"description": "The exported variable 'LastRawFindings' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 294,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastRawFindings",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::MaxTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: MaxTokens",
|
|
"description": "The exported variable 'MaxTokens' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "MaxTokens",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FalsePositive",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FalsePositive",
|
|
"description": "The exported variable 'FalsePositive' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 52,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FalsePositive",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::ResetSubjective",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ResetSubjective",
|
|
"description": "The exported variable 'ResetSubjective' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 108,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ResetSubjective",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CreateFixers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CreateFixers",
|
|
"description": "The exported function 'CreateFixers' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 30,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateFixers",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::TookMs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TookMs",
|
|
"description": "The exported variable 'TookMs' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 37,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TookMs",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Unused",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Unused",
|
|
"description": "The exported variable 'Unused' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 96,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Unused",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PropsThreshold",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: PropsThreshold",
|
|
"description": "The exported variable 'PropsThreshold' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 262,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PropsThreshold",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Fset",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Fset",
|
|
"description": "The exported variable 'Fset' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 160,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fset",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::AnalyzeFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: AnalyzeFile",
|
|
"description": "The exported function 'AnalyzeFile' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AnalyzeFile",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Generate",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Generate",
|
|
"description": "The exported function 'Generate' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Generate",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::Source",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Source",
|
|
"description": "The exported variable 'Source' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Source",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/markdown"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Start",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Start",
|
|
"description": "The exported function 'Start' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 19,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Start",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::ExtractClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ExtractClasses",
|
|
"description": "The exported function 'ExtractClasses' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 31,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractClasses",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::IsUsed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsUsed",
|
|
"description": "The exported variable 'IsUsed' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 70,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsUsed",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Description",
|
|
"description": "The exported function 'Description' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 131,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::DocumentID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DocumentID",
|
|
"description": "The exported variable 'DocumentID' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DocumentID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Ignore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Ignore",
|
|
"description": "The exported variable 'Ignore' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 255,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Ignore",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::NewClient",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewClient",
|
|
"description": "The exported function 'NewClient' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewClient",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::BuildDependencyGraph",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: BuildDependencyGraph",
|
|
"description": "The exported function 'BuildDependencyGraph' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BuildDependencyGraph",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::NewText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: NewText",
|
|
"description": "The exported variable 'NewText' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 152,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewText",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Move",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Move",
|
|
"description": "The exported variable 'Move' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 198,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Move",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Content",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Content",
|
|
"description": "The exported variable 'Content' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 44,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Content",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Finish",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Finish",
|
|
"description": "The exported variable 'Finish' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 189,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Finish",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Branch",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Branch",
|
|
"description": "The exported variable 'Branch' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Branch",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::CheckMethod",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: CheckMethod",
|
|
"description": "The exported variable 'CheckMethod' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 16,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CheckMethod",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::BadgePath",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: BadgePath",
|
|
"description": "The exported variable 'BadgePath' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 110,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "BadgePath",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::ImportReview",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ImportReview",
|
|
"description": "The exported function 'ImportReview' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 276,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImportReview",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ObjectiveScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ObjectiveScore",
|
|
"description": "The exported variable 'ObjectiveScore' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 273,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ObjectiveScore",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetTrend",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetTrend",
|
|
"description": "The exported function 'GetTrend' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 308,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetTrend",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Results",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Results",
|
|
"description": "The exported variable 'Results' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Results",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Logs",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Logs",
|
|
"description": "The exported variable 'Logs' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 95,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Logs",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::ParseGoTestJSON",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseGoTestJSON",
|
|
"description": "The exported function 'ParseGoTestJSON' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 482,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseGoTestJSON",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GenerateScorecard",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GenerateScorecard",
|
|
"description": "The exported function 'GenerateScorecard' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GenerateScorecard",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::NewScraper",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewScraper",
|
|
"description": "The exported function 'NewScraper' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 81,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScraper",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::NoBadge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: NoBadge",
|
|
"description": "The exported variable 'NoBadge' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 109,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NoBadge",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Description",
|
|
"description": "The exported function 'Description' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 185,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Description",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::SubjectiveReview",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: SubjectiveReview",
|
|
"description": "The exported variable 'SubjectiveReview' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 113,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SubjectiveReview",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Potential",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Potential",
|
|
"description": "The exported variable 'Potential' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Potential",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Smells",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Smells",
|
|
"description": "The exported variable 'Smells' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 110,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Smells",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::AnalyzeFile",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: AnalyzeFile",
|
|
"description": "The exported function 'AnalyzeFile' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "AnalyzeFile",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::PrimaryAction",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: PrimaryAction",
|
|
"description": "The exported variable 'PrimaryAction' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 148,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrimaryAction",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetFindingsByTier",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetFindingsByTier",
|
|
"description": "The exported function 'GetFindingsByTier' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 166,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetFindingsByTier",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Cycles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Cycles",
|
|
"description": "The exported variable 'Cycles' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 104,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Cycles",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::CanFix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CanFix",
|
|
"description": "The exported function 'CanFix' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 134,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CanFix",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::GetForExtension",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetForExtension",
|
|
"description": "The exported function 'GetForExtension' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetForExtension",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Strict",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Strict",
|
|
"description": "The exported variable 'Strict' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 167,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Strict",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FindingNoiseBudget",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FindingNoiseBudget",
|
|
"description": "The exported variable 'FindingNoiseBudget' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 263,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FindingNoiseBudget",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DimensionScores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DimensionScores",
|
|
"description": "The exported variable 'DimensionScores' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 276,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DimensionScores",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::DefaultSrcDir",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DefaultSrcDir",
|
|
"description": "The exported function 'DefaultSrcDir' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 24,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DefaultSrcDir",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go::NewNarrativeGenerator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewNarrativeGenerator",
|
|
"description": "The exported function 'NewNarrativeGenerator' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/narrative.go",
|
|
"line": 12,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewNarrativeGenerator",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go::Time",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Time",
|
|
"description": "The exported variable 'Time' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 510,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Time",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Delete",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Delete",
|
|
"description": "The exported function 'Delete' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 227,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Delete",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Type",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Type",
|
|
"description": "The exported variable 'Type' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 72,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Type",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Search",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Search",
|
|
"description": "The exported function 'Search' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 194,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Search",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ImpactDescription",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ImpactDescription",
|
|
"description": "The exported variable 'ImpactDescription' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 171,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ImpactDescription",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::All",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: All",
|
|
"description": "The exported function 'All' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 44,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "All",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Detectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Detectors",
|
|
"description": "The exported variable 'Detectors' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 85,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Detectors",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::NewComplexityDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewComplexityDetector",
|
|
"description": "The exported function 'NewComplexityDetector' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewComplexityDetector",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go::QueryWithContext",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: QueryWithContext",
|
|
"description": "The exported function 'QueryWithContext' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/ai.go",
|
|
"line": 25,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryWithContext",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Name",
|
|
"description": "The exported function 'Name' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 23,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Port",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Port",
|
|
"description": "The exported variable 'Port' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 13,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Port",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go::Scrape",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Scrape",
|
|
"description": "The exported function 'Scrape' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/nuxtdocs.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Scrape",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::CreatedAt",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: CreatedAt",
|
|
"description": "The exported variable 'CreatedAt' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreatedAt",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::NewScorer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewScorer",
|
|
"description": "The exported function 'NewScorer' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 14,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewScorer",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Total",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Total",
|
|
"description": "The exported variable 'Total' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Total",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::NewStateManager",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewStateManager",
|
|
"description": "The exported function 'NewStateManager' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 52,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewStateManager",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Metrics",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Metrics",
|
|
"description": "The exported variable 'Metrics' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Metrics",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::ReportScores",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReportScores",
|
|
"description": "The exported variable 'ReportScores' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 236,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ReportScores",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Structural",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Structural",
|
|
"description": "The exported variable 'Structural' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 99,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Structural",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Rows",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Rows",
|
|
"description": "The exported variable 'Rows' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 67,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Rows",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Subjective",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Subjective",
|
|
"description": "The exported variable 'Subjective' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 170,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Subjective",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::WeightedFailures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: WeightedFailures",
|
|
"description": "The exported variable 'WeightedFailures' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 32,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "WeightedFailures",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::QueryResponse",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: QueryResponse",
|
|
"description": "The exported type 'QueryResponse' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 33,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryResponse",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ID",
|
|
"description": "The exported variable 'ID' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 42,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::DetectSourceType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DetectSourceType",
|
|
"description": "The exported function 'DetectSourceType' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 123,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectSourceType",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Score",
|
|
"description": "The exported variable 'Score' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 45,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::APIKey",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: APIKey",
|
|
"description": "The exported variable 'APIKey' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 21,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "APIKey",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Open",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Open",
|
|
"description": "The exported variable 'Open' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 58,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Open",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Stats",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Stats",
|
|
"description": "The exported variable 'Stats' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 277,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stats",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Index",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Index",
|
|
"description": "The exported function 'Index' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 68,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Index",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go::ExtractFunctions",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ExtractFunctions",
|
|
"description": "The exported function 'ExtractFunctions' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detector.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractFunctions",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::FormatDiff",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: FormatDiff",
|
|
"description": "The exported function 'FormatDiff' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 328,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatDiff",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Load",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Load",
|
|
"description": "The exported function 'Load' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Load",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Checks",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Checks",
|
|
"description": "The exported variable 'Checks' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Checks",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::HolisticMaxAgeDays",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: HolisticMaxAgeDays",
|
|
"description": "The exported variable 'HolisticMaxAgeDays' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 251,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "HolisticMaxAgeDays",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Reason",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Reason",
|
|
"description": "The exported variable 'Reason' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 207,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Reason",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Dupes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Dupes",
|
|
"description": "The exported variable 'Dupes' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 114,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Dupes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go::Stop",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Stop",
|
|
"description": "The exported function 'Stop' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scheduler/scheduler.go",
|
|
"line": 61,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stop",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Stats",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Stats",
|
|
"description": "The exported function 'Stats' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 248,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Stats",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Security",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Security",
|
|
"description": "The exported variable 'Security' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 112,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Security",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::CreateDetectors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CreateDetectors",
|
|
"description": "The exported function 'CreateDetectors' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateDetectors",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Path",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Path",
|
|
"description": "The exported variable 'Path' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 40,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Path",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FindingNoiseGlobalBudget",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FindingNoiseGlobalBudget",
|
|
"description": "The exported variable 'FindingNoiseGlobalBudget' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 264,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FindingNoiseGlobalBudget",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::CreateFixers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: CreateFixers",
|
|
"description": "The exported function 'CreateFixers' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "CreateFixers",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TargetStrictScore",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TargetStrictScore",
|
|
"description": "The exported variable 'TargetStrictScore' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 265,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TargetStrictScore",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::NewPacketGenerator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewPacketGenerator",
|
|
"description": "The exported function 'NewPacketGenerator' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 57,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewPacketGenerator",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Save",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Save",
|
|
"description": "The exported function 'Save' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 241,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Save",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::DryRunFirst",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DryRunFirst",
|
|
"description": "The exported variable 'DryRunFirst' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 238,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DryRunFirst",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::GetProgressMetrics",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetProgressMetrics",
|
|
"description": "The exported function 'GetProgressMetrics' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 179,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetProgressMetrics",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Available",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Available",
|
|
"description": "The exported variable 'Available' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 205,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Available",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::NewNamingDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewNamingDetector",
|
|
"description": "The exported function 'NewNamingDetector' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go",
|
|
"line": 41,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewNamingDetector",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::Usage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Usage",
|
|
"description": "The exported variable 'Usage' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 62,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Usage",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Attributes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Attributes",
|
|
"description": "The exported variable 'Attributes' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 66,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Attributes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Lanes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Lanes",
|
|
"description": "The exported variable 'Lanes' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 181,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Lanes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Fixed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Fixed",
|
|
"description": "The exported variable 'Fixed' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 49,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Fixed",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FeedbackNudge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FeedbackNudge",
|
|
"description": "The exported variable 'FeedbackNudge' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 241,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FeedbackNudge",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go::NewDuplicationDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewDuplicationDetector",
|
|
"description": "The exported function 'NewDuplicationDetector' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/duplication.go",
|
|
"line": 29,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewDuplicationDetector",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/detectors"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::ASTInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: ASTInfo",
|
|
"description": "The exported type 'ASTInfo' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 158,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ASTInfo",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::FPCalibrationExportsProduction",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: FPCalibrationExportsProduction",
|
|
"description": "The exported variable 'FPCalibrationExportsProduction' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 240,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FPCalibrationExportsProduction",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Total",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Total",
|
|
"description": "The exported variable 'Total' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 36,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Total",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Host",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Host",
|
|
"description": "The exported variable 'Host' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 12,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Host",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Limit",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Limit",
|
|
"description": "The exported variable 'Limit' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 28,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Limit",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::Provider",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Provider",
|
|
"description": "The exported variable 'Provider' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Provider",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Excluded",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Excluded",
|
|
"description": "The exported variable 'Excluded' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 76,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Excluded",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go::TotalTokens",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalTokens",
|
|
"description": "The exported variable 'TotalTokens' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalTokens",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Diff",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Diff",
|
|
"description": "The exported function 'Diff' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 168,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Diff",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Lenient",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Lenient",
|
|
"description": "The exported variable 'Lenient' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 173,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Lenient",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::SetFileFinder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: SetFileFinder",
|
|
"description": "The exported function 'SetFileFinder' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go",
|
|
"line": 34,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SetFileFinder",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::NewIndexer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewIndexer",
|
|
"description": "The exported function 'NewIndexer' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 54,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewIndexer",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Attached",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Attached",
|
|
"description": "The exported variable 'Attached' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 89,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Attached",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::WontfixGrowing",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: WontfixGrowing",
|
|
"description": "The exported variable 'WontfixGrowing' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 242,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "WontfixGrowing",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Suppressed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Suppressed",
|
|
"description": "The exported variable 'Suppressed' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Suppressed",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Name",
|
|
"description": "The exported function 'Name' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Name",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::Schedule",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Schedule",
|
|
"description": "The exported variable 'Schedule' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 43,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Schedule",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go::Methods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Methods",
|
|
"description": "The exported variable 'Methods' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/types.go",
|
|
"line": 65,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Methods",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Issues",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Issues",
|
|
"description": "The exported variable 'Issues' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Issues",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go::FormatScorecard",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: FormatScorecard",
|
|
"description": "The exported function 'FormatScorecard' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 98,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "FormatScorecard",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::QueryRequest",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: QueryRequest",
|
|
"description": "The exported type 'QueryRequest' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 26,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryRequest",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Naming",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Naming",
|
|
"description": "The exported variable 'Naming' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 107,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Naming",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::Save",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Save",
|
|
"description": "The exported function 'Save' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 82,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Save",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::SimilarityMetric",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: SimilarityMetric",
|
|
"description": "The exported variable 'SimilarityMetric' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SimilarityMetric",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/vector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Orphaned",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Orphaned",
|
|
"description": "The exported variable 'Orphaned' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 105,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Orphaned",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalDetected",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalDetected",
|
|
"description": "The exported variable 'TotalDetected' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 77,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalDetected",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go::Source",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Source",
|
|
"description": "The exported variable 'Source' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/server/server.go",
|
|
"line": 46,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Source",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/server"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::LastIgnored",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastIgnored",
|
|
"description": "The exported variable 'LastIgnored' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 293,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LastIgnored",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::DetectLanguage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DetectLanguage",
|
|
"description": "The exported function 'DetectLanguage' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DetectLanguage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Wontfix",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Wontfix",
|
|
"description": "The exported variable 'Wontfix' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 51,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Wontfix",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go::LoadTypesInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: LoadTypesInfo",
|
|
"description": "The exported function 'LoadTypesInfo' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 335,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "LoadTypesInfo",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::SetEmbedder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: SetEmbedder",
|
|
"description": "The exported function 'SetEmbedder' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 63,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SetEmbedder",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::VerificationStep",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: VerificationStep",
|
|
"description": "The exported variable 'VerificationStep' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 150,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "VerificationStep",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::IgnoreMetadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IgnoreMetadata",
|
|
"description": "The exported variable 'IgnoreMetadata' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 256,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IgnoreMetadata",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go::NewDefaultFileFinder",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewDefaultFileFinder",
|
|
"description": "The exported function 'NewDefaultFileFinder' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/languages.go",
|
|
"line": 75,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewDefaultFileFinder",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go::RetryDelay",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: RetryDelay",
|
|
"description": "The exported variable 'RetryDelay' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/scraper.go",
|
|
"line": 64,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "RetryDelay",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::OldText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: OldText",
|
|
"description": "The exported variable 'OldText' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 151,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "OldText",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go::ChunkOverlap",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ChunkOverlap",
|
|
"description": "The exported variable 'ChunkOverlap' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/indexer/indexer.go",
|
|
"line": 26,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChunkOverlap",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/indexer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::ResolveFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ResolveFinding",
|
|
"description": "The exported function 'ResolveFinding' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 261,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ResolveFinding",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Get",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Get",
|
|
"description": "The exported function 'Get' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 159,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Get",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/vector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go::GetFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetFinding",
|
|
"description": "The exported function 'GetFinding' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.go",
|
|
"line": 278,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetFinding",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Patterns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Patterns",
|
|
"description": "The exported variable 'Patterns' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 106,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Patterns",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::StagnantNudge",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: StagnantNudge",
|
|
"description": "The exported variable 'StagnantNudge' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 243,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "StagnantNudge",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go::Names",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Names",
|
|
"description": "The exported function 'Names' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/registry.go",
|
|
"line": 62,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Names",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Props",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Props",
|
|
"description": "The exported variable 'Props' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 101,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Props",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::Exports",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Exports",
|
|
"description": "The exported variable 'Exports' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 97,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Exports",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::TotalFiles",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalFiles",
|
|
"description": "The exported variable 'TotalFiles' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go",
|
|
"line": 39,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalFiles",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/review"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::ID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ID",
|
|
"description": "The exported variable 'ID' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 18,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/markdown"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go::Complexity",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Complexity",
|
|
"description": "The exported variable 'Complexity' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/plugin.go",
|
|
"line": 50,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Complexity",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go::TotalDirectories",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TotalDirectories",
|
|
"description": "The exported variable 'TotalDirectories' is never used. Consider removing it or if it's part of a public API, document it.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/enhanced_types.go",
|
|
"line": 126,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "TotalDirectories",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/scanner.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: scanner.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/scanner.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scanner.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "182"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/local.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: local.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/local.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/local.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/mcpdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: mcpdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/mcpdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/mcpdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "191"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/rustdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: rustdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/rustdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/rustdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "518"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/vuedocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: vuedocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/vuedocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/vuedocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "212"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/ai/ai.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: ai.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/ai/ai.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/ai/ai.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "8"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/languages.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: languages.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/languages.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/languages.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "136"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/narrative.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: narrative.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/narrative.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/narrative.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "397"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/state.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: state.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/state.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/state.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "278"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/detectors/duplication.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: duplication.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/detectors/duplication.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/detectors/duplication.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "279"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/astrodocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: astrodocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/astrodocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/astrodocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "127"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/cloudflaredocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: cloudflaredocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/cloudflaredocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/cloudflaredocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "164"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/nuxtdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: nuxtdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/nuxtdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/nuxtdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "266"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/tsdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: tsdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/tsdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/tsdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "229"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scheduler/scheduler.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: scheduler.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scheduler/scheduler.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scheduler/scheduler.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "34"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/indexer/indexer.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: indexer.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/indexer/indexer.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/indexer/indexer.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "184"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: deadcode.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers/deadcode.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "260"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/detectors/naming.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: naming.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/detectors/naming.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/detectors/naming.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "184"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/github.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: github.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/github.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/github.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/godocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: godocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/godocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/godocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "384"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/pythondocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: pythondocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/pythondocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/pythondocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "417"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/scraper.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: scraper.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/scraper.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/scraper.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "45"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/vector/store.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: store.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/vector/store.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/vector/store.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "173"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: advanced.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers/advanced.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "475"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/scoring.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: scoring.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/scoring.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scoring.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "163"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/registry.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: registry.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/registry.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/registry.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "79"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/javadocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: javadocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/javadocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/javadocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "221"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: advanced_fixers.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/fixers/advanced_fixers.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "231"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: fixers.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/fixers/fixers.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/fixers/fixers.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "93"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/dockerdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: dockerdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/dockerdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/dockerdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "127"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/reactdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: reactdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/reactdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/reactdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "183"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: security.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers/security.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "347"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: test_coverage.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers/test_coverage.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "423"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/detector.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: detector.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/detector.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/detector.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "37"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/detectors/complexity.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: complexity.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/detectors/complexity.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/detectors/complexity.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "166"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/plugin.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: plugin.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/plugin.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/plugin.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "307"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/markdown/formatter.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: formatter.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/markdown/formatter.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/markdown/formatter.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "134"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/openapi.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: openapi.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/openapi.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/openapi.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/springdocs.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: springdocs.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/springdocs.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/springdocs.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "190"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: detectors.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/plugins/go/analyzers/detectors.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "430"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/scraper/web.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: web.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/scraper/web.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/scraper/web.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "233"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/review/packet.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: packet.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/review/packet.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/review/packet.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "236"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/ai/openai.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: openai.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/ai/openai.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/ai/openai.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "192"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/server/server.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: server.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/server/server.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/server/server.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "0.0",
|
|
"covered_lines": "0",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "26"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/indexer/indexer.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/indexer/indexer.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/markdown/formatter.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/markdown/formatter.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/enhanced_types.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/quality/enhanced_types.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/narrative.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/quality/narrative.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/plugins/go/analyzers/test_coverage.go::io/ioutil",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: io/ioutil",
|
|
"description": "Found deprecated 'io/ioutil'. Use io and os packages instead.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "io and os packages",
|
|
"deprecated": "io/ioutil"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/plugins/go/analyzers/test_coverage.go::context.WithDeadline",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: context.WithDeadline",
|
|
"description": "Found deprecated 'context.WithDeadline'. Use context.WithTimeout for relative times instead.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "context.WithTimeout for relative times",
|
|
"deprecated": "context.WithDeadline"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/plugins/go/analyzers/test_coverage.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/plugins/go/fixers/advanced_fixers.go::io/ioutil",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: io/ioutil",
|
|
"description": "Found deprecated 'io/ioutil'. Use io and os packages instead.",
|
|
"file": "internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "io and os packages",
|
|
"deprecated": "io/ioutil"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/quality/scoring.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/quality/scoring.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/astrodocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/astrodocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/cloudflaredocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/cloudflaredocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/dockerdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/dockerdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/godocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/godocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/javadocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/javadocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/mcpdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/mcpdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/nuxtdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/nuxtdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/pythondocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/pythondocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/reactdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/reactdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/rustdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/rustdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/scraper.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/scraper.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/springdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/springdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/tsdocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/tsdocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/vuedocs.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/vuedocs.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "deprecated::internal/scraper/web.go::interface{}",
|
|
"type": "deprecated",
|
|
"title": "Deprecated usage: interface{}",
|
|
"description": "Found deprecated 'interface{}'. Use any instead.",
|
|
"file": "internal/scraper/web.go",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alternative": "any",
|
|
"deprecated": "interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "unused_import::internal/scheduler/scheduler.go::github.com/robfig/cron/v3",
|
|
"type": "unused_import",
|
|
"title": "Unused import: github.com/robfig/cron/v3",
|
|
"description": "The import 'github.com/robfig/cron/v3' is not used in this file. Remove it to clean up the code.",
|
|
"file": "internal/scheduler/scheduler.go",
|
|
"line": 8,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alias": "v3",
|
|
"import_path": "github.com/robfig/cron/v3"
|
|
}
|
|
},
|
|
{
|
|
"id": "unused_import::internal/scraper/web.go::github.com/gocolly/colly/v2",
|
|
"type": "unused_import",
|
|
"title": "Unused import: github.com/gocolly/colly/v2",
|
|
"description": "The import 'github.com/gocolly/colly/v2' is not used in this file. Remove it to clean up the code.",
|
|
"file": "internal/scraper/web.go",
|
|
"line": 13,
|
|
"severity": 1,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"alias": "v2",
|
|
"import_path": "github.com/gocolly/colly/v2"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/ai/openai.go::embedBatch",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in embedBatch",
|
|
"description": "Function 'embedBatch' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/ai/openai.go",
|
|
"line": 118,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "embedBatch",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/ai/openai.go::QueryWithContext",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in QueryWithContext",
|
|
"description": "Function 'QueryWithContext' has cyclomatic complexity of 24 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/ai/openai.go",
|
|
"line": 200,
|
|
"severity": 2,
|
|
"score": 9,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "24",
|
|
"function": "QueryWithContext",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/indexer/indexer.go::chunkDocument",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in chunkDocument",
|
|
"description": "Function 'chunkDocument' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/indexer/indexer.go",
|
|
"line": 124,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "chunkDocument",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/detectors/complexity.go::analyzeFile",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in analyzeFile",
|
|
"description": "Function 'analyzeFile' has cyclomatic complexity of 26 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/detectors/complexity.go",
|
|
"line": 138,
|
|
"severity": 2,
|
|
"score": 11,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "26",
|
|
"function": "analyzeFile",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/detectors/duplication.go::levenshteinDistance",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in levenshteinDistance",
|
|
"description": "Function 'levenshteinDistance' has cyclomatic complexity of 21 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/detectors/duplication.go",
|
|
"line": 290,
|
|
"severity": 2,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "21",
|
|
"function": "levenshteinDistance",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/detectors/naming.go::classifyConvention",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in classifyConvention",
|
|
"description": "Function 'classifyConvention' has cyclomatic complexity of 25 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/detectors/naming.go",
|
|
"line": 147,
|
|
"severity": 2,
|
|
"score": 10,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "25",
|
|
"function": "classifyConvention",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/languages.go::FindFiles",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in FindFiles",
|
|
"description": "Function 'FindFiles' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/languages.go",
|
|
"line": 80,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "FindFiles",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/narrative.go::determinePhase",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in determinePhase",
|
|
"description": "Function 'determinePhase' has cyclomatic complexity of 18 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/narrative.go",
|
|
"line": 47,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "18",
|
|
"function": "determinePhase",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/narrative.go::generateActions",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in generateActions",
|
|
"description": "Function 'generateActions' has cyclomatic complexity of 18 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/narrative.go",
|
|
"line": 159,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "18",
|
|
"function": "generateActions",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/narrative.go::identifyRisks",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in identifyRisks",
|
|
"description": "Function 'identifyRisks' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/narrative.go",
|
|
"line": 376,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "identifyRisks",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 47 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 37,
|
|
"severity": 2,
|
|
"score": 32,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "47",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/advanced.go::findEntryPoints",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in findEntryPoints",
|
|
"description": "Function 'findEntryPoints' has cyclomatic complexity of 16 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 176,
|
|
"severity": 2,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "16",
|
|
"function": "findEntryPoints",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 18 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 283,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "18",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 56 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 409,
|
|
"severity": 2,
|
|
"score": 41,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "56",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/deadcode.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 24 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 33,
|
|
"severity": 2,
|
|
"score": 9,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "24",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/deadcode.go::analyzeFile",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in analyzeFile",
|
|
"description": "Function 'analyzeFile' has cyclomatic complexity of 20 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 130,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "20",
|
|
"function": "analyzeFile",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in analyzeFile",
|
|
"description": "Function 'analyzeFile' has cyclomatic complexity of 29 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 109,
|
|
"severity": 2,
|
|
"score": 14,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "29",
|
|
"function": "analyzeFile",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "nesting::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "complexity",
|
|
"title": "Deep nesting in analyzeFile",
|
|
"description": "Function 'analyzeFile' has nesting depth of 6 (max: 4). Consider extracting logic into helper functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 109,
|
|
"severity": 3,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"max_nesting": "4",
|
|
"nesting": "6"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in analyzeFile",
|
|
"description": "Function 'analyzeFile' has cyclomatic complexity of 25 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 367,
|
|
"severity": 2,
|
|
"score": 10,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "25",
|
|
"function": "analyzeFile",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/detectors.go::calculateNesting",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in calculateNesting",
|
|
"description": "Function 'calculateNesting' has cyclomatic complexity of 22 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 442,
|
|
"severity": 2,
|
|
"score": 7,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "22",
|
|
"function": "calculateNesting",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "nesting::internal/quality/plugins/go/analyzers/security.go::checkAssignStmt",
|
|
"type": "complexity",
|
|
"title": "Deep nesting in checkAssignStmt",
|
|
"description": "Function 'checkAssignStmt' has nesting depth of 5 (max: 4). Consider extracting logic into helper functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 160,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"function": "checkAssignStmt",
|
|
"max_nesting": "4",
|
|
"nesting": "5"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/security.go::calculateNestingDepth",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in calculateNestingDepth",
|
|
"description": "Function 'calculateNestingDepth' has cyclomatic complexity of 18 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 378,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "18",
|
|
"function": "calculateNestingDepth",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 26 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 11,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "26",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/test_coverage.go::parseCoverageFile",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in parseCoverageFile",
|
|
"description": "Function 'parseCoverageFile' has cyclomatic complexity of 16 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 120,
|
|
"severity": 2,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "16",
|
|
"function": "parseCoverageFile",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 25 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 201,
|
|
"severity": 2,
|
|
"score": 10,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "25",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/test_coverage.go::findFuncAtLine",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in findFuncAtLine",
|
|
"description": "Function 'findFuncAtLine' has cyclomatic complexity of 16 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 291,
|
|
"severity": 2,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "16",
|
|
"function": "findFuncAtLine",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Detect",
|
|
"description": "Function 'Detect' has cyclomatic complexity of 21 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 342,
|
|
"severity": 2,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "21",
|
|
"function": "Detect",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Fix",
|
|
"description": "Function 'Fix' has cyclomatic complexity of 27 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 35,
|
|
"severity": 2,
|
|
"score": 12,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "27",
|
|
"function": "Fix",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Fix",
|
|
"description": "Function 'Fix' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 193,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "Fix",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/scanner.go::getSourceFiles",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in getSourceFiles",
|
|
"description": "Function 'getSourceFiles' has cyclomatic complexity of 16 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 138,
|
|
"severity": 2,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "16",
|
|
"function": "getSourceFiles",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/state.go::findingsEqual",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in findingsEqual",
|
|
"description": "Function 'findingsEqual' has cyclomatic complexity of 16 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/state.go",
|
|
"line": 316,
|
|
"severity": 2,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "16",
|
|
"function": "findingsEqual",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/quality/state.go::FormatDiff",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in FormatDiff",
|
|
"description": "Function 'FormatDiff' has cyclomatic complexity of 18 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/quality/state.go",
|
|
"line": 328,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "18",
|
|
"function": "FormatDiff",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/scraper/pythondocs.go::buildClassContent",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in buildClassContent",
|
|
"description": "Function 'buildClassContent' has cyclomatic complexity of 17 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/scraper/pythondocs.go",
|
|
"line": 221,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "17",
|
|
"function": "buildClassContent",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/scraper/rustdocs.go::buildCrateContent",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in buildCrateContent",
|
|
"description": "Function 'buildCrateContent' has cyclomatic complexity of 23 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/scraper/rustdocs.go",
|
|
"line": 170,
|
|
"severity": 2,
|
|
"score": 8,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "23",
|
|
"function": "buildCrateContent",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/scraper/scraper.go::NewScraper",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in NewScraper",
|
|
"description": "Function 'NewScraper' has cyclomatic complexity of 19 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/scraper/scraper.go",
|
|
"line": 81,
|
|
"severity": 2,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "19",
|
|
"function": "NewScraper",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "complexity::internal/scraper/web.go::Scrape",
|
|
"type": "complexity",
|
|
"title": "High cyclomatic complexity in Scrape",
|
|
"description": "Function 'Scrape' has cyclomatic complexity of 19 (max: 15). Consider breaking it into smaller functions.",
|
|
"file": "internal/scraper/web.go",
|
|
"line": 27,
|
|
"severity": 2,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This function may be difficult to maintain. Consider if it can be simplified or broken down.",
|
|
"metadata": {
|
|
"complexity": "19",
|
|
"function": "Scrape",
|
|
"max_complexity": "15"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/ai/openai.go::QueryWithContext",
|
|
"type": "god_function",
|
|
"title": "God function: QueryWithContext",
|
|
"description": "Function 'QueryWithContext' has issues: 70 lines (max 50)",
|
|
"file": "internal/ai/openai.go",
|
|
"line": 200,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "QueryWithContext",
|
|
"loc": "70",
|
|
"nesting_depth": "1",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/detectors/complexity.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 75 lines (max 50)",
|
|
"file": "internal/quality/detectors/complexity.go",
|
|
"line": 138,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "75",
|
|
"nesting_depth": "4",
|
|
"params": "2",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/detectors/duplication.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 54 lines (max 50)",
|
|
"file": "internal/quality/detectors/duplication.go",
|
|
"line": 47,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "54",
|
|
"nesting_depth": "2",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/detectors/duplication.go::findDuplicates",
|
|
"type": "god_function",
|
|
"title": "God function: findDuplicates",
|
|
"description": "Function 'findDuplicates' has issues: 57 lines (max 50)",
|
|
"file": "internal/quality/detectors/duplication.go",
|
|
"line": 215,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "findDuplicates",
|
|
"loc": "57",
|
|
"nesting_depth": "3",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/languages.go::GetSupportedLanguages",
|
|
"type": "god_function",
|
|
"title": "God function: GetSupportedLanguages",
|
|
"description": "Function 'GetSupportedLanguages' has issues: 52 lines (max 50)",
|
|
"file": "internal/quality/languages.go",
|
|
"line": 18,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "GetSupportedLanguages",
|
|
"loc": "52",
|
|
"nesting_depth": "0",
|
|
"params": "0",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 138 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 37,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "138",
|
|
"nesting_depth": "3",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 75 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 283,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "75",
|
|
"nesting_depth": "2",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/advanced.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 146 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/advanced.go",
|
|
"line": 409,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "146",
|
|
"nesting_depth": "3",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/deadcode.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 59 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 33,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "59",
|
|
"nesting_depth": "3",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/deadcode.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 65 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/deadcode.go",
|
|
"line": 130,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "65",
|
|
"nesting_depth": "2",
|
|
"params": "1",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 94 lines (max 50), nesting depth 6 (max 4)",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 109,
|
|
"severity": 3,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "94",
|
|
"nesting_depth": "6",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 88 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 237,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "88",
|
|
"nesting_depth": "1",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/detectors.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 74 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/detectors.go",
|
|
"line": 367,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "74",
|
|
"nesting_depth": "4",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/security.go::checkAssignStmt",
|
|
"type": "god_function",
|
|
"title": "God function: checkAssignStmt",
|
|
"description": "Function 'checkAssignStmt' has issues: nesting depth 5 (max 4)",
|
|
"file": "internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 160,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "checkAssignStmt",
|
|
"loc": "30",
|
|
"nesting_depth": "5",
|
|
"params": "4",
|
|
"returns": "0"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/security.go::analyzeFile",
|
|
"type": "god_function",
|
|
"title": "God function: analyzeFile",
|
|
"description": "Function 'analyzeFile' has issues: 60 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/security.go",
|
|
"line": 299,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "analyzeFile",
|
|
"loc": "60",
|
|
"nesting_depth": "3",
|
|
"params": "1",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 84 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 35,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "84",
|
|
"nesting_depth": "2",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 79 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 201,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "79",
|
|
"nesting_depth": "3",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 67 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 342,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "67",
|
|
"nesting_depth": "4",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/analyzers/test_coverage.go::Detect",
|
|
"type": "god_function",
|
|
"title": "God function: Detect",
|
|
"description": "Function 'Detect' has issues: 53 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/analyzers/test_coverage.go",
|
|
"line": 428,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Detect",
|
|
"loc": "53",
|
|
"nesting_depth": "3",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "god_function",
|
|
"title": "God function: Fix",
|
|
"description": "Function 'Fix' has issues: 71 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 35,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Fix",
|
|
"loc": "71",
|
|
"nesting_depth": "4",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/fixers/advanced_fixers.go::Fix",
|
|
"type": "god_function",
|
|
"title": "God function: Fix",
|
|
"description": "Function 'Fix' has issues: 55 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/fixers/advanced_fixers.go",
|
|
"line": 193,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Fix",
|
|
"loc": "55",
|
|
"nesting_depth": "2",
|
|
"params": "3",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/plugins/go/plugin.go::detectCycles",
|
|
"type": "god_function",
|
|
"title": "God function: detectCycles",
|
|
"description": "Function 'detectCycles' has issues: 51 lines (max 50)",
|
|
"file": "internal/quality/plugins/go/plugin.go",
|
|
"line": 283,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "detectCycles",
|
|
"loc": "51",
|
|
"nesting_depth": "2",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/review/packet.go::generateQuestions",
|
|
"type": "god_function",
|
|
"title": "God function: generateQuestions",
|
|
"description": "Function 'generateQuestions' has issues: 74 lines (max 50)",
|
|
"file": "internal/quality/review/packet.go",
|
|
"line": 166,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "generateQuestions",
|
|
"loc": "74",
|
|
"nesting_depth": "2",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/scanner.go::Scan",
|
|
"type": "god_function",
|
|
"title": "God function: Scan",
|
|
"description": "Function 'Scan' has issues: 69 lines (max 50)",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 39,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Scan",
|
|
"loc": "69",
|
|
"nesting_depth": "3",
|
|
"params": "1",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/quality/scanner.go::getSourceFiles",
|
|
"type": "god_function",
|
|
"title": "God function: getSourceFiles",
|
|
"description": "Function 'getSourceFiles' has issues: 51 lines (max 50)",
|
|
"file": "internal/quality/scanner.go",
|
|
"line": 138,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "getSourceFiles",
|
|
"loc": "51",
|
|
"nesting_depth": "1",
|
|
"params": "2",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/scraper/pythondocs.go::Scrape",
|
|
"type": "god_function",
|
|
"title": "God function: Scrape",
|
|
"description": "Function 'Scrape' has issues: 57 lines (max 50)",
|
|
"file": "internal/scraper/pythondocs.go",
|
|
"line": 32,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Scrape",
|
|
"loc": "57",
|
|
"nesting_depth": "2",
|
|
"params": "2",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/scraper/rustdocs.go::Scrape",
|
|
"type": "god_function",
|
|
"title": "God function: Scrape",
|
|
"description": "Function 'Scrape' has issues: 62 lines (max 50)",
|
|
"file": "internal/scraper/rustdocs.go",
|
|
"line": 33,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Scrape",
|
|
"loc": "62",
|
|
"nesting_depth": "1",
|
|
"params": "2",
|
|
"returns": "2"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/scraper/rustdocs.go::buildCrateContent",
|
|
"type": "god_function",
|
|
"title": "God function: buildCrateContent",
|
|
"description": "Function 'buildCrateContent' has issues: 57 lines (max 50)",
|
|
"file": "internal/scraper/rustdocs.go",
|
|
"line": 170,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "buildCrateContent",
|
|
"loc": "57",
|
|
"nesting_depth": "2",
|
|
"params": "1",
|
|
"returns": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "god_function::internal/scraper/web.go::Scrape",
|
|
"type": "god_function",
|
|
"title": "God function: Scrape",
|
|
"description": "Function 'Scrape' has issues: 125 lines (max 50)",
|
|
"file": "internal/scraper/web.go",
|
|
"line": 27,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"function": "Scrape",
|
|
"loc": "125",
|
|
"nesting_depth": "1",
|
|
"params": "2",
|
|
"returns": "2"
|
|
}
|
|
}
|
|
],
|
|
"context": {
|
|
"total_files": 0,
|
|
"total_loc": 0,
|
|
"findings_by_dimension": {
|
|
"Code Quality": 36,
|
|
"File Health": 630,
|
|
"Other": 258
|
|
},
|
|
"top_issues": [
|
|
"dead_code: Unused exported identifier: Created",
|
|
"dead_code: Unused exported identifier: TotalTokens",
|
|
"dead_code: Unused exported identifier: QueryWithContext",
|
|
"dead_code: Unused exported identifier: NewClient",
|
|
"dead_code: Unused exported identifier: Usage"
|
|
],
|
|
"trends": {}
|
|
},
|
|
"questions": [
|
|
{
|
|
"id": "complexity_strategy",
|
|
"category": "complexity",
|
|
"question": "What's the best approach for complex functions?",
|
|
"options": [
|
|
"Break into smaller functions",
|
|
"Introduce helper types",
|
|
"Accept current complexity"
|
|
]
|
|
},
|
|
{
|
|
"id": "dead_code_strategy",
|
|
"category": "maintenance",
|
|
"question": "Should unused code be removed?",
|
|
"options": [
|
|
"Remove if truly unused",
|
|
"Keep for future use",
|
|
"Mark as deprecated"
|
|
]
|
|
},
|
|
{
|
|
"id": "priority",
|
|
"category": "planning",
|
|
"question": "Which area should be prioritized for improvement?",
|
|
"options": [
|
|
"Security issues first",
|
|
"Complexity reduction",
|
|
"Dead code cleanup",
|
|
"Architecture improvements"
|
|
]
|
|
}
|
|
]
|
|
} |