Method refinement should not require modifiers and return type

Issue #129 new
Jesper Öqvist created an issue

Example from JastAddJ:

refine public List Program.getCompilationUnitList() {
  ...
}

If the public List part is removed we get a syntax error, but there is no reason why it should be required. The AST class name, method name and parameter list should be enough to find the method to refine.

Comments (1)

  1. Log in to comment