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

ArrayIndexOutOfBoundsException in combination of Agent 0.7.3 and Analyzer 0.7.1 #285

Closed
Godin opened this issue Feb 23, 2015 · 2 comments
Closed
Assignees
Labels
component: core type: bug 🐛 Something isn't working
Milestone

Comments

@Godin
Copy link
Member

Godin commented Feb 23, 2015

Can be reproduced using following code:

public class Example {
  boolean method(Object param) {
    if (param == null) {
      return false;
    } else {
      try {
        return true;
      } catch (Exception e) {
      }
    }
    return true;
  }
}

Seems that this relates to changes for #265.

@Godin Godin added this to the 0.7.4 milestone Feb 23, 2015
@Godin Godin assigned Godin and marchof and unassigned Godin Feb 23, 2015
@marchof
Copy link
Member

marchof commented Feb 23, 2015

From the exec files are different numbers of probes for the Example class:

  • 0.7.1: 5 probes
  • 0.7.2: 5 probes
  • 0.7.3: 4 probes

@Godin
Copy link
Member Author

Godin commented Feb 26, 2015

@marchof I confirm that #286 also fixes this issue.

@Godin Godin closed this as completed Feb 26, 2015
@marchof marchof added type: bug 🐛 Something isn't working component: core labels Feb 27, 2015
@jacoco jacoco locked and limited conversation to collaborators Jan 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: core type: bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants