diff --git a/NameNode.py b/NameNode.py
index 29690b988e74472dcb18b5127625dbde0ca86191..b89110fdae7d6959e4dc5fefc54a731bade93974 100644
--- a/NameNode.py
+++ b/NameNode.py
@@ -109,7 +109,7 @@ class NameNode(ASTNode):
 
             # checking if the next ID is a static field in the class/interface
             if index+1 >= len(self.IDs):
-                return True
+                return False
 
             # if the next field is not a method inovocation
             # (it could only be a method invocation if self.methodinvoke is true and the next field is the last element in the compID)