[MDSAL-264] Augmentation's Builder overrides a method from interface Augmentable. Created: 05/Jun/17  Updated: 09/Mar/18  Resolved: 19/Sep/17

Status: Resolved
Project: mdsal
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug
Reporter: Jie Han Assignee: Jie Han
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 8593

 Description   

Augmentation's Builder overrides a method from interface Augmentable.

For Augmentation's Builder, it should not implements the method augments() from interface Augmentable that results in a compilation error.

For an augmentation model ,
"
augment a {
...
}
"
such codes would be generated:
"
public interface A1 extends TreeNode, Augmentation<A> {
...
}
"



 Comments   
Comment by Jie Han [ 05/Jun/17 ]

patch:
https://git.opendaylight.org/gerrit/#/c/58235/

Generated at Wed Feb 07 20:09:17 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.