| Summary: | ASTMember setComments is unimplemented | ||
|---|---|---|---|
| Product: | [Modeling] EMF | Reporter: | Alain Picard <picard> |
| Component: | Tools | Assignee: | Dave Steinberg <davidms> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 2.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
The setComments method in ASTMember is unimplemented contrary to the JDOM implementation and doesn't even raise an exception to warn unsuspecting users. Here is the code in org.eclipse.emf.codegen.merge.java.facade.ast.ASTJMember: public void setComment(String comment) { } Please at least through something like a "Not Implemented" exception if some parts are not complete and functional.