For example, in Library.java, there is a HashMap users = new HashMap() and users.put (new Integer(user.getCode()), user);. So I expect the put() method to be in the following set but it returns empty.
rascal> m = createM3FromEclipseProject(elib_dir);
ok
rascal> p = createOFG(elib_dir);
ok
rascal> { m | call(_, _, _, m, _) <- p.statements, method(m, _) <- p.decls}
set[void]: {}
rascal> { m | call(_, _, _, m, _) <- p.statements}
set[void]: {}