Skip to content
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

feat(signature): Specify the display for executable ref. #459

Merged
merged 1 commit into from
Dec 18, 2015
Merged

feat(signature): Specify the display for executable ref. #459

merged 1 commit into from
Dec 18, 2015

Conversation

GerardPaligot
Copy link
Contributor

When we are in noclasspath and don't have the information
about arguments of CtExecutableReference, we display
in arguments.

Closes #454

}
});
for (CtExecutableReference reference : references) {
assertNotEquals("#addField(null, null)", reference.getSignature());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assertEquals rather than NotEquals?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes, there are types found by JDT. So, we can have #addField(null, type), #addField(type, null) or #addField(null, null).

When we are in noclasspath and don't have the information
about arguments of CtExecutableReference, we display
<unknown> in arguments.

Closes #454
@GerardPaligot
Copy link
Contributor Author

@monperrus Jenkins INRIA is down. PR ok here.

@monperrus monperrus merged commit 33272e3 into INRIA:master Dec 18, 2015
@GerardPaligot GerardPaligot deleted the feat_454 branch December 18, 2015 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants