Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix bug 153856:Viewing a quite big report causes a exception thrown

- Summary:

Fix bug 153856


- Bugzilla Bug (s) Resolved:
Fix bug 153856:Viewing a quite big report causes a exception thrown

 

- Description:
The cause of this bug is that some instances of class RAStreamBufferMgr haven't been released timely.

Call close() method to close these streams in class RDSaveUtil and remove unnecessary references in class FileArchiveWriter.

.


- Tests Description:
 Junit Test

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

- Files Edited:

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/document/RDSaveUtil.java

/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FileArchiveWriter.java


- Files Added:

N/A

 

 - Files Deleted:

N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top