Closed jasondlee closed 3 years ago
I could be missing something subtle, but this looks like a bug (String comparison using
==
instead of.equals()
).
what if m.getName is Null. [.equals] will throw a NPE .
would you like to submit a fix?
would you like to submit a fix?
Can you please assign to me?
@pavolloffay Can u provide me access.
i am getting below error while pusing.
remote: Permission to opentracing-contrib/java-jaxrs.git denied to rishi-lgtm. fatal: unable to access 'https://github.com/opentracing-contrib/java-jaxrs.git/': The requested URL returned error: 403
The repository is public you should be able to fork it and submit a PR from your fork.
Have raised a PR https://github.com/opentracing-contrib/java-jaxrs/pull/146
Done in #146
I could be missing something subtle, but this looks like a bug (String comparison using
==
instead of.equals()
).https://github.com/opentracing-contrib/java-jaxrs/blob/196c72d484691f615bb354ca8e46b9b305726283/opentracing-jaxrs2/src/main/java/io/opentracing/contrib/jaxrs2/server/OperationNameProvider.java#L93