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

fix(noclasspath): Supports noclasspath for parameters. #428

Merged
merged 1 commit into from
Dec 2, 2015
Merged

fix(noclasspath): Supports noclasspath for parameters. #428

merged 1 commit into from
Dec 2, 2015

Conversation

GerardPaligot
Copy link
Contributor

No description provided.

launcher.run();

final CtClass<Object> aClass = launcher.getFactory().Class().get("org.eclipse.draw2d.text.FlowUtilities");
final CtParameter parameter = aClass.getElements(new TypeFilter<>(CtParameter.class)).get(2);
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is it get(2)? it seems that it should be get(3)? (another bug?)

should we replace with a NameFilter or a custom filter?

@GerardPaligot
Copy link
Contributor Author

@monperrus PR ok.

@monperrus monperrus merged commit f9e6ba3 into INRIA:master Dec 2, 2015
@GerardPaligot GerardPaligot deleted the fix_noclasspath_param branch December 2, 2015 13:09
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