Spaces:
Sleeping
Sleeping
Update agent/analyzer.py
Browse files- agent/analyzer.py +2 -1
agent/analyzer.py
CHANGED
|
@@ -197,7 +197,8 @@ class CodeAnalyzer:
|
|
| 197 |
"methods": len(methods),
|
| 198 |
"method_list": methods
|
| 199 |
}
|
| 200 |
-
|
|
|
|
| 201 |
def _find_duplicates(self, functions):
|
| 202 |
"""Findet ähnliche Code-Strukturen (einfache Version)"""
|
| 203 |
# Gruppiere nach Zeilenanzahl (grobe Duplikatserkennung)
|
|
|
|
| 197 |
"methods": len(methods),
|
| 198 |
"method_list": methods
|
| 199 |
}
|
| 200 |
+
|
| 201 |
+
# Erkennung von Funktionen mit gleicher Zeilenanzahl
|
| 202 |
def _find_duplicates(self, functions):
|
| 203 |
"""Findet ähnliche Code-Strukturen (einfache Version)"""
|
| 204 |
# Gruppiere nach Zeilenanzahl (grobe Duplikatserkennung)
|