Bug 468907 - NullPointerException in SnapshotChanges.getChangedLineLength (383)
Summary: NullPointerException in SnapshotChanges.getChangedLineLength (383)
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: terminal (show other bugs)
Version: Next   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 02:18 EDT by EPP Error Reports CLA
Modified: 2020-09-04 15:11 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 2015-06-01 02:18:13 EDT
The following incident was reported via the automated error reporting:


    code:                   0
    plugin:                 org.eclipse.tm.terminal_3.2.301.201407040701
    message:                HIDDEN
    fingerprint:            cdc15253
    exception class:        java.lang.NullPointerException
    exception message:      HIDDEN
    number of children:     0
    
    java.lang.NullPointerException: HIDDEN
    at org.eclipse.tm.internal.terminal.model.SnapshotChanges.getChangedLineLength(SnapshotChanges.java:383)
    at org.eclipse.tm.internal.terminal.model.SnapshotChanges.markLineChanged(SnapshotChanges.java:137)
    at org.eclipse.tm.internal.terminal.model.TerminalTextDataSnapshot.markLineChanged(TerminalTextDataSnapshot.java:188)
    at org.eclipse.tm.internal.terminal.model.TerminalTextData.sendLineChangedToSnapshots(TerminalTextData.java:153)
    at org.eclipse.tm.internal.terminal.model.TerminalTextData.setChars(TerminalTextData.java:134)
    at org.eclipse.tm.internal.terminal.model.SynchronizedTerminalTextData.setChars(SynchronizedTerminalTextData.java:83)
    at org.eclipse.tm.internal.terminal.emulator.VT100EmulatorBackend.appendString(VT100EmulatorBackend.java:301)
    at org.eclipse.tm.internal.terminal.emulator.VT100Emulator.displayNewText(VT100Emulator.java:977)
    at org.eclipse.tm.internal.terminal.emulator.VT100Emulator.processNonControlCharacters(VT100Emulator.java:962)
    at org.eclipse.tm.internal.terminal.emulator.VT100Emulator.processNewText(VT100Emulator.java:308)
    at org.eclipse.tm.internal.terminal.emulator.VT100Emulator.processText(VT100Emulator.java:252)
    at org.eclipse.tm.internal.terminal.emulator.VT100TerminalControl$3.run(VT100TerminalControl.java:495)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
   
  

General Information:

    reported-by:      
    anonymous-id:     a18b0f74-e6a9-4a40-a1c0-d5cd1b9246dc
    eclipse-build-id: 4.5.0.I20150430-1445
    eclipse-product:  org.eclipse.epp.package.jee.product
    operating system: Windows7 6.1.0 (x86_64) - win32
    jre-version:      1.8.0_20-b26

The following plug-ins were present on the execution stack (*):
    1. org.eclipse.core.jobs_3.7.0.v20150330-2103
    2. org.eclipse.tm.terminal_3.2.301.201407040701

Please note that:
* Messages, stacktraces, and nested status objects may be shortened.
* Bug fields like status, resolution, and whiteboard are sent
  back to reporters.
* The list of present bundles and their respective versions was
  calculated by package naming heuristics. This may or may not reflect reality.

Other Resources:
* Report: https://dev.eclipse.org/recommenders/committers/confess/#/problems/555f4209e4b0896cc622eb9d  
* Manual: https://dev.eclipse.org/recommenders/community/confess/#/guide


Thank you for your assistance.
Your friendly error-reports-inbox.
Comment 1 Jonah Graham CLA 2020-05-01 10:09:07 EDT
The Terminal component of the Eclipse Ecosystem has a new home. The Terminal is now part of the Eclipse CDT project[1].

This change means a new Git repo[2], P2 site[3] and Bugzilla component. The terminal will continue to be delivered as part of the quarterly Simultaneous Release of Eclipse as well.

The marketplace entry[4] had not been updated in a few years. It will once again install the latest release of the terminal on the latest release of the whole IDE (currently 2020-03).

If this bug is no longer relevant, please feel free to comment or close the bug. If you can confirm if this issues still occurs in the latest release please do let me know in a comment.

[1] https://wiki.eclipse.org/CDT/User/NewIn911
[2] https://git.eclipse.org/c/cdt/org.eclipse.cdt.git (in the terminal directory)
[3] current release is 9.11 - P2 site https://download.eclipse.org/tools/cdt/releases/9.11/
[4] https://marketplace.eclipse.org/content/tm-terminal

(This comment was added to all open terminal bugs along with changing the Product/component pair to CDT/terminal.)