Skip to content

fix: fix NPE for multicatch qualified exceptions#2862

Merged
pvojtechovsky merged 8 commits intoINRIA:masterfrom
bzEq:master
Feb 9, 2019
Merged

fix: fix NPE for multicatch qualified exceptions#2862
pvojtechovsky merged 8 commits intoINRIA:masterfrom
bzEq:master

Conversation

@bzEq
Copy link
Copy Markdown
Contributor

@bzEq bzEq commented Jan 31, 2019

fix #2860

@monperrus
Copy link
Copy Markdown
Collaborator

Awesome thanks. It would be super useful if you could add the corresponding test:

@Test
void testIssue2860() {
  Launcher launcher = new Launcher();
  launcher.addInputResource("D:\\untitled\\SomeModule");
  launcher.buildModel();
  ....
}

The goal is that CI fails ;-)

@monperrus
Copy link
Copy Markdown
Collaborator

reproduced, working on it.

@monperrus
Copy link
Copy Markdown
Collaborator

fixed locally, pushed, let's wait for CI

@monperrus monperrus changed the title Add test of multicatch qualified exceptions fix: fix NPE for multicatch qualified exceptions Feb 7, 2019
@pvojtechovsky pvojtechovsky merged commit ad95c49 into INRIA:master Feb 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Get java.lang.NullPointerException in spoon.support.compiler.jdt.ContextBuilder.enter

3 participants