- changed status to resolved
Duplicate documentation comments for inherited attributes
Issue #239
resolved
JastAdd 2.1.13
I get duplicate documentation comments generated for some inherited attribute methods.
For example:
/**
* @attribute inh
* @aspect TypeAnalysis
* @declaredat /home/jesper/git/simplic/src/jastadd/TypeAnalysis.jrag:32
*/
/**
* @attribute inh
* @aspect TypeAnalysis
* @declaredat /home/jesper/git/simplic/src/jastadd/TypeAnalysis.jrag:32
*/
@ASTNodeAnnotation.Attribute
public Type expectedType() {
Type expectedType_value = getParent().Define_expectedType(this, null);
return expectedType_value;
}
The declaration:
inh Type Expr.expectedType();
Comments (1)
-
reporter - Log in to comment
Fix duplicate documentation comment generation
fixes
#239(bitbucket)→ <<cset 330d118c6a2f>>