mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:51:03 +00:00
Namespace name comparation fix (dottedchain "" == name_id 0
Method body creation arguments fix
This commit is contained in:
@@ -129,6 +129,9 @@ public class Namespace {
|
||||
if (name == null) {
|
||||
return false;
|
||||
}
|
||||
if (name.equals("") && name_index == 0) {
|
||||
return true;
|
||||
}
|
||||
if (name_index == 0) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user