Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Efficiency
-
Labels:None
Description
There are many cases where Jalview passes a stringbuffer containing some text report to a CutAndPasteTransfer window, usually with the following code:
cap.setText(analysisClass.getResultReport().toString())
At the very least, these cases should always be wrapped with an OOM try/catch handler.
Ideally, result reports should also be passed and processed by reference to minimise overheads even further.
cap.setText(analysisClass.getResultReport().toString())
At the very least, these cases should always be wrapped with an OOM try/catch handler.
Ideally, result reports should also be passed and processed by reference to minimise overheads even further.
Attachments
Issue Links
- related with
-
JAL-613 unhandled Out of Memory Error when viewing pca analysis results
- Resolved