Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
92
-
High
Description
If I have a module M with model Y1 and Y2 and in Y2, there's an augment for some node in Y1, the generated code for augment will be present in both generated packages.
org.opendaylight.M.Y1
- generated.class
org.opendaylight.M.Y2 - exactly the same generated.class (except for package name)