-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ControllerParser has inappropriate code #1
Comments
Thanks for the report! |
The use of the dwr namepspace is documented on our site: If we changed this per your recommendation I believe we would break people that read and followed our documentation. |
@devefx I missed the change of getNodeName to getLocalName in the code you submitted. The proposed change could work, however, there are several other places in the code where we are using getNodeName (CreatorParserHelper) and relying on the dwr namespace. So the change is more invasive than just ControllerParser. Also, I would need to investigate using getLocalName as I know in some cases it may return null. I would suggest using the dwr namespace per our documentation for now. |
@devefx Everybody's busy so it would help a lot if you could describe the use case you want to solve. Some example code that a test case could be based off would also be great! |
inappropriate code
correct
The text was updated successfully, but these errors were encountered: