[RESOLVED] Different naming convention in Java and cpp #7708
CaledoniaProject
started this conversation in
General
Replies: 1 comment
-
Some of this is deliberate since different languages have different standard terminology for what are fundamentally the same things. However there is definitely needless divergence and a long-term goal to reduce it where possible without causing undue difficulty to people with existing CodeQL codebases to maintain. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Java codeql has
class MethodAccess
and in cpp it hasFunctionCall
. The naming convention seems different, as there's no MethodAccess in cpp and no FunctionCall in java.Beta Was this translation helpful? Give feedback.
All reactions