We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following two snippets will both cause NullPointerExceptions:
NullPointerException
interface { /** * component */ any function foo(required any bar); }
and:
interface { /** * component */ function foo(required any bar); }
This happens only when:
@hint
component
The text was updated successfully, but these errors were encountered:
Wow, interface parsing isn't implemented. I'm suprised it hasn't been mentioned before cfparser/cfparser#93
will be fixed in next cfparser release
Sorry, something went wrong.
test #439
96a71e9
fixed in dev branch with cfparser 2.5.4
No branches or pull requests
The following two snippets will both cause
NullPointerException
s:and:
This happens only when:
@hint
) of the function has the wordcomponent
in itThe text was updated successfully, but these errors were encountered: