Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---

Description:
 Add clarify javadoc comments of getStream & createStream methods of IDocumentArchive and modify createStream method of DocumentArchive accordingly.

Currently, createStream is used to create a stream, all the parent folder of the stream will be created if they don't exists.

getStream is used to return a existing stream.
Why: The intent of createStream and getStream is used differently, but we can't limit the usage of the two methods in the implementation

Fix: add clarify comments.


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
Files Changed:
src/org/eclipse/birt/core/archive/IDocumentArchive.java
src/org/eclipse/birt/core/archive/DocumentArchive.java

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None


Back to the top