-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Environment:OS:
node.js / npm versions:
Additional info:
Problem Statement/Rationale
If we have an inheritance chain BaseDao -> BaseAuthDao -> ActorDao, and we try to infer the namespace from ActorDao (which contains all references to the namespace) it doesn't infer the namespace correctly.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
Expected Results
It should infer the namespace correctly.
Actual Results
It triggers the namespace warning.
Additional Notes