mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-04 12:33:04 +00:00
29904 lines
1.3 MiB
Plaintext
29904 lines
1.3 MiB
Plaintext
{
|
|
"generated": "2026-02-22T14:08:15.620389066+01:00",
|
|
"project_path": "devour_data",
|
|
"language": "go",
|
|
"scorecard": {
|
|
"total_score": 15923,
|
|
"strict_score": 15923,
|
|
"target_score": 95,
|
|
"findings_by_type": {
|
|
"coupling": 10,
|
|
"dead_code": 1123,
|
|
"single_use": 363,
|
|
"test_coverage": 75
|
|
},
|
|
"findings_by_tier": {
|
|
"2": 1114,
|
|
"3": 457
|
|
},
|
|
"status_by_type": {
|
|
"open": 1571
|
|
},
|
|
"last_scan": "2026-02-22T14:08:09.706701448+01:00"
|
|
},
|
|
"findings": [
|
|
{
|
|
"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::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::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::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::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::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::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::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/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/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/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::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::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::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/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::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::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/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::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::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/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/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/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::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::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/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::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::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/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::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/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/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::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/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/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::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::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::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::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/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::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/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/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::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/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/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::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::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::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::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::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::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/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::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::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/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::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::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::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::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::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/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::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::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::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::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/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/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::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::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/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::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/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/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/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/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::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::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::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::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/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/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::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::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::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::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/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::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::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::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::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::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/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::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::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::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::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::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::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/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/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::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::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::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::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::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/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::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/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/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::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/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/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/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/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/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::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::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::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::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::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/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::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::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::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::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/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/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/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::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::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/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::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::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/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::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::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::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::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/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/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::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::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::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::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/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::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::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::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::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::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::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/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::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::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/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::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/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::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/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::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/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::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::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::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::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/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/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": 356,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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": 529,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/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/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/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/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": 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": 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::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": 442,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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": 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/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/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/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/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/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": 524,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/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/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": 209,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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": 496,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/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/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::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/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/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/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/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::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/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::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::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/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/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/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/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/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/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/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/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::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/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::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/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::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::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::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::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::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::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/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/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::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/scorecard/draw.go::FmtScoreRaw",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FmtScoreRaw",
|
|
"description": "The exported func(score float64) string 'FmtScoreRaw' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.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": "FmtScoreRaw",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(score float64) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::DevourYellow",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DevourYellow",
|
|
"description": "The exported image/color.RGBA 'DevourYellow' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.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": "DevourYellow",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "image/color.RGBA"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::DrawRightAlignedText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DrawRightAlignedText",
|
|
"description": "The exported func(text string, rx int, y int, face golang.org/x/image/font.Face, c image/color.RGBA) 'DrawRightAlignedText' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go",
|
|
"line": 161,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DrawRightAlignedText",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(text string, rx int, y int, face golang.org/x/image/font.Face, c image/color.RGBA)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::DrawRoundedRectWithOutline",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DrawRoundedRectWithOutline",
|
|
"description": "The exported func(x int, y int, w int, h int, r int, fill image/color.RGBA, outline image/color.RGBA, outlineWidth int) 'DrawRoundedRectWithOutline' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.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": "DrawRoundedRectWithOutline",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(x int, y int, w int, h int, r int, fill image/color.RGBA, outline image/color.RGBA, outlineWidth int)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::DrawDoubleFrame",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DrawDoubleFrame",
|
|
"description": "The exported func(x1 int, y1 int, x2 int, y2 int, outerColor image/color.RGBA, innerColor image/color.RGBA, outerWidth int, innerWidth int) 'DrawDoubleFrame' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.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": "DrawDoubleFrame",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(x1 int, y1 int, x2 int, y2 int, outerColor image/color.RGBA, innerColor image/color.RGBA, outerWidth int, innerWidth int)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go::ScaleValue",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ScaleValue",
|
|
"description": "The exported func(v int) int 'ScaleValue' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go",
|
|
"line": 203,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ScaleValue",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(v int) int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::GenerateDetailedLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GenerateDetailedLight",
|
|
"description": "The exported func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error 'GenerateDetailedLight' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.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": "GenerateDetailedLight",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::DrawCenteredText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DrawCenteredText",
|
|
"description": "The exported func(text string, cx int, y int, face golang.org/x/image/font.Face, c image/color.RGBA) 'DrawCenteredText' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go",
|
|
"line": 155,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DrawCenteredText",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(text string, cx int, y int, face golang.org/x/image/font.Face, c image/color.RGBA)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::DevourAmber",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DevourAmber",
|
|
"description": "The exported image/color.RGBA 'DevourAmber' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.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": "DevourAmber",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "image/color.RGBA"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::DevourRed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DevourRed",
|
|
"description": "The exported image/color.RGBA 'DevourRed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.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": "DevourRed",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "image/color.RGBA"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go::GenerateLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GenerateLight",
|
|
"description": "The exported func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error 'GenerateLight' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.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": "GenerateLight",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go::GenerateCompactLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GenerateCompactLight",
|
|
"description": "The exported func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error 'GenerateCompactLight' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.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": "GenerateCompactLight",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(data *github.com/yourorg/devour/internal/quality/scorecard.ScorecardData, outputPath string) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go::GetSeverityColor",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetSeverityColor",
|
|
"description": "The exported func(severity int) image/color.RGBA 'GetSeverityColor' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go",
|
|
"line": 188,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetSeverityColor",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "func(severity int) image/color.RGBA"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go::ParseSidebar",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSidebar",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/astrodocs.Section, error) 'ParseSidebar' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.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": "ParseSidebar",
|
|
"package": "github.com/yourorg/devour/pkg/astrodocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/astrodocs.Section, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/types.go::Guides",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Guides",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/astrodocs.Guide 'Guides' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/types.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": "Guides",
|
|
"package": "github.com/yourorg/devour/pkg/astrodocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/astrodocs.Guide"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go::ParseSidebar",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSidebar",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/cloudflaredocs.Section, error) 'ParseSidebar' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "ParseSidebar",
|
|
"package": "github.com/yourorg/devour/pkg/cloudflaredocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/cloudflaredocs.Section, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.go::ParseToc",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseToc",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/dockerdocs.Section, error) 'ParseToc' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.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": "ParseToc",
|
|
"package": "github.com/yourorg/devour/pkg/dockerdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/dockerdocs.Section, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::TypeKindFunc",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeKindFunc",
|
|
"description": "The exported github.com/yourorg/devour/pkg/godocs.TypeKind 'TypeKindFunc' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/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": "TypeKindFunc",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "github.com/yourorg/devour/pkg/godocs.TypeKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Embedded",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Embedded",
|
|
"description": "The exported bool 'Embedded' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/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": "Embedded",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Recv",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Recv",
|
|
"description": "The exported string 'Recv' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go",
|
|
"line": 155,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Recv",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::TypeKindBasic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeKindBasic",
|
|
"description": "The exported github.com/yourorg/devour/pkg/godocs.TypeKind 'TypeKindBasic' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.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": "TypeKindBasic",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "github.com/yourorg/devour/pkg/godocs.TypeKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Published",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Published",
|
|
"description": "The exported string 'Published' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go",
|
|
"line": 144,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Published",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/godocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/godocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Symbol",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Symbol",
|
|
"description": "The exported github.com/yourorg/devour/pkg/godocs.Symbol 'Symbol' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/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": "Symbol",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "github.com/yourorg/devour/pkg/godocs.Symbol"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::PlayURL",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PlayURL",
|
|
"description": "The exported string 'PlayURL' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.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": "PlayURL",
|
|
"package": "github.com/yourorg/devour/pkg/godocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::ClassKindSealed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ClassKindSealed",
|
|
"description": "The exported github.com/yourorg/devour/pkg/javadocs.ClassKind 'ClassKindSealed' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "ClassKindSealed",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "github.com/yourorg/devour/pkg/javadocs.ClassKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Since",
|
|
"description": "The exported string 'Since' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Since",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Version",
|
|
"description": "The exported string 'Version' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Version",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::IsDefault",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsDefault",
|
|
"description": "The exported bool 'IsDefault' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "IsDefault",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Annotations",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/javadocs.Class 'Annotations' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "Annotations",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/javadocs.Class"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Since",
|
|
"description": "The exported string 'Since' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "Since",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/javadocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/javadocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Since",
|
|
"description": "The exported string 'Since' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "Since",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::IsStatic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsStatic",
|
|
"description": "The exported bool 'IsStatic' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "IsStatic",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Value",
|
|
"description": "The exported string 'Value' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "Value",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::ParseClassPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseClassPage",
|
|
"description": "The exported func(html string, docURL string) (*github.com/yourorg/devour/pkg/javadocs.Class, error) 'ParseClassPage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 219,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseClassPage",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "func(html string, docURL string) (*github.com/yourorg/devour/pkg/javadocs.Class, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 79,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::ReturnType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReturnType",
|
|
"description": "The exported string 'ReturnType' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "ReturnType",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/javadocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/javadocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::ClassKindAnnotation",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ClassKindAnnotation",
|
|
"description": "The exported github.com/yourorg/devour/pkg/javadocs.ClassKind 'ClassKindAnnotation' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "ClassKindAnnotation",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "github.com/yourorg/devour/pkg/javadocs.ClassKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::ClassKindRecord",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ClassKindRecord",
|
|
"description": "The exported github.com/yourorg/devour/pkg/javadocs.ClassKind 'ClassKindRecord' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "ClassKindRecord",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "github.com/yourorg/devour/pkg/javadocs.ClassKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 115,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/javadocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::NestedClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NestedClasses",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/javadocs.Class 'NestedClasses' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.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": "NestedClasses",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/javadocs.Class"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::SuperClass",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SuperClass",
|
|
"description": "The exported string 'SuperClass' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/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": "SuperClass",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Properties",
|
|
"description": "The exported map[string]interface{} 'Properties' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/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": "Properties",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.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/pkg/mcpdocs/types.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": "Type",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Arguments",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/mcpdocs.Argument 'Arguments' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.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": "Arguments",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/mcpdocs.Argument"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::ParseHubPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseHubPage",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/mcpdocs.Server, error) 'ParseHubPage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.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": "ParseHubPage",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/mcpdocs.Server, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::MimeType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: MimeType",
|
|
"description": "The exported string 'MimeType' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.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": "MimeType",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported []string 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 147,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Language",
|
|
"description": "The exported string 'Language' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Language",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Optional",
|
|
"description": "The exported bool 'Optional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 139,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 130,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Score",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Properties",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Property 'Properties' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Properties",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Property"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Title",
|
|
"description": "The exported string 'Title' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 145,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Title",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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/pkg/nuxtdocs/types.go",
|
|
"line": 146,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Slots",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Slots",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Slot 'Slots' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Slots",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Slot"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Version",
|
|
"description": "The exported string 'Version' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Short",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Short",
|
|
"description": "The exported string 'Short' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Short",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported bool 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/nuxtdocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/nuxtdocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Properties",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Property 'Properties' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Properties",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Property"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Arguments",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Argument 'Arguments' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Arguments",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Argument"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Events",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Events",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/nuxtdocs.Event 'Events' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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": "Events",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/nuxtdocs.Event"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Decorator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Decorator",
|
|
"description": "The exported string 'Decorator' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Decorator",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Symbol",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Symbol",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.Symbol 'Symbol' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Symbol",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.Symbol"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Setter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Setter",
|
|
"description": "The exported string 'Setter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Setter",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindClass",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindClass",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindClass' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "ItemKindClass",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Raises",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Raises",
|
|
"description": "The exported []string 'Raises' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Raises",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindMethod",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindMethod",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindMethod' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "ItemKindMethod",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/pythondocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/pythondocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsProperty",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsProperty",
|
|
"description": "The exported bool 'IsProperty' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "IsProperty",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Getter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Getter",
|
|
"description": "The exported string 'Getter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Getter",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Properties",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/pythondocs.Property 'Properties' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Properties",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/pythondocs.Property"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported *github.com/yourorg/devour/pkg/pythondocs.Return 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "*github.com/yourorg/devour/pkg/pythondocs.Return"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Raises",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Raises",
|
|
"description": "The exported []string 'Raises' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Raises",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []string 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 71,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Submodules",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Submodules",
|
|
"description": "The exported []string 'Submodules' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Submodules",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindData",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindData",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindData' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 155,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ItemKindData",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsReadOnly",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsReadOnly",
|
|
"description": "The exported bool 'IsReadOnly' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "IsReadOnly",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []string 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindProperty",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindProperty",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindProperty' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "ItemKindProperty",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindModule",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindModule",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindModule' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "ItemKindModule",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsAbstract",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsAbstract",
|
|
"description": "The exported bool 'IsAbstract' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "IsAbstract",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindAttribute",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindAttribute",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindAttribute' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 156,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ItemKindAttribute",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Deleter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deleter",
|
|
"description": "The exported string 'Deleter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Deleter",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::License",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: License",
|
|
"description": "The exported string 'License' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "License",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsKeyword",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsKeyword",
|
|
"description": "The exported bool 'IsKeyword' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 127,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsKeyword",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Modules",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modules",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/pythondocs.Module 'Modules' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Modules",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/pythondocs.Module"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindFunction",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindFunction",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindFunction' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "ItemKindFunction",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Repository",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Repository",
|
|
"description": "The exported string 'Repository' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "Repository",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsPositional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsPositional",
|
|
"description": "The exported bool 'IsPositional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "IsPositional",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsConst",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsConst",
|
|
"description": "The exported bool 'IsConst' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "IsConst",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Package",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Package",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.Package 'Package' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/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": "Package",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.Package"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::ItemKindException",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindException",
|
|
"description": "The exported github.com/yourorg/devour/pkg/pythondocs.ItemKind 'ItemKindException' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.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": "ItemKindException",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "github.com/yourorg/devour/pkg/pythondocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported *github.com/yourorg/devour/pkg/pythondocs.Return 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs",
|
|
"type": "*github.com/yourorg/devour/pkg/pythondocs.Return"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Return 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Return"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Description",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Title",
|
|
"description": "The exported string 'Title' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Title",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported bool 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Version",
|
|
"description": "The exported string 'Version' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Score",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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/pkg/reactdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::ParseHookPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseHookPage",
|
|
"description": "The exported func(html string, docURL string) (*github.com/yourorg/devour/pkg/reactdocs.Hook, error) 'ParseHookPage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go",
|
|
"line": 249,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseHookPage",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "func(html string, docURL string) (*github.com/yourorg/devour/pkg/reactdocs.Hook, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Return 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Return"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Optional",
|
|
"description": "The exported bool 'Optional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Optional",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/reactdocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/reactdocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Language",
|
|
"description": "The exported string 'Language' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Language",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go",
|
|
"line": 56,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/reactdocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/reactdocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::TraitImpls",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TraitImpls",
|
|
"description": "The exported []string 'TraitImpls' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/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": "TraitImpls",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Receiver",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Receiver",
|
|
"description": "The exported string 'Receiver' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.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": "Receiver",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::ItemKindUnion",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindUnion",
|
|
"description": "The exported github.com/yourorg/devour/pkg/rustdocs.ItemKind 'ItemKindUnion' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go",
|
|
"line": 169,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ItemKindUnion",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "github.com/yourorg/devour/pkg/rustdocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractMethods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ExtractMethods",
|
|
"description": "The exported func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Method 'ExtractMethods' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 516,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractMethods",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Method"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::ItemKindPrimitive",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindPrimitive",
|
|
"description": "The exported github.com/yourorg/devour/pkg/rustdocs.ItemKind 'ItemKindPrimitive' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/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": "ItemKindPrimitive",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "github.com/yourorg/devour/pkg/rustdocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/rustdocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/rustdocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractEnumVariants",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ExtractEnumVariants",
|
|
"description": "The exported func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Variant 'ExtractEnumVariants' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 566,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractEnumVariants",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Variant"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []string 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []string 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::AssociatedTypes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AssociatedTypes",
|
|
"description": "The exported []string 'AssociatedTypes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.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": "AssociatedTypes",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Visibility",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Visibility",
|
|
"description": "The exported string 'Visibility' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.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": "Visibility",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::ItemKindAttr",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindAttr",
|
|
"description": "The exported github.com/yourorg/devour/pkg/rustdocs.ItemKind 'ItemKindAttr' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/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": "ItemKindAttr",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "github.com/yourorg/devour/pkg/rustdocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractStructFields",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ExtractStructFields",
|
|
"description": "The exported func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Field 'ExtractStructFields' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 547,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractStructFields",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "func(doc *github.com/PuerkitoBio/goquery.Document) []*github.com/yourorg/devour/pkg/rustdocs.Field"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::ItemKindKeyword",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ItemKindKeyword",
|
|
"description": "The exported github.com/yourorg/devour/pkg/rustdocs.ItemKind 'ItemKindKeyword' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/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": "ItemKindKeyword",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "github.com/yourorg/devour/pkg/rustdocs.ItemKind"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ParseItemPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseItemPage",
|
|
"description": "The exported func(html string, docURL string) (*github.com/yourorg/devour/pkg/rustdocs.Symbol, error) 'ParseItemPage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "ParseItemPage",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "func(html string, docURL string) (*github.com/yourorg/devour/pkg/rustdocs.Symbol, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::IsDefault",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsDefault",
|
|
"description": "The exported bool 'IsDefault' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go",
|
|
"line": 141,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsDefault",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::AssociatedConsts",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AssociatedConsts",
|
|
"description": "The exported []string 'AssociatedConsts' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.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": "AssociatedConsts",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::SuperClass",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SuperClass",
|
|
"description": "The exported string 'SuperClass' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.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": "SuperClass",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/springdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/springdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Tags",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Tags",
|
|
"description": "The exported []string 'Tags' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go",
|
|
"line": 79,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Tags",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::ParseClassPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseClassPage",
|
|
"description": "The exported func(html string, docURL string) (*github.com/yourorg/devour/pkg/springdocs.Class, error) 'ParseClassPage' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 178,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseClassPage",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "func(html string, docURL string) (*github.com/yourorg/devour/pkg/springdocs.Class, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Annotations",
|
|
"description": "The exported []string 'Annotations' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "Annotations",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Value",
|
|
"description": "The exported string 'Value' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Value",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "Score",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Packages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Packages",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/springdocs.Package 'Packages' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.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": "Packages",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/springdocs.Package"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Interfaces",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Interfaces",
|
|
"description": "The exported []string 'Interfaces' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.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": "Interfaces",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Annotations",
|
|
"description": "The exported []string 'Annotations' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "Annotations",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/springdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Since",
|
|
"description": "The exported string 'Since' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "Since",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::ReturnType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReturnType",
|
|
"description": "The exported string 'ReturnType' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/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": "ReturnType",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Annotations",
|
|
"description": "The exported []string 'Annotations' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.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": "Annotations",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/springdocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/springdocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::IndexSignatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IndexSignatures",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Signature 'IndexSignatures' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "IndexSignatures",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Signature"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Optional",
|
|
"description": "The exported bool 'Optional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 116,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/tsdocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/tsdocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Namespaces",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Namespaces",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Namespace 'Namespaces' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Namespaces",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Namespace"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Constructors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Constructors",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Method 'Constructors' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Constructors",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Method"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Members",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Members",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.EnumMember 'Members' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 145,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Members",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.EnumMember"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Extends",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Extends",
|
|
"description": "The exported []string 'Extends' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Extends",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Constraint",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Constraint",
|
|
"description": "The exported string 'Constraint' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Constraint",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 176,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/tsdocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Rest",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Rest",
|
|
"description": "The exported bool 'Rest' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Rest",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::IsAbstract",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsAbstract",
|
|
"description": "The exported bool 'IsAbstract' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsAbstract",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Optional",
|
|
"description": "The exported bool 'Optional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::CallSignatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CallSignatures",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Signature 'CallSignatures' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "CallSignatures",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Signature"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeParams",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.TypeParam 'TypeParams' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "TypeParams",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.TypeParam"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Implements",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Implements",
|
|
"description": "The exported []string 'Implements' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Implements",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeParams",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.TypeParam 'TypeParams' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "TypeParams",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.TypeParam"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 147,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 71,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeParams",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.TypeParam 'TypeParams' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "TypeParams",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.TypeParam"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Value",
|
|
"description": "The exported string 'Value' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 133,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Value",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Value",
|
|
"description": "The exported string 'Value' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Value",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::IsStatic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: IsStatic",
|
|
"description": "The exported bool 'IsStatic' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "IsStatic",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 135,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::ReadOnly",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ReadOnly",
|
|
"description": "The exported bool 'ReadOnly' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "ReadOnly",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeParams",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.TypeParam 'TypeParams' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "TypeParams",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.TypeParam"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: TypeParams",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.TypeParam 'TypeParams' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "TypeParams",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.TypeParam"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []string 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 144,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Signatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Signatures",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/tsdocs.Signature 'Signatures' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Signatures",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/tsdocs.Signature"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Extends",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Extends",
|
|
"description": "The exported string 'Extends' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/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": "Extends",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Arguments",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Argument 'Arguments' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Arguments",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Argument"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 127,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Slots",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Slots",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Slot 'Slots' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Slots",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Slot"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Description",
|
|
"description": "The exported string 'Description' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Description",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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/pkg/vuedocs/types.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": "Code",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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/pkg/vuedocs/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": "Usage",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Language",
|
|
"description": "The exported string 'Language' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 144,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Language",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Title",
|
|
"description": "The exported string 'Title' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 141,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Title",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported bool 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported bool 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Modifiers",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Modifier 'Modifiers' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Modifiers",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Modifier"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Events",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Events",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Event 'Events' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Events",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Event"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Parameters",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Parameter 'Parameters' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Parameters",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Parameter"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Score",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Score",
|
|
"description": "The exported int 'Score' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Score",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Optional",
|
|
"description": "The exported bool 'Optional' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 135,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Version",
|
|
"description": "The exported string 'Version' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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/pkg/vuedocs/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": "Usage",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Deprecated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Deprecated",
|
|
"description": "The exported string 'Deprecated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Deprecated",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Examples",
|
|
"description": "The exported []*github.com/yourorg/devour/pkg/vuedocs.Example 'Examples' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Examples",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "[]*github.com/yourorg/devour/pkg/vuedocs.Example"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Required",
|
|
"description": "The exported bool 'Required' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/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": "Required",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ParseSearchResults",
|
|
"description": "The exported func(html string) ([]*github.com/yourorg/devour/pkg/vuedocs.SearchResult, error) 'ParseSearchResults' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.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": "ParseSearchResults",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "func(html string) ([]*github.com/yourorg/devour/pkg/vuedocs.SearchResult, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Default",
|
|
"description": "The exported string 'Default' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 136,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Default",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported string 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Returns",
|
|
"description": "The exported string 'Returns' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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": "Returns",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/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::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/ui/banner.go::Colorize",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Colorize",
|
|
"description": "The exported func(text string, colorCode string) string 'Colorize' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "Colorize",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(text string, colorCode string) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::PrintWithColor",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintWithColor",
|
|
"description": "The exported func(useColor bool) 'PrintWithColor' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "PrintWithColor",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(useColor bool)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintVersionInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintVersionInfo",
|
|
"description": "The exported func() 'PrintVersionInfo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "PrintVersionInfo",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::DefaultBoxStyle",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DefaultBoxStyle",
|
|
"description": "The exported github.com/yourorg/devour/internal/ui.BoxStyle 'DefaultBoxStyle' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "DefaultBoxStyle",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "github.com/yourorg/devour/internal/ui.BoxStyle"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetCharacterSmall",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetCharacterSmall",
|
|
"description": "The exported func() string 'GetCharacterSmall' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "GetCharacterSmall",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::PrintStatusWithCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintStatusWithCharacter",
|
|
"description": "The exported func(statusLines []string) 'PrintStatusWithCharacter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "PrintStatusWithCharacter",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(statusLines []string)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintHelpBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintHelpBanner",
|
|
"description": "The exported func() 'PrintHelpBanner' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "PrintHelpBanner",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetCharacter",
|
|
"description": "The exported func() string 'GetCharacter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "GetCharacter",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintSuccess",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintSuccess",
|
|
"description": "The exported func(message string) 'PrintSuccess' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "PrintSuccess",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(message string)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintStartupBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintStartupBanner",
|
|
"description": "The exported func() 'PrintStartupBanner' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go",
|
|
"line": 139,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintStartupBanner",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetLogo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetLogo",
|
|
"description": "The exported func() string 'GetLogo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "GetLogo",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func() string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintDivider",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintDivider",
|
|
"description": "The exported func() 'PrintDivider' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go",
|
|
"line": 197,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintDivider",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintWarning",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintWarning",
|
|
"description": "The exported func(message string) 'PrintWarning' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "PrintWarning",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(message string)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetBanner",
|
|
"description": "The exported func(version string) string 'GetBanner' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.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": "GetBanner",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(version string) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetColoredCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetColoredCharacter",
|
|
"description": "The exported func(useColor bool) string 'GetColoredCharacter' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go",
|
|
"line": 138,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetColoredCharacter",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(useColor bool) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::ColorItalic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ColorItalic",
|
|
"description": "The exported untyped string 'ColorItalic' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "ColorItalic",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "untyped string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintError",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintError",
|
|
"description": "The exported func(message string) 'PrintError' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.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": "PrintError",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(message string)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::DoubleBoxStyle",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DoubleBoxStyle",
|
|
"description": "The exported github.com/yourorg/devour/internal/ui.BoxStyle 'DoubleBoxStyle' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go",
|
|
"line": 164,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DoubleBoxStyle",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "github.com/yourorg/devour/internal/ui.BoxStyle"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintInBox",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintInBox",
|
|
"description": "The exported func(text string, style github.com/yourorg/devour/internal/ui.BoxStyle) 'PrintInBox' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go",
|
|
"line": 174,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintInBox",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func(text string, style github.com/yourorg/devour/internal/ui.BoxStyle)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::PrintLogo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: PrintLogo",
|
|
"description": "The exported func() 'PrintLogo' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintLogo",
|
|
"package": "github.com/yourorg/devour/internal/ui",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"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::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::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/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/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/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::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::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/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::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::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::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::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::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::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::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::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::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::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::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::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/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::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/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::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::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": 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": 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::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/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/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::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::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::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::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/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::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::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::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/quality/analyzers/dataflow.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/analyzers/dataflow.go",
|
|
"line": 419,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/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/analyzers/dataflow.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/quality/analyzers/dataflow.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": "Source",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::Line",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Line",
|
|
"description": "The exported int 'Line' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "Line",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::GetAllPractices",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetAllPractices",
|
|
"description": "The exported func() []github.com/yourorg/devour/internal/quality/analyzers.BestPractice 'GetAllPractices' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 585,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetAllPractices",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func() []github.com/yourorg/devour/internal/quality/analyzers.BestPractice"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go::NewControlFlowAnalyzer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewControlFlowAnalyzer",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/quality/analyzers.ControlFlowAnalyzer 'NewControlFlowAnalyzer' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.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": "NewControlFlowAnalyzer",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func() *github.com/yourorg/devour/internal/quality/analyzers.ControlFlowAnalyzer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::NewPracticesFetcher",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewPracticesFetcher",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/quality/analyzers.PracticesFetcher 'NewPracticesFetcher' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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": "NewPracticesFetcher",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func() *github.com/yourorg/devour/internal/quality/analyzers.PracticesFetcher"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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/analyzers/practices.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": "DetectLanguage",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func(path string) string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::DetectFrameworks",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DetectFrameworks",
|
|
"description": "The exported func(path string, language string) []string 'DetectFrameworks' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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": "DetectFrameworks",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func(path string, language string) []string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::NewSecretsDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewSecretsDetector",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/quality/analyzers.SecretsDetector 'NewSecretsDetector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 392,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewSecretsDetector",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func() *github.com/yourorg/devour/internal/quality/analyzers.SecretsDetector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::GetPracticesByCategory",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: GetPracticesByCategory",
|
|
"description": "The exported func(category string) []github.com/yourorg/devour/internal/quality/analyzers.BestPractice 'GetPracticesByCategory' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 570,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetPracticesByCategory",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func(category string) []github.com/yourorg/devour/internal/quality/analyzers.BestPractice"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::Sink",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Sink",
|
|
"description": "The exported string 'Sink' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "Sink",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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/analyzers/dataflow.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": "Detect",
|
|
"package": "github.com/yourorg/devour/internal/quality/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/analyzers/practices.go::CodeExample",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: CodeExample",
|
|
"description": "The exported string 'CodeExample' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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": "CodeExample",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::DataFlowFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DataFlowFinding",
|
|
"description": "The exported github.com/yourorg/devour/internal/quality/analyzers.DataFlowFinding 'DataFlowFinding' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "DataFlowFinding",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "github.com/yourorg/devour/internal/quality/analyzers.DataFlowFinding"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::File",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: File",
|
|
"description": "The exported string 'File' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "File",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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/quality/analyzers/dataflow.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": "Path",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.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/analyzers/controlflow.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/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/analyzers/practices.go::FetchPractices",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: FetchPractices",
|
|
"description": "The exported func(ctx context.Context, language string, frameworks []string) ([]github.com/yourorg/devour/internal/quality/analyzers.BestPractice, error) 'FetchPractices' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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": "FetchPractices",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func(ctx context.Context, language string, frameworks []string) ([]github.com/yourorg/devour/internal/quality/analyzers.BestPractice, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::NewDataFlowAnalyzer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NewDataFlowAnalyzer",
|
|
"description": "The exported func() *github.com/yourorg/devour/internal/quality/analyzers.DataFlowAnalyzer 'NewDataFlowAnalyzer' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "NewDataFlowAnalyzer",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "func() *github.com/yourorg/devour/internal/quality/analyzers.DataFlowAnalyzer"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Healthy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Healthy",
|
|
"description": "The exported bool 'Healthy' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "Healthy",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Status",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Status",
|
|
"description": "The exported string 'Status' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Status",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Position",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Position",
|
|
"description": "The exported int 'Position' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "Position",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Score",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "float64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Metadata",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "map[string]any"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Repo",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Name",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::NextSync",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: NextSync",
|
|
"description": "The exported time.Time 'NextSync' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "NextSync",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "ID",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Type",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Title",
|
|
"description": "The exported string 'Title' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "Title",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Dimension",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Dimension",
|
|
"description": "The exported int 'Dimension' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "Dimension",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Chunk",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Chunk",
|
|
"description": "The exported github.com/yourorg/devour/pkg/types.Chunk 'Chunk' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Chunk",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "github.com/yourorg/devour/pkg/types.Chunk"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::URL",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: URL",
|
|
"description": "The exported string 'URL' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "URL",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocID",
|
|
"description": "The exported string 'DocID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "DocID",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Type",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Exclude",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Exclude",
|
|
"description": "The exported []string 'Exclude' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Exclude",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocumentCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocumentCount",
|
|
"description": "The exported int 'DocumentCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "DocumentCount",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::LastUpdated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastUpdated",
|
|
"description": "The exported time.Time 'LastUpdated' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "LastUpdated",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::StorageBytes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: StorageBytes",
|
|
"description": "The exported int64 'StorageBytes' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "StorageBytes",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Metadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Metadata",
|
|
"description": "The exported map[string]interface{} 'Metadata' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Metadata",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.go",
|
|
"line": 15,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocCount",
|
|
"description": "The exported int 'DocCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "DocCount",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Sources",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Sources",
|
|
"description": "The exported []github.com/yourorg/devour/pkg/types.SourceStatus 'Sources' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Sources",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "[]github.com/yourorg/devour/pkg/types.SourceStatus"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Status",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Status",
|
|
"description": "The exported github.com/yourorg/devour/pkg/types.Status 'Status' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Status",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "github.com/yourorg/devour/pkg/types.Status"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.go",
|
|
"line": 8,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.go",
|
|
"line": 10,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Content",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "ID",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Content",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::URL",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: URL",
|
|
"description": "The exported string 'URL' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "URL",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Include",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Include",
|
|
"description": "The exported []string 'Include' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Include",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "[]string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Document",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Document",
|
|
"description": "The exported github.com/yourorg/devour/pkg/types.Document 'Document' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go",
|
|
"line": 7,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Document",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "github.com/yourorg/devour/pkg/types.Document"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Timestamp",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Timestamp",
|
|
"description": "The exported time.Time 'Timestamp' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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": "Timestamp",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Vector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Vector",
|
|
"description": "The exported []float32 'Vector' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Vector",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "[]float32"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Metadata",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "map[string]any"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Name",
|
|
"description": "The exported string 'Name' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "Name",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Path",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::ChunkCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ChunkCount",
|
|
"description": "The exported int 'ChunkCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go",
|
|
"line": 56,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChunkCount",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::LastSync",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: LastSync",
|
|
"description": "The exported time.Time 'LastSync' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "LastSync",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "time.Time"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::SearchResult",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: SearchResult",
|
|
"description": "The exported github.com/yourorg/devour/pkg/types.SearchResult 'SearchResult' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "SearchResult",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "github.com/yourorg/devour/pkg/types.SearchResult"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Content",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocID",
|
|
"description": "The exported string 'DocID' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/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": "DocID",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Branch",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Schedule",
|
|
"package": "github.com/yourorg/devour/pkg/types",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "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": 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": "Stop",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "func()"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "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::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": 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": "OnStartup",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "CheckMethod",
|
|
"package": "github.com/yourorg/devour/internal/scheduler",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "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/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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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": "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::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::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::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/pkg/client/client.go::Results",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Results",
|
|
"description": "The exported []interface{} 'Results' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "Results",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "[]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::Metadata",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Metadata",
|
|
"description": "The exported map[string]interface{} 'Metadata' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "Metadata",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "map[string]interface{}"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::New",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: New",
|
|
"description": "The exported func(baseURL string) *github.com/yourorg/devour/pkg/client.Client 'New' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "New",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "func(baseURL string) *github.com/yourorg/devour/pkg/client.Client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "TookMs",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "int64"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::ChunkCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: ChunkCount",
|
|
"description": "The exported int 'ChunkCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "ChunkCount",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::AddDocuments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: AddDocuments",
|
|
"description": "The exported func(ctx context.Context, docs []*github.com/yourorg/devour/pkg/client.Document) error 'AddDocuments' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "AddDocuments",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "func(ctx context.Context, docs []*github.com/yourorg/devour/pkg/client.Document) error"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Content",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::Query",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Query",
|
|
"description": "The exported func(ctx context.Context, query string, limit int) (*github.com/yourorg/devour/pkg/client.QueryResponse, error) 'Query' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "Query",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "func(ctx context.Context, query string, limit int) (*github.com/yourorg/devour/pkg/client.QueryResponse, error)"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Total",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::Healthy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: Healthy",
|
|
"description": "The exported bool 'Healthy' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "Healthy",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "bool"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Query",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "ID",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "string"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::DocumentCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported identifier: DocumentCount",
|
|
"description": "The exported int 'DocumentCount' is never used in the codebase. Consider removing it or documenting its intended use.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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": "DocumentCount",
|
|
"package": "github.com/yourorg/devour/pkg/client",
|
|
"type": "int"
|
|
}
|
|
},
|
|
{
|
|
"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/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/analyzers/dataflow.go::isDangerousSink",
|
|
"type": "single_use",
|
|
"title": "Single-use function: isDangerousSink",
|
|
"description": "Function 'isDangerousSink' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 252,
|
|
"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": "isDangerousSink",
|
|
"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/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/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/quality/scorecard/banner_generator.go::drawTypeSection",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawTypeSection",
|
|
"description": "Function 'drawTypeSection' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go",
|
|
"line": 385,
|
|
"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": "drawTypeSection",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go::drawEnhancedRightPanel",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedRightPanel",
|
|
"description": "Function 'drawEnhancedRightPanel' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go",
|
|
"line": 233,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "163",
|
|
"name": "drawEnhancedRightPanel",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::extractComponents",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractComponents",
|
|
"description": "Function 'extractComponents' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go",
|
|
"line": 80,
|
|
"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": "extractComponents",
|
|
"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/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/analyzers/controlflow.go::analyzeFunction",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeFunction",
|
|
"description": "Function 'analyzeFunction' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 81,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "82",
|
|
"name": "analyzeFunction",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::extractHooks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractHooks",
|
|
"description": "Function 'extractHooks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.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": "42",
|
|
"name": "extractHooks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractStatics",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractStatics",
|
|
"description": "Function 'extractStatics' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 490,
|
|
"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": "extractStatics",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractPackageExamples",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPackageExamples",
|
|
"description": "Function 'extractPackageExamples' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 628,
|
|
"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": "extractPackageExamples",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractMacros",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractMacros",
|
|
"description": "Function 'extractMacros' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 438,
|
|
"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": "extractMacros",
|
|
"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::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::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/pkg/cloudflaredocs/parser.go::extractDescription",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractDescription",
|
|
"description": "Function 'extractDescription' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "13",
|
|
"name": "extractDescription",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go::titleCase",
|
|
"type": "single_use",
|
|
"title": "Single-use function: titleCase",
|
|
"description": "Function 'titleCase' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 17,
|
|
"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": "titleCase",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractImportedBy",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractImportedBy",
|
|
"description": "Function 'extractImportedBy' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 280,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "19",
|
|
"name": "extractImportedBy",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::extractClasses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClasses",
|
|
"description": "Function 'extractClasses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "31",
|
|
"name": "extractClasses",
|
|
"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/pkg/rustdocs/parser.go::extractItemPath",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractItemPath",
|
|
"description": "Function 'extractItemPath' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "24",
|
|
"name": "extractItemPath",
|
|
"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/analyzers/controlflow.go::analyzeRange",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeRange",
|
|
"description": "Function 'analyzeRange' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 386,
|
|
"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": "analyzeRange",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::getPerformancePractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getPerformancePractices",
|
|
"description": "Function 'getPerformancePractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 498,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "71",
|
|
"name": "getPerformancePractices",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::drawEnhancedFindingsBySeverity",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedFindingsBySeverity",
|
|
"description": "Function 'drawEnhancedFindingsBySeverity' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go",
|
|
"line": 380,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "66",
|
|
"name": "drawEnhancedFindingsBySeverity",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractInterfaces",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractInterfaces",
|
|
"description": "Function 'extractInterfaces' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 127,
|
|
"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": "extractInterfaces",
|
|
"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/quality/scorecard/compact.go::drawCompactFooter",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawCompactFooter",
|
|
"description": "Function 'drawCompactFooter' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go",
|
|
"line": 74,
|
|
"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": "drawCompactFooter",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractAttributes",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractAttributes",
|
|
"description": "Function 'extractAttributes' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 450,
|
|
"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": "extractAttributes",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::ParseModulePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseModulePage",
|
|
"description": "Function 'ParseModulePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 22,
|
|
"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": "ParseModulePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go::runQualityStatus",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityStatus",
|
|
"description": "Function 'runQualityStatus' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 226,
|
|
"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": "runQualityStatus",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/get.go::constructDocURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: constructDocURL",
|
|
"description": "Function 'constructDocURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/get.go",
|
|
"line": 73,
|
|
"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": "constructDocURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractMethodName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractMethodName",
|
|
"description": "Function 'extractMethodName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 341,
|
|
"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": "extractMethodName",
|
|
"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": 122,
|
|
"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": "parseCoverageFile",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractVersion",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractVersion",
|
|
"description": "Function 'extractVersion' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.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": "19",
|
|
"name": "extractVersion",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractCrateName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCrateName",
|
|
"description": "Function 'extractCrateName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 127,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "19",
|
|
"name": "extractCrateName",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::analyzeCall",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeCall",
|
|
"description": "Function 'analyzeCall' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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": "36",
|
|
"name": "analyzeCall",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::getBuiltInPractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getBuiltInPractices",
|
|
"description": "Function 'getBuiltInPractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 161,
|
|
"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": "getBuiltInPractices",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/complexity.go::NewComplexityDetector",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewComplexityDetector",
|
|
"description": "Function 'NewComplexityDetector' 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": 32,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "36",
|
|
"name": "NewComplexityDetector",
|
|
"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/quality/review/packet.go::Generate",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Generate",
|
|
"description": "Function 'Generate' 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": 61,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "13",
|
|
"name": "Generate",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::extractCompositionAPI",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCompositionAPI",
|
|
"description": "Function 'extractCompositionAPI' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go",
|
|
"line": 126,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "54",
|
|
"name": "extractCompositionAPI",
|
|
"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/pkg/javadocs/parser.go::extractClasses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClasses",
|
|
"description": "Function 'extractClasses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 96,
|
|
"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": "extractClasses",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/scrape.go::extractName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractName",
|
|
"description": "Function 'extractName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/scrape.go",
|
|
"line": 216,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractName",
|
|
"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/scorecard/compact.go::drawCompactCircles",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawCompactCircles",
|
|
"description": "Function 'drawCompactCircles' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go",
|
|
"line": 51,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "21",
|
|
"name": "drawCompactCircles",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractFields",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractFields",
|
|
"description": "Function 'extractFields' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 284,
|
|
"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": "extractFields",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::extractPrompts",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPrompts",
|
|
"description": "Function 'extractPrompts' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go",
|
|
"line": 172,
|
|
"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": "extractPrompts",
|
|
"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": 104,
|
|
"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/pkg/astrodocs/parser.go::extractTitle",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTitle",
|
|
"description": "Function 'extractTitle' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go",
|
|
"line": 66,
|
|
"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": "extractTitle",
|
|
"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": 241,
|
|
"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/quality/scorecard/theme.go::GetGradeColorMuted",
|
|
"type": "single_use",
|
|
"title": "Single-use function: GetGradeColorMuted",
|
|
"description": "Function 'GetGradeColorMuted' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go",
|
|
"line": 150,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "14",
|
|
"name": "GetGradeColorMuted",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go",
|
|
"line": 270,
|
|
"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": "resolveURL",
|
|
"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/pkg/cloudflaredocs/parser.go::ParsePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParsePage",
|
|
"description": "Function 'ParsePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "21",
|
|
"name": "ParsePage",
|
|
"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/scorecard/detailed.go::drawEnhancedFindingsByType",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedFindingsByType",
|
|
"description": "Function 'drawEnhancedFindingsByType' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go",
|
|
"line": 289,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "89",
|
|
"name": "drawEnhancedFindingsByType",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::drawSeveritySection",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawSeveritySection",
|
|
"description": "Function 'drawSeveritySection' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go",
|
|
"line": 354,
|
|
"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": "drawSeveritySection",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractItemKind",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractItemKind",
|
|
"description": "Function 'extractItemKind' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "48",
|
|
"name": "extractItemKind",
|
|
"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/pkg/rustdocs/parser.go::extractVersion",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractVersion",
|
|
"description": "Function 'extractVersion' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "17",
|
|
"name": "extractVersion",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractConstants",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractConstants",
|
|
"description": "Function 'extractConstants' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 464,
|
|
"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": "extractConstants",
|
|
"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/cmd/demo.go::runDemo",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runDemo",
|
|
"description": "Function 'runDemo' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/demo.go",
|
|
"line": 30,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "96",
|
|
"name": "runDemo",
|
|
"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/pkg/pythondocs/parser.go::extractStaticMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractStaticMethods",
|
|
"description": "Function 'extractStaticMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 389,
|
|
"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": "extractStaticMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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/pkg/tsdocs/parser.go",
|
|
"line": 266,
|
|
"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": "extractVariables",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.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/analyzers/controlflow.go",
|
|
"line": 164,
|
|
"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": "calculateCyclomaticComplexity",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::getSecurityPractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getSecurityPractices",
|
|
"description": "Function 'getSecurityPractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 384,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "66",
|
|
"name": "getSecurityPractices",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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/pkg/rustdocs/parser.go",
|
|
"line": 411,
|
|
"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": "extractFunctions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/root.go::initConfig",
|
|
"type": "single_use",
|
|
"title": "Single-use function: initConfig",
|
|
"description": "Function 'initConfig' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/root.go",
|
|
"line": 76,
|
|
"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": "initConfig",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractImportPath",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractImportPath",
|
|
"description": "Function 'extractImportPath' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.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": "34",
|
|
"name": "extractImportPath",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::extractSpecialAttrs",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSpecialAttrs",
|
|
"description": "Function 'extractSpecialAttrs' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.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": "33",
|
|
"name": "extractSpecialAttrs",
|
|
"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/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/scorecard/compact.go::drawCompactHeader",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawCompactHeader",
|
|
"description": "Function 'drawCompactHeader' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go",
|
|
"line": 19,
|
|
"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": "drawCompactHeader",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::extractResources",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractResources",
|
|
"description": "Function 'extractResources' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go",
|
|
"line": 148,
|
|
"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": "extractResources",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.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": "17",
|
|
"name": "resolveURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/pythondocs/parser.go::extractExceptions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractExceptions",
|
|
"description": "Function 'extractExceptions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 278,
|
|
"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": "extractExceptions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractDescription",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractDescription",
|
|
"description": "Function 'extractDescription' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 165,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractDescription",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::extractTypeAliases",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTypeAliases",
|
|
"description": "Function 'extractTypeAliases' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "31",
|
|
"name": "extractTypeAliases",
|
|
"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/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/cmd/quality.go::outputScanResult",
|
|
"type": "single_use",
|
|
"title": "Single-use function: outputScanResult",
|
|
"description": "Function 'outputScanResult' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 431,
|
|
"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": "outputScanResult",
|
|
"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/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/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": "41",
|
|
"name": "findCycles",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractStructs",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractStructs",
|
|
"description": "Function 'extractStructs' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 333,
|
|
"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": "extractStructs",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go::runQualityReview",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityReview",
|
|
"description": "Function 'runQualityReview' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 653,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "runQualityReview",
|
|
"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/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/pkg/godocs/parser.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/pkg/godocs/parser.go",
|
|
"line": 351,
|
|
"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": "extractTypes",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractConstructors",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractConstructors",
|
|
"description": "Function 'extractConstructors' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 312,
|
|
"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": "extractConstructors",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/query.go::runQuery",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQuery",
|
|
"description": "Function 'runQuery' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/query.go",
|
|
"line": 37,
|
|
"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": "runQuery",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Search",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Search",
|
|
"description": "Function 'Search' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 113,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "28",
|
|
"name": "Search",
|
|
"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/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/pkg/springdocs/parser.go::extractClassFields",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClassFields",
|
|
"description": "Function 'extractClassFields' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.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": "17",
|
|
"name": "extractClassFields",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::ParseServerPage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseServerPage",
|
|
"description": "Function 'ParseServerPage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.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": "21",
|
|
"name": "ParseServerPage",
|
|
"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/pkg/astrodocs/parser.go::extractCodeBlocks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCodeBlocks",
|
|
"description": "Function 'extractCodeBlocks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go",
|
|
"line": 122,
|
|
"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": "extractCodeBlocks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go::extractSections",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSections",
|
|
"description": "Function 'extractSections' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go",
|
|
"line": 99,
|
|
"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": "extractSections",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::ParsePackagePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParsePackagePage",
|
|
"description": "Function 'ParsePackagePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.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": "20",
|
|
"name": "ParsePackagePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractRepository",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractRepository",
|
|
"description": "Function 'extractRepository' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 179,
|
|
"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": "extractRepository",
|
|
"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/quality/analyzers/dataflow.go::checkCommandInjection",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkCommandInjection",
|
|
"description": "Function 'checkCommandInjection' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 304,
|
|
"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": "checkCommandInjection",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go::drawEnhancedLeftPanel",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedLeftPanel",
|
|
"description": "Function 'drawEnhancedLeftPanel' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go",
|
|
"line": 128,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "104",
|
|
"name": "drawEnhancedLeftPanel",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::extractServerName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractServerName",
|
|
"description": "Function 'extractServerName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go",
|
|
"line": 69,
|
|
"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": "extractServerName",
|
|
"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/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/cmd/quality.go::runQualityFix",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityFix",
|
|
"description": "Function 'runQualityFix' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 557,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "95",
|
|
"name": "runQualityFix",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractPackageDoc",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPackageDoc",
|
|
"description": "Function 'extractPackageDoc' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 209,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractPackageDoc",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::ParseModulePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseModulePage",
|
|
"description": "Function 'ParseModulePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.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": "20",
|
|
"name": "ParseModulePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go::analyzeSwitch",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeSwitch",
|
|
"description": "Function 'analyzeSwitch' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 299,
|
|
"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": "analyzeSwitch",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scanner.go::Scan",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Scan",
|
|
"description": "Function 'Scan' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/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": {
|
|
"exported": "true",
|
|
"loc": "69",
|
|
"name": "Scan",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.go",
|
|
"line": 161,
|
|
"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": "resolveURL",
|
|
"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/pkg/vuedocs/parser.go::extractDirectives",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractDirectives",
|
|
"description": "Function 'extractDirectives' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.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": "33",
|
|
"name": "extractDirectives",
|
|
"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/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/markdown/formatter.go::FormatWithTOC",
|
|
"type": "single_use",
|
|
"title": "Single-use function: FormatWithTOC",
|
|
"description": "Function 'FormatWithTOC' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 185,
|
|
"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": "FormatWithTOC",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/review/packet.go::Save",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Save",
|
|
"description": "Function 'Save' 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": 241,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "18",
|
|
"name": "Save",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractModuleDoc",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractModuleDoc",
|
|
"description": "Function 'extractModuleDoc' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.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": "13",
|
|
"name": "extractModuleDoc",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractModuleName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractModuleName",
|
|
"description": "Function 'extractModuleName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 76,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractModuleName",
|
|
"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/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/pkg/rustdocs/parser.go::extractEnums",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractEnums",
|
|
"description": "Function 'extractEnums' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "25",
|
|
"name": "extractEnums",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractClassMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClassMethods",
|
|
"description": "Function 'extractClassMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 201,
|
|
"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": "extractClassMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::ParseReferencePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseReferencePage",
|
|
"description": "Function 'ParseReferencePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.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": "20",
|
|
"name": "ParseReferencePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractPackageName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPackageName",
|
|
"description": "Function 'extractPackageName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 175,
|
|
"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": "extractPackageName",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractConstants",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractConstants",
|
|
"description": "Function 'extractConstants' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 477,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "52",
|
|
"name": "extractConstants",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractTraits",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTraits",
|
|
"description": "Function 'extractTraits' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 385,
|
|
"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": "extractTraits",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::initSanitizers",
|
|
"type": "single_use",
|
|
"title": "Single-use function: initSanitizers",
|
|
"description": "Function 'initSanitizers' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 78,
|
|
"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": "initSanitizers",
|
|
"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/quality/scoring.go::GetNextPriority",
|
|
"type": "single_use",
|
|
"title": "Single-use function: GetNextPriority",
|
|
"description": "Function 'GetNextPriority' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 142,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "22",
|
|
"name": "GetNextPriority",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractKindFromClasses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractKindFromClasses",
|
|
"description": "Function 'extractKindFromClasses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 592,
|
|
"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": "extractKindFromClasses",
|
|
"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/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/cmd/quality.go::prepareReviewPacket",
|
|
"type": "single_use",
|
|
"title": "Single-use function: prepareReviewPacket",
|
|
"description": "Function 'prepareReviewPacket' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 667,
|
|
"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": "prepareReviewPacket",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractLicenses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractLicenses",
|
|
"description": "Function 'extractLicenses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 262,
|
|
"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": "extractLicenses",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractClasses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClasses",
|
|
"description": "Function 'extractClasses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 164,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "60",
|
|
"name": "extractClasses",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::extractComponents",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractComponents",
|
|
"description": "Function 'extractComponents' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go",
|
|
"line": 249,
|
|
"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": "extractComponents",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/get.go::mapLanguageToType",
|
|
"type": "single_use",
|
|
"title": "Single-use function: mapLanguageToType",
|
|
"description": "Function 'mapLanguageToType' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/get.go",
|
|
"line": 107,
|
|
"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": "mapLanguageToType",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/sync.go::runSync",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runSync",
|
|
"description": "Function 'runSync' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/sync.go",
|
|
"line": 36,
|
|
"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": "runSync",
|
|
"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/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/pkg/rustdocs/parser.go::extractItemSignature",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractItemSignature",
|
|
"description": "Function 'extractItemSignature' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "extractItemSignature",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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/pkg/tsdocs/parser.go",
|
|
"line": 164,
|
|
"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": "extractFunctions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::checkSQLInjection",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkSQLInjection",
|
|
"description": "Function 'checkSQLInjection' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 275,
|
|
"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": "checkSQLInjection",
|
|
"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/pkg/javadocs/parser.go::extractEnums",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractEnums",
|
|
"description": "Function 'extractEnums' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 158,
|
|
"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": "extractEnums",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::ParseReferencePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseReferencePage",
|
|
"description": "Function 'ParseReferencePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.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": "19",
|
|
"name": "ParseReferencePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::extractOptionsAPI",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractOptionsAPI",
|
|
"description": "Function 'extractOptionsAPI' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go",
|
|
"line": 181,
|
|
"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": "extractOptionsAPI",
|
|
"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/analyzers/controlflow.go::analyzeLoop",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeLoop",
|
|
"description": "Function 'analyzeLoop' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 350,
|
|
"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": "analyzeLoop",
|
|
"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/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/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/pkg/pythondocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 539,
|
|
"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": "resolveURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::drawEnhancedScoreBreakdown",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedScoreBreakdown",
|
|
"description": "Function 'drawEnhancedScoreBreakdown' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.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": "81",
|
|
"name": "drawEnhancedScoreBreakdown",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.go::extractCodeBlocks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCodeBlocks",
|
|
"description": "Function 'extractCodeBlocks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.go",
|
|
"line": 136,
|
|
"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": "extractCodeBlocks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.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/pkg/godocs/parser.go",
|
|
"line": 531,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "56",
|
|
"name": "extractVariables",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.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/pkg/pythondocs/parser.go",
|
|
"line": 225,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "52",
|
|
"name": "extractFunctions",
|
|
"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/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/pkg/cloudflaredocs/parser.go::extractSections",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSections",
|
|
"description": "Function 'extractSections' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "22",
|
|
"name": "extractSections",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractExceptions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractExceptions",
|
|
"description": "Function 'extractExceptions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 188,
|
|
"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": "extractExceptions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go::checkEarlyReturn",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkEarlyReturn",
|
|
"description": "Function 'checkEarlyReturn' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 229,
|
|
"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": "checkEarlyReturn",
|
|
"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/pkg/pythondocs/parser.go::extractData",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractData",
|
|
"description": "Function 'extractData' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 325,
|
|
"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": "extractData",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractItemDoc",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractItemDoc",
|
|
"description": "Function 'extractItemDoc' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 292,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractItemDoc",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::extractTools",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTools",
|
|
"description": "Function 'extractTools' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go",
|
|
"line": 102,
|
|
"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": "extractTools",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::extractInterfaces",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractInterfaces",
|
|
"description": "Function 'extractInterfaces' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go",
|
|
"line": 92,
|
|
"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": "extractInterfaces",
|
|
"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/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/cmd/quality.go::formatScanResultText",
|
|
"type": "single_use",
|
|
"title": "Single-use function: formatScanResultText",
|
|
"description": "Function 'formatScanResultText' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 511,
|
|
"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": "formatScanResultText",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go",
|
|
"line": 317,
|
|
"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": "resolveURL",
|
|
"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/cmd/quality.go::generateScorecardBadge",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateScorecardBadge",
|
|
"description": "Function 'generateScorecardBadge' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 474,
|
|
"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": "generateScorecardBadge",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/languages.go::runLanguages",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runLanguages",
|
|
"description": "Function 'runLanguages' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/languages.go",
|
|
"line": 25,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "94",
|
|
"name": "runLanguages",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go::getGradeScore",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getGradeScore",
|
|
"description": "Function 'getGradeScore' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go",
|
|
"line": 288,
|
|
"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": "getGradeScore",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::drawPieSlice",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawPieSlice",
|
|
"description": "Function 'drawPieSlice' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go",
|
|
"line": 448,
|
|
"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": "drawPieSlice",
|
|
"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": 227,
|
|
"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/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/cmd/serve.go::runServe",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runServe",
|
|
"description": "Function 'runServe' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/serve.go",
|
|
"line": 39,
|
|
"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": "runServe",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/detectors/naming.go::NewNamingDetector",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewNamingDetector",
|
|
"description": "Function 'NewNamingDetector' 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": 41,
|
|
"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": "NewNamingDetector",
|
|
"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/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/pkg/reactdocs/parser.go::extractComponents",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractComponents",
|
|
"description": "Function 'extractComponents' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.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": "45",
|
|
"name": "extractComponents",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::extractGlobalAPI",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractGlobalAPI",
|
|
"description": "Function 'extractGlobalAPI' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go",
|
|
"line": 79,
|
|
"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": "extractGlobalAPI",
|
|
"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/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/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/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": 305,
|
|
"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/pkg/nuxtdocs/parser.go::extractConfigs",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractConfigs",
|
|
"description": "Function 'extractConfigs' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go",
|
|
"line": 182,
|
|
"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": "extractConfigs",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::checkPathTraversal",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkPathTraversal",
|
|
"description": "Function 'checkPathTraversal' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 332,
|
|
"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": "checkPathTraversal",
|
|
"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/cmd/quality.go::runQualityResolve",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityResolve",
|
|
"description": "Function 'runQualityResolve' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 340,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "90",
|
|
"name": "runQualityResolve",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractItemName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractItemName",
|
|
"description": "Function 'extractItemName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.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": "12",
|
|
"name": "extractItemName",
|
|
"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/cmd/quality.go::runQualityNext",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityNext",
|
|
"description": "Function 'runQualityNext' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 264,
|
|
"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": "runQualityNext",
|
|
"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/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/pkg/dockerdocs/parser.go::extractTitle",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTitle",
|
|
"description": "Function 'extractTitle' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.go",
|
|
"line": 67,
|
|
"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": "extractTitle",
|
|
"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/scorecard/detailed.go::drawEnhancedScoreCircle",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawEnhancedScoreCircle",
|
|
"description": "Function 'drawEnhancedScoreCircle' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go",
|
|
"line": 164,
|
|
"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": "drawEnhancedScoreCircle",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::extractDirectives",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractDirectives",
|
|
"description": "Function 'extractDirectives' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go",
|
|
"line": 216,
|
|
"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": "extractDirectives",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractMethods",
|
|
"description": "Function 'extractMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 436,
|
|
"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": "extractMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::extractAPIs",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractAPIs",
|
|
"description": "Function 'extractAPIs' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go",
|
|
"line": 164,
|
|
"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": "extractAPIs",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::initTaintSources",
|
|
"type": "single_use",
|
|
"title": "Single-use function: initTaintSources",
|
|
"description": "Function 'initTaintSources' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 53,
|
|
"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": "initTaintSources",
|
|
"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/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/pkg/nuxtdocs/parser.go::extractUtilities",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractUtilities",
|
|
"description": "Function 'extractUtilities' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go",
|
|
"line": 148,
|
|
"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": "extractUtilities",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractClassConstructors",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClassConstructors",
|
|
"description": "Function 'extractClassConstructors' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 255,
|
|
"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": "extractClassConstructors",
|
|
"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/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_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractMethods",
|
|
"description": "Function 'extractMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 363,
|
|
"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": "extractMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go::DetectChanges",
|
|
"type": "single_use",
|
|
"title": "Single-use function: DetectChanges",
|
|
"description": "Function 'DetectChanges' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/scraper/web.go",
|
|
"line": 158,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "21",
|
|
"name": "DetectChanges",
|
|
"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/quality/languages.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/languages.go",
|
|
"line": 157,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "20",
|
|
"name": "DetectLanguage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go::extractTitle",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractTitle",
|
|
"description": "Function 'extractTitle' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go",
|
|
"line": 68,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "13",
|
|
"name": "extractTitle",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::extractComposables",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractComposables",
|
|
"description": "Function 'extractComposables' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go",
|
|
"line": 114,
|
|
"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": "extractComposables",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractGuides",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractGuides",
|
|
"description": "Function 'extractGuides' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 151,
|
|
"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": "extractGuides",
|
|
"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": 148,
|
|
"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/scorecard/theme.go::updateThemeColors",
|
|
"type": "single_use",
|
|
"title": "Single-use function: updateThemeColors",
|
|
"description": "Function 'updateThemeColors' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go",
|
|
"line": 214,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "65",
|
|
"name": "updateThemeColors",
|
|
"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/cmd/status.go::runStatus",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runStatus",
|
|
"description": "Function 'runStatus' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/status.go",
|
|
"line": 25,
|
|
"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": "runStatus",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::getFrameworkPractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getFrameworkPractices",
|
|
"description": "Function 'getFrameworkPractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 300,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "83",
|
|
"name": "getFrameworkPractices",
|
|
"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": 65,
|
|
"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/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::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/pkg/nuxtdocs/parser.go::extractCommands",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCommands",
|
|
"description": "Function 'extractCommands' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go",
|
|
"line": 216,
|
|
"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": "extractCommands",
|
|
"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/pkg/godocs/parser.go::extractStructFields",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractStructFields",
|
|
"description": "Function 'extractStructFields' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 400,
|
|
"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": "extractStructFields",
|
|
"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": 285,
|
|
"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/analyzers/practices.go::getArchitecturePractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getArchitecturePractices",
|
|
"description": "Function 'getArchitecturePractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 451,
|
|
"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": "getArchitecturePractices",
|
|
"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/pkg/rustdocs/parser.go::ParseCratePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseCratePage",
|
|
"description": "Function 'ParseCratePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 22,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "27",
|
|
"name": "ParseCratePage",
|
|
"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/pkg/godocs/parser.go::extractModule",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractModule",
|
|
"description": "Function 'extractModule' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 233,
|
|
"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": "extractModule",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractClasses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClasses",
|
|
"description": "Function 'extractClasses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 100,
|
|
"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": "extractClasses",
|
|
"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/cmd/init.go::runInit",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runInit",
|
|
"description": "Function 'runInit' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/init.go",
|
|
"line": 36,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "49",
|
|
"name": "runInit",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::getLanguagePractices",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getLanguagePractices",
|
|
"description": "Function 'getLanguagePractices' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go",
|
|
"line": 177,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "122",
|
|
"name": "getLanguagePractices",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go::importReviewResponses",
|
|
"type": "single_use",
|
|
"title": "Single-use function: importReviewResponses",
|
|
"description": "Function 'importReviewResponses' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go",
|
|
"line": 705,
|
|
"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": "importReviewResponses",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/init.go::generateDefaultConfig",
|
|
"type": "single_use",
|
|
"title": "Single-use function: generateDefaultConfig",
|
|
"description": "Function 'generateDefaultConfig' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/init.go",
|
|
"line": 86,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "59",
|
|
"name": "generateDefaultConfig",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go::extractAPIs",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractAPIs",
|
|
"description": "Function 'extractAPIs' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "31",
|
|
"name": "extractAPIs",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractSpringMethodName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSpringMethodName",
|
|
"description": "Function 'extractSpringMethodName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go",
|
|
"line": 273,
|
|
"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": "extractSpringMethodName",
|
|
"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/pkg/cloudflaredocs/parser.go::extractCodeBlocks",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractCodeBlocks",
|
|
"description": "Function 'extractCodeBlocks' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go",
|
|
"line": 133,
|
|
"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": "extractCodeBlocks",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/cloudflaredocs/parser.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": "17",
|
|
"name": "resolveURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.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/pkg/godocs/parser.go",
|
|
"line": 312,
|
|
"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/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/review/packet.go::ImportReview",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ImportReview",
|
|
"description": "Function 'ImportReview' 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": 276,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "40",
|
|
"name": "ImportReview",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractMethods",
|
|
"description": "Function 'extractMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 247,
|
|
"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": "extractMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::extractProperties",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractProperties",
|
|
"description": "Function 'extractProperties' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.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": "20",
|
|
"name": "extractProperties",
|
|
"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/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/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/quality/scoring.go::FormatScorecard",
|
|
"type": "single_use",
|
|
"title": "Single-use function: FormatScorecard",
|
|
"description": "Function 'FormatScorecard' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scoring.go",
|
|
"line": 98,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "42",
|
|
"name": "FormatScorecard",
|
|
"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/pkg/mcpdocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go",
|
|
"line": 196,
|
|
"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": "resolveURL",
|
|
"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/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/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/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/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::NewFormatter",
|
|
"type": "single_use",
|
|
"title": "Single-use function: NewFormatter",
|
|
"description": "Function 'NewFormatter' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/markdown/formatter.go",
|
|
"line": 49,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "14",
|
|
"name": "NewFormatter",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::drawDetailedHeader",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawDetailedHeader",
|
|
"description": "Function 'drawDetailedHeader' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go",
|
|
"line": 105,
|
|
"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": "drawDetailedHeader",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractModuleName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractModuleName",
|
|
"description": "Function 'extractModuleName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 94,
|
|
"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": "extractModuleName",
|
|
"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/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/scorecard/html_generator.go::getScoreColorHex",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getScoreColorHex",
|
|
"description": "Function 'getScoreColorHex' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/html_generator.go",
|
|
"line": 919,
|
|
"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": "getScoreColorHex",
|
|
"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/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::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": 215,
|
|
"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/analyzers/dataflow.go::analyzeAssignment",
|
|
"type": "single_use",
|
|
"title": "Single-use function: analyzeAssignment",
|
|
"description": "Function 'analyzeAssignment' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go",
|
|
"line": 143,
|
|
"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": "analyzeAssignment",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractClassMethods",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractClassMethods",
|
|
"description": "Function 'extractClassMethods' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.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": "12",
|
|
"name": "extractClassMethods",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::extractModules",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractModules",
|
|
"description": "Function 'extractModules' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go",
|
|
"line": 306,
|
|
"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": "extractModules",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/push.go::runPush",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runPush",
|
|
"description": "Function 'runPush' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/push.go",
|
|
"line": 37,
|
|
"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": "runPush",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::drawSeverityBars",
|
|
"type": "single_use",
|
|
"title": "Single-use function: drawSeverityBars",
|
|
"description": "Function 'drawSeverityBars' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go",
|
|
"line": 314,
|
|
"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": "drawSeverityBars",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.go::extractSections",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSections",
|
|
"description": "Function 'extractSections' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.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": "31",
|
|
"name": "extractSections",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::extractSynopsis",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractSynopsis",
|
|
"description": "Function 'extractSynopsis' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 189,
|
|
"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": "extractSynopsis",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::extractEnums",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractEnums",
|
|
"description": "Function 'extractEnums' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "28",
|
|
"name": "extractEnums",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::ParseReferencePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseReferencePage",
|
|
"description": "Function 'ParseReferencePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.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": "18",
|
|
"name": "ParseReferencePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go::checkUnreachableCode",
|
|
"type": "single_use",
|
|
"title": "Single-use function: checkUnreachableCode",
|
|
"description": "Function 'checkUnreachableCode' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go",
|
|
"line": 262,
|
|
"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": "checkUnreachableCode",
|
|
"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/pkg/dockerdocs/parser.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/pkg/dockerdocs/parser.go",
|
|
"line": 164,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "19",
|
|
"name": "extractLinks",
|
|
"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/pkg/dockerdocs/parser.go::ParsePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParsePage",
|
|
"description": "Function 'ParsePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/dockerdocs/parser.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": "20",
|
|
"name": "ParsePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go::extractPathFromURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPathFromURL",
|
|
"description": "Function 'extractPathFromURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/parser.go",
|
|
"line": 520,
|
|
"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": "extractPathFromURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go::Delete",
|
|
"type": "single_use",
|
|
"title": "Single-use function: Delete",
|
|
"description": "Function 'Delete' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/vector/store.go",
|
|
"line": 143,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "14",
|
|
"name": "Delete",
|
|
"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/scorecard/badge.go::buildDimensions",
|
|
"type": "single_use",
|
|
"title": "Single-use function: buildDimensions",
|
|
"description": "Function 'buildDimensions' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/badge.go",
|
|
"line": 436,
|
|
"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": "buildDimensions",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go::ParsePackagePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParsePackagePage",
|
|
"description": "Function 'ParsePackagePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/parser.go",
|
|
"line": 25,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "53",
|
|
"name": "ParsePackagePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::resolveURL",
|
|
"type": "single_use",
|
|
"title": "Single-use function: resolveURL",
|
|
"description": "Function 'resolveURL' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "17",
|
|
"name": "resolveURL",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::getScoreColorForGrade",
|
|
"type": "single_use",
|
|
"title": "Single-use function: getScoreColorForGrade",
|
|
"description": "Function 'getScoreColorForGrade' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.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": "14",
|
|
"name": "getScoreColorForGrade",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go::extractPackageName",
|
|
"type": "single_use",
|
|
"title": "Single-use function: extractPackageName",
|
|
"description": "Function 'extractPackageName' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/parser.go",
|
|
"line": 71,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "19",
|
|
"name": "extractPackageName",
|
|
"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/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/pkg/astrodocs/parser.go::ParsePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParsePage",
|
|
"description": "Function 'ParsePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/parser.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": "19",
|
|
"name": "ParsePage",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.go::runQualityScan",
|
|
"type": "single_use",
|
|
"title": "Single-use function: runQualityScan",
|
|
"description": "Function 'runQualityScan' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/quality.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": "52",
|
|
"name": "runQualityScan",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::TruncateText",
|
|
"type": "single_use",
|
|
"title": "Single-use function: TruncateText",
|
|
"description": "Function 'TruncateText' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go",
|
|
"line": 193,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"loc": "14",
|
|
"name": "TruncateText",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_func::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.go::ParseModulePage",
|
|
"type": "single_use",
|
|
"title": "Single-use function: ParseModulePage",
|
|
"description": "Function 'ParseModulePage' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/parser.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": "22",
|
|
"name": "ParseModulePage",
|
|
"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/cmd/scrape.go::detectSourceType",
|
|
"type": "single_use",
|
|
"title": "Single-use function: detectSourceType",
|
|
"description": "Function 'detectSourceType' is only used once. Consider inlining it or documenting its purpose.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/cmd/scrape.go",
|
|
"line": 172,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "false",
|
|
"loc": "43",
|
|
"name": "detectSourceType",
|
|
"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": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Argument",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Argument",
|
|
"description": "Type 'Argument' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 71,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Argument",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Event",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Event",
|
|
"description": "Type 'Event' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 50,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Event",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Parameters []*github.com/yourorg/devour/pkg/nuxtdocs.Parameter \"json:\\\"parameters,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::SourceStatus",
|
|
"type": "single_use",
|
|
"title": "Single-use type: SourceStatus",
|
|
"description": "Type 'SourceStatus' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go",
|
|
"line": 64,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "SourceStatus",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type\\\"\"; DocCount int \"json:\\\"doc_count\\\"\"; LastSync time.Time \"json:\\\"last_sync\\\"\"; Status string \"json:\\\"status\\\"\"; NextSync time.Time \"json:\\\"next_sync,omitempty\\\"\"}",
|
|
"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/pkg/javadocs/types.go::Parameter",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Parameter",
|
|
"description": "Type 'Parameter' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 101,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Parameter",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"}",
|
|
"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/pkg/tsdocs/types.go::EnumMember",
|
|
"type": "single_use",
|
|
"title": "Single-use type: EnumMember",
|
|
"description": "Type 'EnumMember' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 151,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EnumMember",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Value string \"json:\\\"value,omitempty\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Package",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Package",
|
|
"description": "Type 'Package' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.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": "Package",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Classes []*github.com/yourorg/devour/pkg/springdocs.Class \"json:\\\"classes,omitempty\\\"\"; DocURL string \"json:\\\"doc_url\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Argument",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Argument",
|
|
"description": "Type 'Argument' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 126,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Argument",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Type string \"json:\\\"type,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"; Default string \"json:\\\"default,omitempty\\\"\"}",
|
|
"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/pkg/springdocs/types.go::Parameter",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Parameter",
|
|
"description": "Type 'Parameter' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go",
|
|
"line": 68,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Parameter",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"}",
|
|
"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/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/pkg/tsdocs/types.go::Namespace",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Namespace",
|
|
"description": "Type 'Namespace' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go",
|
|
"line": 158,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Namespace",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Interfaces []*github.com/yourorg/devour/pkg/tsdocs.Interface \"json:\\\"interfaces,omitempty\\\"\"; Types []*github.com/yourorg/devour/pkg/tsdocs.TypeAlias \"json:\\\"types,omitempty\\\"\"; Functions []*github.com/yourorg/devour/pkg/tsdocs.Function \"json:\\\"functions,omitempty\\\"\"; Classes []*github.com/yourorg/devour/pkg/tsdocs.Class \"json:\\\"classes,omitempty\\\"\"; Variables []*github.com/yourorg/devour/pkg/tsdocs.Variable \"json:\\\"variables,omitempty\\\"\"; DocURL string \"json:\\\"doc_url\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::Document",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Document",
|
|
"description": "Type 'Document' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go",
|
|
"line": 50,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Document",
|
|
"underlying": "struct{ID string \"json:\\\"id\\\"\"; Content string \"json:\\\"content\\\"\"; Metadata map[string]interface{} \"json:\\\"metadata,omitempty\\\"\"}",
|
|
"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/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::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/pkg/vuedocs/types.go::Slot",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Slot",
|
|
"description": "Type 'Slot' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 113,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Slot",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Props string \"json:\\\"props,omitempty\\\"\"; Default bool \"json:\\\"default\\\"\"}",
|
|
"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/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/pkg/client/client.go::Status",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Status",
|
|
"description": "Type 'Status' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go",
|
|
"line": 57,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Status",
|
|
"underlying": "struct{Healthy bool \"json:\\\"healthy\\\"\"; DocumentCount int \"json:\\\"document_count\\\"\"; ChunkCount int \"json:\\\"chunk_count\\\"\"}",
|
|
"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/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/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/pkg/nuxtdocs/types.go::Prop",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Prop",
|
|
"description": "Type 'Prop' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 33,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Prop",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type,omitempty\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"; Default string \"json:\\\"default,omitempty\\\"\"; Deprecated string \"json:\\\"deprecated,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Prop",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Prop",
|
|
"description": "Type 'Prop' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go",
|
|
"line": 42,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Prop",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"; Default string \"json:\\\"default,omitempty\\\"\"; Deprecated string \"json:\\\"deprecated,omitempty\\\"\"}",
|
|
"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/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/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": 523,
|
|
"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/pkg/nuxtdocs/types.go::Flag",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Flag",
|
|
"description": "Type 'Flag' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 116,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Flag",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Type string \"json:\\\"type,omitempty\\\"\"; Default string \"json:\\\"default,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"; Short string \"json:\\\"short,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Property",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Property",
|
|
"description": "Type 'Property' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go",
|
|
"line": 80,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Property",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Class string \"json:\\\"class\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Type string \"json:\\\"type,omitempty\\\"\"; Getter string \"json:\\\"getter,omitempty\\\"\"; Setter string \"json:\\\"setter,omitempty\\\"\"; Deleter string \"json:\\\"deleter,omitempty\\\"\"; DocURL string \"json:\\\"doc_url\\\"\"; IsReadOnly bool \"json:\\\"is_readonly\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Slot",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Slot",
|
|
"description": "Type 'Slot' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go",
|
|
"line": 43,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Slot",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Props string \"json:\\\"props,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Prop",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Prop",
|
|
"description": "Type 'Prop' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 95,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Prop",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Type string \"json:\\\"type,omitempty\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"; Default string \"json:\\\"default,omitempty\\\"\"; Deprecated string \"json:\\\"deprecated,omitempty\\\"\"}",
|
|
"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::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::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/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/pkg/client/client.go::QueryResponse",
|
|
"type": "single_use",
|
|
"title": "Single-use type: QueryResponse",
|
|
"description": "Type 'QueryResponse' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go",
|
|
"line": 42,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "QueryResponse",
|
|
"underlying": "struct{Query string \"json:\\\"query\\\"\"; Results []interface{} \"json:\\\"results\\\"\"; Total int \"json:\\\"total\\\"\"; TookMs int64 \"json:\\\"took_ms\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Argument",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Argument",
|
|
"description": "Type 'Argument' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go",
|
|
"line": 39,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Argument",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Description string \"json:\\\"description,omitempty\\\"\"; Required bool \"json:\\\"required\\\"\"}",
|
|
"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/pkg/vuedocs/types.go::Event",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Event",
|
|
"description": "Type 'Event' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 105,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Event",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; Parameters []*github.com/yourorg/devour/pkg/vuedocs.Parameter \"json:\\\"parameters,omitempty\\\"\"; Deprecated string \"json:\\\"deprecated,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/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/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::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/pkg/astrodocs/types.go::Guide",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Guide",
|
|
"description": "Type 'Guide' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/astrodocs/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": "Guide",
|
|
"underlying": "struct{Title string \"json:\\\"title\\\"\"; Description string \"json:\\\"description,omitempty\\\"\"; DocURL string \"json:\\\"doc_url\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::InputSchema",
|
|
"type": "single_use",
|
|
"title": "Single-use type: InputSchema",
|
|
"description": "Type 'InputSchema' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go",
|
|
"line": 45,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "InputSchema",
|
|
"underlying": "struct{Type string \"json:\\\"type\\\"\"; Properties map[string]interface{} \"json:\\\"properties,omitempty\\\"\"; Required []string \"json:\\\"required,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::EnumConst",
|
|
"type": "single_use",
|
|
"title": "Single-use type: EnumConst",
|
|
"description": "Type 'EnumConst' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go",
|
|
"line": 65,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "EnumConst",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"; DocURL string \"json:\\\"doc_url\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"id": "single_use_type::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Modifier",
|
|
"type": "single_use",
|
|
"title": "Single-use type: Modifier",
|
|
"description": "Type 'Modifier' is only used once. Consider if this abstraction is necessary.",
|
|
"file": "/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go",
|
|
"line": 77,
|
|
"severity": 3,
|
|
"score": 4,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Modifier",
|
|
"underlying": "struct{Name string \"json:\\\"name\\\"\"; Doc string \"json:\\\"doc,omitempty\\\"\"}",
|
|
"usage_count": "1"
|
|
}
|
|
},
|
|
{
|
|
"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/quality/analyzers/dataflow.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: dataflow.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/analyzers/dataflow.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/analyzers/dataflow.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": "393"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/mcpdocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/mcpdocs/parser.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/mcpdocs/parser.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": "181"
|
|
}
|
|
},
|
|
{
|
|
"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/main.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: main.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/main.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/main.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": "3"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/devour/main.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: main.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/devour/main.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/devour/main.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": "3"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/examples/demo_scrapers.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: demo_scrapers.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/examples/demo_scrapers.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/examples/demo_scrapers.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": "179"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/scorecard/badge.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: badge.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/scorecard/badge.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scorecard/badge.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": "300"
|
|
}
|
|
},
|
|
{
|
|
"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/cmd/demo.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: demo.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/demo.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/demo.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": "97"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/get.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: get.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/get.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/get.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": "89"
|
|
}
|
|
},
|
|
{
|
|
"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/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/ui/banner.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: banner.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/ui/banner.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/ui/banner.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": "126"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/push.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: push.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/push.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/push.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": "23"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/pkg/javadocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (39.8%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/javadocs/parser.go' has only 39.8% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/javadocs/parser.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "39.8",
|
|
"covered_lines": "131",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "329"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/cmd/languages.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: languages.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/languages.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/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": "96"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/scrape.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: scrape.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/scrape.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/scrape.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": "177"
|
|
}
|
|
},
|
|
{
|
|
"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": "259"
|
|
}
|
|
},
|
|
{
|
|
"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/cmd/status.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: status.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/status.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/status.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/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/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/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/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": "37"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/pkg/dockerdocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/dockerdocs/parser.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/dockerdocs/parser.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": "170"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/root.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: root.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/root.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/root.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": "46"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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": "147"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/cmd/query.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: query.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/query.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/query.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": "28"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/serve.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: serve.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/serve.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/serve.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": "27"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/scorecard/draw.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: draw.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/scorecard/draw.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scorecard/draw.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": "216"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/analyzers/controlflow.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: controlflow.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/analyzers/controlflow.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/analyzers/controlflow.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": "379"
|
|
}
|
|
},
|
|
{
|
|
"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/ui/character.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: character.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/ui/character.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/ui/character.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": "83"
|
|
}
|
|
},
|
|
{
|
|
"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/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/analyzers/practices.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: practices.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/analyzers/practices.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/analyzers/practices.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": "555"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/cloudflaredocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/cloudflaredocs/parser.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/cloudflaredocs/parser.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": "174"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/quality.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: quality.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/quality.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/quality.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": "564"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/cmd/realtest/main.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: main.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/realtest/main.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/realtest/main.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": "108"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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": "308"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/pkg/client/client.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: client.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/client/client.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/client/client.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": "18"
|
|
}
|
|
},
|
|
{
|
|
"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": "438"
|
|
}
|
|
},
|
|
{
|
|
"id": "test_coverage::github.com/yourorg/devour/internal/quality/scorecard/theme.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: theme.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/internal/quality/scorecard/theme.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scorecard/theme.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/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/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/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/pkg/astrodocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/astrodocs/parser.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/astrodocs/parser.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": "146"
|
|
}
|
|
},
|
|
{
|
|
"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/cmd/sync.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: sync.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/sync.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/sync.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": "22"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/pkg/springdocs/parser.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: parser.go (38.5%)",
|
|
"description": "File 'github.com/yourorg/devour/pkg/springdocs/parser.go' has only 38.5% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/pkg/springdocs/parser.go",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 1,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"coverage_percent": "38.5",
|
|
"covered_lines": "105",
|
|
"min_coverage": "50.0",
|
|
"total_lines": "273"
|
|
}
|
|
},
|
|
{
|
|
"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": "238"
|
|
}
|
|
},
|
|
{
|
|
"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": "test_coverage::github.com/yourorg/devour/cmd/init.go",
|
|
"type": "test_coverage",
|
|
"title": "Low test coverage: init.go (0.0%)",
|
|
"description": "File 'github.com/yourorg/devour/cmd/init.go' has only 0.0% test coverage (minimum: 50.0%). Add more tests.",
|
|
"file": "github.com/yourorg/devour/cmd/init.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": "107"
|
|
}
|
|
},
|
|
{
|
|
"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": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Tags",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Tags",
|
|
"description": "The exported variable 'Tags' 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/pkg/springdocs/types.go",
|
|
"line": 79,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Tags",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.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/pkg/mcpdocs/types.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": "Type",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Required",
|
|
"description": "The exported variable 'Required' 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/pkg/vuedocs/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": "Required",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/springdocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Annotations",
|
|
"description": "The exported variable 'Annotations' 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/pkg/springdocs/types.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": "Annotations",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Repository",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Repository",
|
|
"description": "The exported variable 'Repository' 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/pkg/pythondocs/types.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": "Repository",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Packages",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Packages",
|
|
"description": "The exported variable 'Packages' 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/pkg/springdocs/types.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": "Packages",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Getter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Getter",
|
|
"description": "The exported variable 'Getter' 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/pkg/pythondocs/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": "Getter",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/vector"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Metadata",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::LastUpdated",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastUpdated",
|
|
"description": "The exported variable 'LastUpdated' 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/pkg/types/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": "LastUpdated",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/springdocs/types.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/pkg/springdocs/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": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/scorecard/draw.go::DrawCenteredText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DrawCenteredText",
|
|
"description": "The exported function 'DrawCenteredText' 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/scorecard/draw.go",
|
|
"line": 155,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DrawCenteredText",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Modifiers",
|
|
"description": "The exported variable 'Modifiers' 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/pkg/tsdocs/types.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": "Modifiers",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Title",
|
|
"description": "The exported variable 'Title' 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/pkg/vuedocs/types.go",
|
|
"line": 141,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Title",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/pkg/javadocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/javadocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Returns",
|
|
"description": "The exported variable 'Returns' 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/pkg/pythondocs/types.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Returns",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::SuperClass",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: SuperClass",
|
|
"description": "The exported variable 'SuperClass' 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/pkg/springdocs/types.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": "SuperClass",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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::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::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/pkg/types/types.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/pkg/types/types.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": "ID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Decorator",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Decorator",
|
|
"description": "The exported variable 'Decorator' 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/pkg/pythondocs/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": "Decorator",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Document",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Document",
|
|
"description": "The exported type 'Document' 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/pkg/types/types.go",
|
|
"line": 7,
|
|
"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": "Document",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Package",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Package",
|
|
"description": "The exported type 'Package' 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/pkg/pythondocs/types.go",
|
|
"line": 20,
|
|
"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": "Package",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/parser.go::ParseHookPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseHookPage",
|
|
"description": "The exported function 'ParseHookPage' 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/pkg/reactdocs/parser.go",
|
|
"line": 249,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseHookPage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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": 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": "CheckMethod",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Dimension",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Dimension",
|
|
"description": "The exported variable 'Dimension' 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/pkg/types/types.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": "Dimension",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetLogo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetLogo",
|
|
"description": "The exported function 'GetLogo' 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/ui/character.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": "GetLogo",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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/pkg/reactdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::License",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: License",
|
|
"description": "The exported variable 'License' 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/pkg/pythondocs/types.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": "License",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/analyzers/practices.go::FetchPractices",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: FetchPractices",
|
|
"description": "The exported function 'FetchPractices' 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/analyzers/practices.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": "FetchPractices",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/springdocs/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/pkg/springdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::DocumentCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DocumentCount",
|
|
"description": "The exported variable 'DocumentCount' 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/pkg/client/client.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": "DocumentCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/godocs/types.go::PlayURL",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: PlayURL",
|
|
"description": "The exported variable 'PlayURL' 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/pkg/godocs/types.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": "PlayURL",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/vuedocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintDivider",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintDivider",
|
|
"description": "The exported function 'PrintDivider' 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/ui/banner.go",
|
|
"line": 197,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintDivider",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/quality/scorecard/badge.go::GenerateLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GenerateLight",
|
|
"description": "The exported function 'GenerateLight' 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/scorecard/badge.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": "GenerateLight",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::LastSync",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: LastSync",
|
|
"description": "The exported variable 'LastSync' 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/pkg/types/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": "LastSync",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::Colorize",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: Colorize",
|
|
"description": "The exported function 'Colorize' 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/ui/banner.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": "Colorize",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Default",
|
|
"description": "The exported variable 'Default' 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/pkg/tsdocs/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": "Default",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/compact.go::GenerateCompactLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GenerateCompactLight",
|
|
"description": "The exported function 'GenerateCompactLight' 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/scorecard/compact.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": "GenerateCompactLight",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Optional",
|
|
"description": "The exported variable 'Optional' 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/pkg/nuxtdocs/types.go",
|
|
"line": 139,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Language",
|
|
"description": "The exported variable 'Language' 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/pkg/vuedocs/types.go",
|
|
"line": 144,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Language",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Type",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/javadocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Modifiers",
|
|
"description": "The exported variable 'Modifiers' 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/pkg/javadocs/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": "Modifiers",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DocCount",
|
|
"description": "The exported variable 'DocCount' 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/pkg/types/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": "DocCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Branch",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/tsdocs/types.go::ReadOnly",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReadOnly",
|
|
"description": "The exported variable 'ReadOnly' 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/pkg/tsdocs/types.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": "ReadOnly",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::TraitImpls",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TraitImpls",
|
|
"description": "The exported variable 'TraitImpls' 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/pkg/rustdocs/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": "TraitImpls",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/nuxtdocs/types.go::Short",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Short",
|
|
"description": "The exported variable 'Short' 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/pkg/nuxtdocs/types.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": "Short",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocID",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DocID",
|
|
"description": "The exported variable 'DocID' 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/pkg/types/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": "DocID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::Healthy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Healthy",
|
|
"description": "The exported variable 'Healthy' 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/pkg/client/client.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": "Healthy",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintError",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintError",
|
|
"description": "The exported function 'PrintError' 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/ui/banner.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": "PrintError",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/pkg/godocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/godocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Recv",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Recv",
|
|
"description": "The exported variable 'Recv' 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/pkg/godocs/types.go",
|
|
"line": 155,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Recv",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::IndexSignatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IndexSignatures",
|
|
"description": "The exported variable 'IndexSignatures' 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/pkg/tsdocs/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": "IndexSignatures",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"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::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/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/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/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/pkg/pythondocs/types.go::IsConst",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsConst",
|
|
"description": "The exported variable 'IsConst' 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/pkg/pythondocs/types.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": "IsConst",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Value",
|
|
"description": "The exported variable 'Value' 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/pkg/tsdocs/types.go",
|
|
"line": 133,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Value",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/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/pkg/nuxtdocs/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": "Deprecated",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.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/analyzers/practices.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": "DetectLanguage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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::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/pkg/springdocs/types.go::ReturnType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReturnType",
|
|
"description": "The exported variable 'ReturnType' 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/pkg/springdocs/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": "ReturnType",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/nuxtdocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go::ScaleValue",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ScaleValue",
|
|
"description": "The exported function 'ScaleValue' 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/scorecard/theme.go",
|
|
"line": 203,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ScaleValue",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Required",
|
|
"description": "The exported variable 'Required' 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/pkg/reactdocs/types.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": "Required",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/astrodocs/parser.go::ParseSidebar",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSidebar",
|
|
"description": "The exported function 'ParseSidebar' 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/pkg/astrodocs/parser.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": "ParseSidebar",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/astrodocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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": 496,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/rustdocs/types.go::AssociatedTypes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: AssociatedTypes",
|
|
"description": "The exported variable 'AssociatedTypes' 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/pkg/rustdocs/types.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": "AssociatedTypes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::IsStatic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsStatic",
|
|
"description": "The exported variable 'IsStatic' 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/pkg/tsdocs/types.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": "IsStatic",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Include",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Include",
|
|
"description": "The exported variable 'Include' 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/pkg/types/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": "Include",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractStructFields",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ExtractStructFields",
|
|
"description": "The exported function 'ExtractStructFields' 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/pkg/rustdocs/parser.go",
|
|
"line": 547,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractStructFields",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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/pkg/vuedocs/types.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": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Submodules",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Submodules",
|
|
"description": "The exported variable 'Submodules' 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/pkg/pythondocs/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": "Submodules",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "Stop",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Properties",
|
|
"description": "The exported variable 'Properties' 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/pkg/mcpdocs/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": "Properties",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Title",
|
|
"description": "The exported variable 'Title' 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/pkg/nuxtdocs/types.go",
|
|
"line": 145,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Title",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.go",
|
|
"line": 15,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractEnumVariants",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ExtractEnumVariants",
|
|
"description": "The exported function 'ExtractEnumVariants' 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/pkg/rustdocs/parser.go",
|
|
"line": 566,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractEnumVariants",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/pythondocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/pythondocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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/analyzers/dataflow.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/quality/analyzers/dataflow.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": "Path",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::DrawRoundedRectWithOutline",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DrawRoundedRectWithOutline",
|
|
"description": "The exported function 'DrawRoundedRectWithOutline' 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/scorecard/draw.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": "DrawRoundedRectWithOutline",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Slots",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Slots",
|
|
"description": "The exported variable 'Slots' 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/pkg/vuedocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Slots",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/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": "Schedule",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/parser.go::ParseHubPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseHubPage",
|
|
"description": "The exported function 'ParseHubPage' 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/pkg/mcpdocs/parser.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": "ParseHubPage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/types/types.go::Status",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Status",
|
|
"description": "The exported type 'Status' 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/pkg/types/types.go",
|
|
"line": 53,
|
|
"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": "Status",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Required",
|
|
"description": "The exported variable 'Required' 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/pkg/mcpdocs/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": "Required",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/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/scorecard/draw.go::DrawRightAlignedText",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DrawRightAlignedText",
|
|
"description": "The exported function 'DrawRightAlignedText' 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/scorecard/draw.go",
|
|
"line": 161,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DrawRightAlignedText",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Default",
|
|
"description": "The exported variable 'Default' 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/pkg/vuedocs/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": "Default",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/analyzers/practices.go::CodeExample",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: CodeExample",
|
|
"description": "The exported variable 'CodeExample' 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/analyzers/practices.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": "CodeExample",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/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/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/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/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/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/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/pkg/mcpdocs/types.go::MimeType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: MimeType",
|
|
"description": "The exported variable 'MimeType' 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/pkg/mcpdocs/types.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": "MimeType",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::IsKeyword",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsKeyword",
|
|
"description": "The exported variable 'IsKeyword' 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/pkg/pythondocs/types.go",
|
|
"line": 127,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsKeyword",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/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/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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::DoubleBoxStyle",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DoubleBoxStyle",
|
|
"description": "The exported variable 'DoubleBoxStyle' 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/ui/banner.go",
|
|
"line": 164,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "DoubleBoxStyle",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::GetAllPractices",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetAllPractices",
|
|
"description": "The exported function 'GetAllPractices' 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/analyzers/practices.go",
|
|
"line": 585,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetAllPractices",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.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/analyzers/controlflow.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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/draw.go::FmtScoreRaw",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: FmtScoreRaw",
|
|
"description": "The exported function 'FmtScoreRaw' 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/scorecard/draw.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": "FmtScoreRaw",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"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": 529,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/astrodocs/types.go::Guides",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Guides",
|
|
"description": "The exported variable 'Guides' 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/pkg/astrodocs/types.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": "Guides",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/astrodocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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/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::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/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::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/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/pkg/pythondocs/types.go::IsProperty",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsProperty",
|
|
"description": "The exported variable 'IsProperty' 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/pkg/pythondocs/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": "IsProperty",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Examples",
|
|
"description": "The exported variable 'Examples' 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/pkg/nuxtdocs/types.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": "Examples",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/plugins/go/fixers/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/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",
|
|
"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::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::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/pkg/javadocs/types.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/pkg/javadocs/types.go",
|
|
"line": 115,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Returns",
|
|
"description": "The exported variable 'Returns' 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/pkg/reactdocs/types.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": "Returns",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Modules",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Modules",
|
|
"description": "The exported variable 'Modules' 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/pkg/pythondocs/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": "Modules",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/pkg/rustdocs/types.go::IsDefault",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsDefault",
|
|
"description": "The exported variable 'IsDefault' 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/pkg/rustdocs/types.go",
|
|
"line": 141,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsDefault",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Members",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Members",
|
|
"description": "The exported variable 'Members' 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/pkg/tsdocs/types.go",
|
|
"line": 145,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Members",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/scorecard/banner_generator.go::DevourYellow",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DevourYellow",
|
|
"description": "The exported variable 'DevourYellow' 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/scorecard/banner_generator.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": "DevourYellow",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::DefaultBoxStyle",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DefaultBoxStyle",
|
|
"description": "The exported variable 'DefaultBoxStyle' 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/ui/banner.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": "DefaultBoxStyle",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/rustdocs/parser.go",
|
|
"line": 69,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/ui/banner.go::PrintInBox",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintInBox",
|
|
"description": "The exported function 'PrintInBox' 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/ui/banner.go",
|
|
"line": 174,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintInBox",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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::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/pkg/tsdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/tsdocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/pythondocs/types.go::Deleter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Deleter",
|
|
"description": "The exported variable 'Deleter' 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/pkg/pythondocs/types.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": "Deleter",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Receiver",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Receiver",
|
|
"description": "The exported variable 'Receiver' 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/pkg/rustdocs/types.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": "Receiver",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Value",
|
|
"description": "The exported variable 'Value' 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/pkg/springdocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Value",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/nuxtdocs/types.go::Slots",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Slots",
|
|
"description": "The exported variable 'Slots' 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/pkg/nuxtdocs/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": "Slots",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Examples",
|
|
"description": "The exported variable 'Examples' 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/pkg/vuedocs/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": "Examples",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/tsdocs/types.go::Signatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Signatures",
|
|
"description": "The exported variable 'Signatures' 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/pkg/tsdocs/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": "Signatures",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/pythondocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Properties",
|
|
"description": "The exported variable 'Properties' 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/pkg/pythondocs/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": "Properties",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Constraint",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Constraint",
|
|
"description": "The exported variable 'Constraint' 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/pkg/tsdocs/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": "Constraint",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::URL",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: URL",
|
|
"description": "The exported variable 'URL' 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/pkg/types/types.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": "URL",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::IsDefault",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsDefault",
|
|
"description": "The exported variable 'IsDefault' 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/pkg/javadocs/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": "IsDefault",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Published",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Published",
|
|
"description": "The exported variable 'Published' 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/pkg/godocs/types.go",
|
|
"line": 144,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Published",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Version",
|
|
"description": "The exported variable 'Version' 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/pkg/reactdocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetCharacter",
|
|
"description": "The exported function 'GetCharacter' 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/ui/character.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": "GetCharacter",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::NewPracticesFetcher",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewPracticesFetcher",
|
|
"description": "The exported function 'NewPracticesFetcher' 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/analyzers/practices.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": "NewPracticesFetcher",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Language",
|
|
"description": "The exported variable 'Language' 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/pkg/reactdocs/types.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": "Language",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/plugins/go/fixers/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/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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/fixers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Extends",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Extends",
|
|
"description": "The exported variable 'Extends' 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/pkg/tsdocs/types.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": "Extends",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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": 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": "OnStartup",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.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/quality/analyzers/dataflow.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": "Source",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/types/types.go::Name",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Name",
|
|
"description": "The exported variable '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/pkg/types/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": "Name",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/vuedocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Arguments",
|
|
"description": "The exported variable 'Arguments' 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/pkg/vuedocs/types.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": "Arguments",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ai/openai.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/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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ai"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Sources",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Sources",
|
|
"description": "The exported variable 'Sources' 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/pkg/types/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": "Sources",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/controlflow.go::NewControlFlowAnalyzer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewControlFlowAnalyzer",
|
|
"description": "The exported function 'NewControlFlowAnalyzer' 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/analyzers/controlflow.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": "NewControlFlowAnalyzer",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/pkg/pythondocs/types.go::IsPositional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsPositional",
|
|
"description": "The exported variable 'IsPositional' 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/pkg/pythondocs/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": "IsPositional",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Constructors",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Constructors",
|
|
"description": "The exported variable 'Constructors' 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/pkg/tsdocs/types.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": "Constructors",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Title",
|
|
"description": "The exported variable 'Title' 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/pkg/types/types.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": "Title",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/theme.go::GetSeverityColor",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetSeverityColor",
|
|
"description": "The exported function 'GetSeverityColor' 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/scorecard/theme.go",
|
|
"line": 188,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetSeverityColor",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"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/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": 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": "New",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.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/pkg/vuedocs/types.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": "Code",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/analyzers/practices.go::DetectFrameworks",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DetectFrameworks",
|
|
"description": "The exported function 'DetectFrameworks' 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/analyzers/practices.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": "DetectFrameworks",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/pkg/reactdocs/types.go::Default",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Default",
|
|
"description": "The exported variable 'Default' 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/pkg/reactdocs/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": "Default",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Description",
|
|
"description": "The exported variable '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/pkg/reactdocs/types.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": "Description",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/springdocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::File",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: File",
|
|
"description": "The exported variable 'File' 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/analyzers/dataflow.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": "File",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Implements",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Implements",
|
|
"description": "The exported variable 'Implements' 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/pkg/tsdocs/types.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": "Implements",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Events",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Events",
|
|
"description": "The exported variable 'Events' 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/pkg/vuedocs/types.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": "Events",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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::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/pkg/javadocs/types.go::IsStatic",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsStatic",
|
|
"description": "The exported variable 'IsStatic' 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/pkg/javadocs/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": "IsStatic",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/client/client.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/pkg/client/client.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": "Total",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "New",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"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::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/pkg/cloudflaredocs/parser.go::ParseSidebar",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSidebar",
|
|
"description": "The exported function 'ParseSidebar' 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/pkg/cloudflaredocs/parser.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": "ParseSidebar",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/cloudflaredocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/tsdocs/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": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/nuxtdocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Version",
|
|
"description": "The exported variable 'Version' 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/pkg/nuxtdocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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/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/pkg/rustdocs/types.go::AssociatedConsts",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: AssociatedConsts",
|
|
"description": "The exported variable 'AssociatedConsts' 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/pkg/rustdocs/types.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": "AssociatedConsts",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Returns",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Returns",
|
|
"description": "The exported variable 'Returns' 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/pkg/vuedocs/types.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": "Returns",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/detailed.go::GenerateDetailedLight",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GenerateDetailedLight",
|
|
"description": "The exported function 'GenerateDetailedLight' 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/scorecard/detailed.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": "GenerateDetailedLight",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"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::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/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::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/pkg/pythondocs/types.go::Symbol",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Symbol",
|
|
"description": "The exported type 'Symbol' 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/pkg/pythondocs/types.go",
|
|
"line": 160,
|
|
"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": "Symbol",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/nuxtdocs/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": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/reactdocs/types.go::Title",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Title",
|
|
"description": "The exported variable 'Title' 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/pkg/reactdocs/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": "Title",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Rest",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Rest",
|
|
"description": "The exported variable 'Rest' 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/pkg/tsdocs/types.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": "Rest",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetBanner",
|
|
"description": "The exported function 'GetBanner' 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/ui/character.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": "GetBanner",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/pkg/javadocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/javadocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Content",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintSuccess",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintSuccess",
|
|
"description": "The exported function 'PrintSuccess' 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/ui/banner.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": "PrintSuccess",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/types/types.go::SearchResult",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: SearchResult",
|
|
"description": "The exported type 'SearchResult' 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/pkg/types/types.go",
|
|
"line": 30,
|
|
"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": "SearchResult",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Embedded",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Embedded",
|
|
"description": "The exported variable 'Embedded' 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/pkg/godocs/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": "Embedded",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Since",
|
|
"description": "The exported variable 'Since' 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/pkg/springdocs/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": "Since",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Metadata",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintStartupBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintStartupBanner",
|
|
"description": "The exported function 'PrintStartupBanner' 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/ui/banner.go",
|
|
"line": 139,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintStartupBanner",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/tsdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Optional",
|
|
"description": "The exported variable 'Optional' 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/pkg/tsdocs/types.go",
|
|
"line": 116,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Version",
|
|
"description": "The exported variable 'Version' 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/pkg/vuedocs/types.go",
|
|
"line": 9,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Version",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::StorageBytes",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: StorageBytes",
|
|
"description": "The exported variable 'StorageBytes' 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/pkg/types/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": "StorageBytes",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/mcpdocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Arguments",
|
|
"description": "The exported variable 'Arguments' 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/pkg/mcpdocs/types.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": "Arguments",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/mcpdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Properties",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Properties",
|
|
"description": "The exported variable 'Properties' 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/pkg/nuxtdocs/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": "Properties",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/parser.go::ExtractMethods",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ExtractMethods",
|
|
"description": "The exported function 'ExtractMethods' 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/pkg/rustdocs/parser.go",
|
|
"line": 516,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ExtractMethods",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/springdocs/types.go::Interfaces",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Interfaces",
|
|
"description": "The exported variable 'Interfaces' 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/pkg/springdocs/types.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": "Interfaces",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/javadocs/types.go::Version",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Version",
|
|
"description": "The exported variable 'Version' 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/pkg/javadocs/types.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": "Version",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::DocumentCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DocumentCount",
|
|
"description": "The exported variable 'DocumentCount' 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/pkg/types/types.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": "DocumentCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "TookMs",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/state.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/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",
|
|
"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::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/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/pkg/pythondocs/types.go::IsAbstract",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsAbstract",
|
|
"description": "The exported variable 'IsAbstract' 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/pkg/pythondocs/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": "IsAbstract",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/nuxtdocs/types.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/pkg/nuxtdocs/types.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": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/pkg/nuxtdocs/types.go::Arguments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Arguments",
|
|
"description": "The exported variable 'Arguments' 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/pkg/nuxtdocs/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": "Arguments",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/ui/banner.go::PrintHelpBanner",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintHelpBanner",
|
|
"description": "The exported function 'PrintHelpBanner' 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/ui/banner.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": "PrintHelpBanner",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/springdocs/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": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::TypeParams",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: TypeParams",
|
|
"description": "The exported variable 'TypeParams' 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/pkg/tsdocs/types.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": "TypeParams",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/scorecard/banner_generator.go::DevourAmber",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DevourAmber",
|
|
"description": "The exported variable 'DevourAmber' 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/scorecard/banner_generator.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": "DevourAmber",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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": 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": "AddSource",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/types/types.go::Exclude",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Exclude",
|
|
"description": "The exported variable 'Exclude' 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/pkg/types/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": "Exclude",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/types/types.go::ChunkCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ChunkCount",
|
|
"description": "The exported variable 'ChunkCount' 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/pkg/types/types.go",
|
|
"line": 56,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ChunkCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/types/types.go::NextSync",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: NextSync",
|
|
"description": "The exported variable 'NextSync' 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/pkg/types/types.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": "NextSync",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.go::AddDocuments",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: AddDocuments",
|
|
"description": "The exported function 'AddDocuments' 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/pkg/client/client.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": "AddDocuments",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"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::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/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/pkg/vuedocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Optional",
|
|
"description": "The exported variable 'Optional' 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/pkg/vuedocs/types.go",
|
|
"line": 135,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Optional",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Chunk",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Chunk",
|
|
"description": "The exported type 'Chunk' 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/pkg/types/types.go",
|
|
"line": 20,
|
|
"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": "Chunk",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/springdocs/parser.go::ParseClassPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseClassPage",
|
|
"description": "The exported function 'ParseClassPage' 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/pkg/springdocs/parser.go",
|
|
"line": 178,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseClassPage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/springdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/client/client.go::ChunkCount",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ChunkCount",
|
|
"description": "The exported variable 'ChunkCount' 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/pkg/client/client.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": "ChunkCount",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::ReturnType",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: ReturnType",
|
|
"description": "The exported variable 'ReturnType' 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/pkg/javadocs/types.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": "ReturnType",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/vector"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/reactdocs/parser.go::ParseSearchResults",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseSearchResults",
|
|
"description": "The exported function 'ParseSearchResults' 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/pkg/reactdocs/parser.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": "ParseSearchResults",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/javadocs/parser.go::ParseClassPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseClassPage",
|
|
"description": "The exported function 'ParseClassPage' 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/pkg/javadocs/parser.go",
|
|
"line": 219,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "ParseClassPage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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": "Start",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/scheduler"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Required",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Required",
|
|
"description": "The exported variable 'Required' 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/pkg/nuxtdocs/types.go",
|
|
"line": 130,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Required",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Examples",
|
|
"description": "The exported variable 'Examples' 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/pkg/rustdocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Examples",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/practices.go::GetPracticesByCategory",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetPracticesByCategory",
|
|
"description": "The exported function 'GetPracticesByCategory' 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/analyzers/practices.go",
|
|
"line": 570,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetPracticesByCategory",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/vuedocs/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": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/client/client.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/pkg/client/client.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": "ID",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/ui/banner.go::PrintWarning",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintWarning",
|
|
"description": "The exported function 'PrintWarning' 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/ui/banner.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": "PrintWarning",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/reactdocs/types.go::Parameters",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Parameters",
|
|
"description": "The exported variable 'Parameters' 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/pkg/reactdocs/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": "Parameters",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Description",
|
|
"description": "The exported variable '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/pkg/vuedocs/types.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": "Description",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/reactdocs/types.go::Optional",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Optional",
|
|
"description": "The exported variable 'Optional' 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/pkg/reactdocs/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": "Optional",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::PrintStatusWithCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintStatusWithCharacter",
|
|
"description": "The exported function 'PrintStatusWithCharacter' 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/ui/character.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": "PrintStatusWithCharacter",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/ui/character.go::GetColoredCharacter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetColoredCharacter",
|
|
"description": "The exported function 'GetColoredCharacter' 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/ui/character.go",
|
|
"line": 138,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "GetColoredCharacter",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/vuedocs/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/pkg/vuedocs/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": "Usage",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Examples",
|
|
"description": "The exported variable 'Examples' 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/pkg/pythondocs/types.go",
|
|
"line": 71,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Examples",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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/pkg/dockerdocs/parser.go::ParseToc",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseToc",
|
|
"description": "The exported function 'ParseToc' 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/pkg/dockerdocs/parser.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": "ParseToc",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/dockerdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.go::Examples",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Examples",
|
|
"description": "The exported variable 'Examples' 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/pkg/reactdocs/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": "Examples",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/vuedocs/types.go::Modifiers",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Modifiers",
|
|
"description": "The exported variable 'Modifiers' 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/pkg/vuedocs/types.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": "Modifiers",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Annotations",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Annotations",
|
|
"description": "The exported variable 'Annotations' 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/pkg/javadocs/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": "Annotations",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/ui/character.go::PrintLogo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintLogo",
|
|
"description": "The exported function 'PrintLogo' 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/ui/character.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "PrintLogo",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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::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": 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",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::GetCharacterSmall",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: GetCharacterSmall",
|
|
"description": "The exported function 'GetCharacterSmall' 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/ui/character.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": "GetCharacterSmall",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/pythondocs/types.go::IsReadOnly",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsReadOnly",
|
|
"description": "The exported variable 'IsReadOnly' 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/pkg/pythondocs/types.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": "IsReadOnly",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::Value",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Value",
|
|
"description": "The exported variable 'Value' 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/pkg/javadocs/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": "Value",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/pythondocs/types.go::Setter",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Setter",
|
|
"description": "The exported variable 'Setter' 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/pkg/pythondocs/types.go",
|
|
"line": 86,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "Setter",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::NewDataFlowAnalyzer",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewDataFlowAnalyzer",
|
|
"description": "The exported function 'NewDataFlowAnalyzer' 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/analyzers/dataflow.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": "NewDataFlowAnalyzer",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/character.go::PrintWithColor",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintWithColor",
|
|
"description": "The exported function 'PrintWithColor' 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/ui/character.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": "PrintWithColor",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/client/client.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/pkg/client/client.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": "Query",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::CallSignatures",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: CallSignatures",
|
|
"description": "The exported variable 'CallSignatures' 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/pkg/tsdocs/types.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": "CallSignatures",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.go::Namespaces",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Namespaces",
|
|
"description": "The exported variable 'Namespaces' 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/pkg/tsdocs/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": "Namespaces",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/scorecard/banner_generator.go::DevourRed",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: DevourRed",
|
|
"description": "The exported variable 'DevourRed' 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/scorecard/banner_generator.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": "DevourRed",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Description",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Description",
|
|
"description": "The exported variable '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/pkg/nuxtdocs/types.go",
|
|
"line": 147,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/types/types.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/pkg/types/types.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": "Content",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::DataFlowFinding",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: DataFlowFinding",
|
|
"description": "The exported type 'DataFlowFinding' 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/analyzers/dataflow.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": "DataFlowFinding",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.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/pkg/nuxtdocs/types.go",
|
|
"line": 146,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/vuedocs/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/pkg/vuedocs/types.go",
|
|
"line": 91,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/vuedocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/types/types.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/pkg/types/types.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": "Path",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/types/types.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/pkg/types/types.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": "Repo",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/godocs/types.go::Symbol",
|
|
"type": "dead_code",
|
|
"title": "Unused exported type: Symbol",
|
|
"description": "The exported type 'Symbol' 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/pkg/godocs/types.go",
|
|
"line": 150,
|
|
"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": "Symbol",
|
|
"obj_type": "type",
|
|
"package": "github.com/yourorg/devour/pkg/godocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 524,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/client/client.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/pkg/client/client.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": "Results",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/client"
|
|
}
|
|
},
|
|
{
|
|
"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/scorecard/draw.go::DrawDoubleFrame",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: DrawDoubleFrame",
|
|
"description": "The exported function 'DrawDoubleFrame' 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/scorecard/draw.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": "DrawDoubleFrame",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Language",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Language",
|
|
"description": "The exported variable 'Language' 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/pkg/nuxtdocs/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": "Language",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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/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/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/pkg/javadocs/types.go::Since",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Since",
|
|
"description": "The exported variable 'Since' 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/pkg/javadocs/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": "Since",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/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/pkg/reactdocs/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": "Deprecated",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/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::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::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": 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",
|
|
"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/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/analyzers/dataflow.go::NewSecretsDetector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: NewSecretsDetector",
|
|
"description": "The exported function 'NewSecretsDetector' 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/analyzers/dataflow.go",
|
|
"line": 392,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "NewSecretsDetector",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/rustdocs/types.go::Visibility",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Visibility",
|
|
"description": "The exported variable 'Visibility' 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/pkg/rustdocs/types.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": "Visibility",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"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/detectors.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/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",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/nuxtdocs/types.go::Events",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Events",
|
|
"description": "The exported variable 'Events' 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/pkg/nuxtdocs/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": "Events",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/nuxtdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/reactdocs/types.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/pkg/reactdocs/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": "Score",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/reactdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.go::Timestamp",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Timestamp",
|
|
"description": "The exported variable 'Timestamp' 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/pkg/types/types.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": "Timestamp",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/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/pkg/types/types.go::Healthy",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Healthy",
|
|
"description": "The exported variable 'Healthy' 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/pkg/types/types.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": "Healthy",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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": 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",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/tsdocs/types.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/pkg/tsdocs/types.go",
|
|
"line": 176,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/ui/banner.go::PrintVersionInfo",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: PrintVersionInfo",
|
|
"description": "The exported function 'PrintVersionInfo' 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/ui/banner.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": "PrintVersionInfo",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/internal/ui"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/javadocs/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/pkg/javadocs/types.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": "Deprecated",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::NestedClasses",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: NestedClasses",
|
|
"description": "The exported variable 'NestedClasses' 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/pkg/javadocs/types.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": "NestedClasses",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/internal/quality/analyzers/dataflow.go::Sink",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Sink",
|
|
"description": "The exported variable 'Sink' 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/analyzers/dataflow.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": "Sink",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"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 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/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",
|
|
"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::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::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/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/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/pkg/types/types.go::Vector",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Vector",
|
|
"description": "The exported variable 'Vector' 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/pkg/types/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": "Vector",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/tsdocs/types.go::IsAbstract",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: IsAbstract",
|
|
"description": "The exported variable 'IsAbstract' 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/pkg/tsdocs/types.go",
|
|
"line": 88,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "This code appears unused. Verify before removing - it may be called via reflection or external tools.",
|
|
"metadata": {
|
|
"exported": "true",
|
|
"name": "IsAbstract",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/quality/analyzers/dataflow.go::Line",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Line",
|
|
"description": "The exported variable 'Line' 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/analyzers/dataflow.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": "Line",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/javadocs/types.go::SuperClass",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: SuperClass",
|
|
"description": "The exported variable 'SuperClass' 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/pkg/javadocs/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": "SuperClass",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/javadocs"
|
|
}
|
|
},
|
|
{
|
|
"id": "dead_code::/home/tdvorak/Desktop/PROG_projekty/GOLANG/Devour/pkg/types/types.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/pkg/types/types.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": "Position",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/types"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/tsdocs/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/pkg/tsdocs/types.go",
|
|
"line": 147,
|
|
"severity": 2,
|
|
"score": 5,
|
|
"status": "open",
|
|
"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/pkg/tsdocs"
|
|
}
|
|
},
|
|
{
|
|
"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::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/pkg/rustdocs/parser.go::ParseItemPage",
|
|
"type": "dead_code",
|
|
"title": "Unused exported function: ParseItemPage",
|
|
"description": "The exported function 'ParseItemPage' 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/pkg/rustdocs/parser.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": "ParseItemPage",
|
|
"obj_type": "function",
|
|
"package": "github.com/yourorg/devour/pkg/rustdocs"
|
|
}
|
|
},
|
|
{
|
|
"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/pkg/pythondocs/types.go::Raises",
|
|
"type": "dead_code",
|
|
"title": "Unused exported variable: Raises",
|
|
"description": "The exported variable 'Raises' 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/pkg/pythondocs/types.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": "Raises",
|
|
"obj_type": "variable",
|
|
"package": "github.com/yourorg/devour/pkg/pythondocs"
|
|
}
|
|
},
|
|
{
|
|
"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/exec,github.com/yourorg/devour/internal/quality,go/ast,go/types,os,context,fmt,regexp,path/filepath,go/token,go/parser,strings,encoding/json,golang.org/x/tools/go/packages",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/examples",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: examples",
|
|
"description": "Package 'github.com/yourorg/devour/examples' imports 13 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/examples",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "13",
|
|
"imports": "fmt,github.com/yourorg/devour/pkg/nuxtdocs,github.com/yourorg/devour/pkg/tsdocs,context,github.com/yourorg/devour/internal/scraper,github.com/yourorg/devour/pkg/reactdocs,github.com/yourorg/devour/pkg/pythondocs,time,github.com/yourorg/devour/pkg/vuedocs,github.com/yourorg/devour/pkg/rustdocs,github.com/yourorg/devour/pkg/godocs,github.com/yourorg/devour/pkg/javadocs,github.com/yourorg/devour/pkg/springdocs",
|
|
"package": "github.com/yourorg/devour/examples"
|
|
}
|
|
},
|
|
{
|
|
"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": "github.com/yourorg/devour/internal/quality/plugins,go/parser,go/ast,os,strings,fmt,golang.org/x/tools/go/packages,github.com/yourorg/devour/internal/quality/plugins/go/analyzers,path/filepath,go/token,go/types,context,github.com/yourorg/devour/internal/quality/plugins/go/fixers,github.com/yourorg/devour/internal/quality",
|
|
"package": "github.com/yourorg/devour/internal/quality/plugins/go"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/internal/quality/scorecard",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: scorecard",
|
|
"description": "Package 'github.com/yourorg/devour/internal/quality/scorecard' imports 16 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/internal/quality/scorecard",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 6,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "16",
|
|
"imports": "fmt,sort,math,path/filepath,image/png,strconv,os,github.com/yourorg/devour/internal/quality,image/draw,image/color,image,html/template,golang.org/x/image/font/basicfont,golang.org/x/image/font,time,golang.org/x/image/math/fixed",
|
|
"package": "github.com/yourorg/devour/internal/quality/scorecard"
|
|
}
|
|
},
|
|
{
|
|
"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": "strings,github.com/yourorg/devour/pkg/nuxtdocs,github.com/yourorg/devour/pkg/mcpdocs,github.com/yourorg/devour/pkg/vuedocs,github.com/yourorg/devour/pkg/godocs,encoding/json,context,github.com/yourorg/devour/pkg/javadocs,github.com/yourorg/devour/pkg/pythondocs,github.com/yourorg/devour/pkg/reactdocs,github.com/yourorg/devour/pkg/dockerdocs,github.com/yourorg/devour/pkg/springdocs,github.com/yourorg/devour/pkg/tsdocs,io,github.com/yourorg/devour/pkg/cloudflaredocs,github.com/yourorg/devour/pkg/rustdocs,github.com/yourorg/devour/pkg/astrodocs,github.com/gocolly/colly/v2,crypto/sha256,net/url,encoding/hex,net/http,time,fmt,regexp",
|
|
"package": "github.com/yourorg/devour/internal/scraper"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/internal/quality/analyzers",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: analyzers",
|
|
"description": "Package 'github.com/yourorg/devour/internal/quality/analyzers' imports 12 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/internal/quality/analyzers",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "12",
|
|
"imports": "go/ast,go/token,strings,os,regexp,github.com/yourorg/devour/internal/quality,sync,go/types,golang.org/x/tools/go/packages,context,path/filepath,fmt",
|
|
"package": "github.com/yourorg/devour/internal/quality/analyzers"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanout::github.com/yourorg/devour/cmd",
|
|
"type": "coupling",
|
|
"title": "High fan-out coupling: cmd",
|
|
"description": "Package 'github.com/yourorg/devour/cmd' imports 20 packages (max: 10). Consider reducing dependencies.",
|
|
"file": "github.com/yourorg/devour/cmd",
|
|
"line": 1,
|
|
"severity": 3,
|
|
"score": 10,
|
|
"status": "open",
|
|
"needs_review": true,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_out": "20",
|
|
"imports": "github.com/yourorg/devour/internal/markdown,github.com/yourorg/devour/internal/quality/detectors,github.com/yourorg/devour/internal/ui,github.com/yourorg/devour/internal/scraper,github.com/spf13/viper,github.com/yourorg/devour/internal/quality/plugins/go/fixers,path/filepath,context,github.com/yourorg/devour/internal/quality,fmt,github.com/yourorg/devour/internal/quality/plugins,github.com/yourorg/devour/internal/quality/review,github.com/yourorg/devour/internal/quality/plugins/go,os,strings,github.com/spf13/cobra,encoding/json,net/url,time,github.com/yourorg/devour/internal/quality/scorecard",
|
|
"package": "github.com/yourorg/devour/cmd"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanin::fmt",
|
|
"type": "coupling",
|
|
"title": "High fan-in coupling: fmt",
|
|
"description": "Package 'fmt' is imported by 23 packages. Ensure it's stable and well-documented.",
|
|
"file": "fmt",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 2,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_in": "23",
|
|
"imported_by": "github.com/yourorg/devour/internal/markdown,github.com/yourorg/devour/internal/quality,github.com/yourorg/devour/internal/quality/detectors,github.com/yourorg/devour/internal/quality/plugins,github.com/yourorg/devour/internal/quality/plugins/go/analyzers,github.com/yourorg/devour/internal/quality/plugins/go/fixers,github.com/yourorg/devour/internal/quality/plugins/go,github.com/yourorg/devour/internal/quality/review,github.com/yourorg/devour/internal/quality/scorecard,github.com/yourorg/devour/internal/scraper,github.com/yourorg/devour/internal/ui,github.com/yourorg/devour/cmd,github.com/yourorg/devour/cmd/banner_scorecards,github.com/yourorg/devour/cmd/generate_scorecards,github.com/yourorg/devour/cmd/html_scorecards,github.com/yourorg/devour/cmd/png_scorecards,github.com/yourorg/devour/cmd/realtest,github.com/yourorg/devour/examples,github.com/yourorg/devour/internal/ai,github.com/yourorg/devour/internal/vector,github.com/yourorg/devour/internal/indexer,github.com/yourorg/devour/internal/quality/analyzers,github.com/yourorg/devour/internal/scheduler",
|
|
"package": "fmt"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanin::time",
|
|
"type": "coupling",
|
|
"title": "High fan-in coupling: time",
|
|
"description": "Package 'time' is imported by 28 packages. Ensure it's stable and well-documented.",
|
|
"file": "time",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_in": "28",
|
|
"imported_by": "github.com/yourorg/devour/internal/markdown,github.com/yourorg/devour/internal/quality,github.com/yourorg/devour/internal/quality/review,github.com/yourorg/devour/internal/quality/scorecard,github.com/yourorg/devour/pkg/astrodocs,github.com/yourorg/devour/pkg/cloudflaredocs,github.com/yourorg/devour/pkg/dockerdocs,github.com/yourorg/devour/pkg/godocs,github.com/yourorg/devour/pkg/javadocs,github.com/yourorg/devour/pkg/mcpdocs,github.com/yourorg/devour/pkg/nuxtdocs,github.com/yourorg/devour/pkg/pythondocs,github.com/yourorg/devour/pkg/reactdocs,github.com/yourorg/devour/pkg/rustdocs,github.com/yourorg/devour/pkg/springdocs,github.com/yourorg/devour/pkg/tsdocs,github.com/yourorg/devour/pkg/vuedocs,github.com/yourorg/devour/internal/scraper,github.com/yourorg/devour/cmd,github.com/yourorg/devour/cmd/banner_scorecards,github.com/yourorg/devour/cmd/generate_scorecards,github.com/yourorg/devour/cmd/html_scorecards,github.com/yourorg/devour/cmd/png_scorecards,github.com/yourorg/devour/cmd/realtest,github.com/yourorg/devour/examples,github.com/yourorg/devour/internal/ai,github.com/yourorg/devour/pkg/types,github.com/yourorg/devour/internal/scheduler",
|
|
"package": "time"
|
|
}
|
|
},
|
|
{
|
|
"id": "coupling_fanin::strings",
|
|
"type": "coupling",
|
|
"title": "High fan-in coupling: strings",
|
|
"description": "Package 'strings' is imported by 25 packages. Ensure it's stable and well-documented.",
|
|
"file": "strings",
|
|
"line": 1,
|
|
"severity": 2,
|
|
"score": 3,
|
|
"status": "open",
|
|
"needs_review": false,
|
|
"context": "Review this finding and decide if it needs addressing.",
|
|
"metadata": {
|
|
"fan_in": "25",
|
|
"imported_by": "github.com/yourorg/devour/internal/markdown,github.com/yourorg/devour/internal/quality,github.com/yourorg/devour/internal/quality/detectors,github.com/yourorg/devour/internal/quality/plugins/go/analyzers,github.com/yourorg/devour/internal/quality/plugins/go/fixers,github.com/yourorg/devour/internal/quality/plugins/go,github.com/yourorg/devour/pkg/astrodocs,github.com/yourorg/devour/pkg/cloudflaredocs,github.com/yourorg/devour/pkg/dockerdocs,github.com/yourorg/devour/pkg/godocs,github.com/yourorg/devour/pkg/javadocs,github.com/yourorg/devour/pkg/mcpdocs,github.com/yourorg/devour/pkg/nuxtdocs,github.com/yourorg/devour/pkg/pythondocs,github.com/yourorg/devour/pkg/reactdocs,github.com/yourorg/devour/pkg/rustdocs,github.com/yourorg/devour/pkg/springdocs,github.com/yourorg/devour/pkg/tsdocs,github.com/yourorg/devour/pkg/vuedocs,github.com/yourorg/devour/internal/scraper,github.com/yourorg/devour/internal/ui,github.com/yourorg/devour/cmd,github.com/yourorg/devour/internal/ai,github.com/yourorg/devour/internal/indexer,github.com/yourorg/devour/internal/quality/analyzers",
|
|
"package": "strings"
|
|
}
|
|
}
|
|
],
|
|
"context": {
|
|
"total_files": 0,
|
|
"total_loc": 0,
|
|
"findings_by_dimension": {
|
|
"File Health": 1123,
|
|
"Other": 448
|
|
},
|
|
"top_issues": [
|
|
"dead_code: Unused exported identifier: Load",
|
|
"dead_code: Unused exported identifier: Total",
|
|
"dead_code: Unused exported identifier: FindingNoiseBudget",
|
|
"dead_code: Unused exported identifier: Naming",
|
|
"dead_code: Unused exported identifier: LastSuppressedPct"
|
|
],
|
|
"trends": {}
|
|
},
|
|
"questions": [
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
} |