-
Notifications
You must be signed in to change notification settings - Fork 93
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
MMF-3945 #2115
MMF-3945 #2115
Conversation
d22aee1
to
f369e10
Compare
@@ -0,0 +1,121 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I have the feeling that, as we don't use keep dedicated V2 and V1 APIs for descriptors, this test is redundant, since existing tests on indexing will cover its use cases.
I'd like your opinion before removing it though @maksim-grebeniuk-sonarsource & @thomas-serre-sonarsource.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep I m fine to remove those tests! 👍
2fd57eb
to
3023683
Compare
759e9d2
to
a5e22df
Compare
20f960f
to
8db40ed
Compare
…ted by the V2 type inference
b16b654
to
570e655
Compare
6152f29
to
cd4f1a6
Compare
b880056
to
efc54e1
Compare
f70efa2
to
7fe14fd
Compare
7fe14fd
to
b6d1e22
Compare
Quality Gate passedIssues Measures |
|
||
@Test | ||
@Disabled("SONARPY-2250") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how critical is it, but this disabled test actually doesn't highlight what is wrong with the inheritance from a nested class, and it passes successfully, however, there is another problem - an incorrect superclass symbol fully qualified name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Let's merge this branch and have a look on that against master tomorrow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MMF-3945