Bug 519128 - NullPointerException in AgentServer.createDescription
Summary: NullPointerException in AgentServer.createDescription
Status: NEW
Alias: None
Product: Eclemma
Classification: Technology
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-03 18:07 EDT by EPP Error Reports CLA
Modified: 2017-07-03 18:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EPP Error Reports CLA 2017-07-03 18:07:16 EDT
The following problem was reported via the automated error reporting:

Message: An internal error occurred during: "org.eclipse.eclemma.internal.core.launching.AgentServer".
java.lang.NullPointerException: null
    at org.eclipse.eclemma.internal.core.launching.AgentServer.createDescription(AgentServer.java:134)
    at org.eclipse.eclemma.internal.core.launching.AgentServer.run(AgentServer.java:120)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)


The reporter(s) left the following comment(s):

--- Evgeny Mandrikov wrote on e8df: ---
Steps to reproduce:
1. run application:

class Example {
  public static void main(String[] args) {
    while (true) {
    }
  }
}

2. remove launch configuration
3. request coverage dump

Bundles:
| org.eclipse.core.jobs | 3.9.0.v20170322-0013 | 3.9.0.v20170322-0013 |
| org.eclipse.eclemma.core | 3.0.0.201706140232 | 3.0.0.201706140232 |

Operating Systems:
| Linux | 4.1.15 | 4.1.15 |


The above information is a snapshot of the collected data. Visit https://dev.eclipse.org/recommenders/committers/aeri/v2/#!/problems/595abf9fe4b0cca56f05e8e0 for the latest data.

Thank you for your assistance.
 Your friendly error-reports-inbox.


Created on behalf of Evgeny Mandrikov