Bug 407347 - [JUnit] Closing/reopening eclipse should preserve JUnit history
Summary: [JUnit] Closing/reopening eclipse should preserve JUnit history
Status: CLOSED DUPLICATE of bug 98076
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 20:07 EDT by Zorzella Mising name CLA
Modified: 2013-05-07 03:19 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zorzella Mising name CLA 2013-05-06 20:07:53 EDT
When I shut down and restart Eclipse, the JUnit View's History is cleared out. It would be helpful for that to be preserved.
Comment 1 Jay Arthanareeswaran CLA 2013-05-07 00:04:10 EDT
The problem is it's too much data to store. You know you can export and import Junit results, right?
Comment 2 Zorzella Mising name CLA 2013-05-07 00:27:43 EDT
Yes, I'm aware that I can export and import, but that's never very convenient, and sometimes not much of an option.

Is all this data stored in memory only? That seems itself suboptimal. I.e. if it's too much data to store, it seems like waaay too much data to keep in memory. I've always assumed that the data was all in disk already, and reflected in the UI by some LRU-caching of the results. And that old results themselves got discarded after a while (based on date or number of entries).
Comment 3 Dani Megert CLA 2013-05-07 03:18:55 EDT
(In reply to comment #2)
> Yes, I'm aware that I can export and import, but that's never very
> convenient, and sometimes not much of an option.
> 
> Is all this data stored in memory only?

No, the history data is on disk.

*** This bug has been marked as a duplicate of bug 98076 ***