loop_java_decompiler

package
v1.4.4-beta14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2025 License: AGPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DecompiledCodeAnalysis

type DecompiledCodeAnalysis struct {
	ObfuscatedVars   int      // Number of obfuscated variable names
	SyntaxIssues     int      // Number of syntax issues found
	HasDecompError   bool     // Contains decompilation error markers
	UnbalancedBraces bool     // Has unbalanced braces
	ComplexityScore  int      // Code complexity (0-100, higher = more complex/unclear)
	Issues           []string // Specific issues found
}

DecompiledCodeAnalysis contains the analysis result of decompiled code

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL