Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 184406 Could not query for long content

-Summary:

Fix Bugzilla Bug 184406 Could not query for long content

 

-Bugzilla Bug (s) Resolved:   

Fix Bugzilla Bug 184406 Could not query for long content

 

-Description:  

 1. Use the methods readString() in IOUtil.java instead of using readUTF() of DataInputStream directly .

2. Use the methods writeString () in IOUtil.java instead of using readUTF() of DataOutputStream directly.

 

 -Tests Description:   

Manual Test 

 

 -Notes to Build Team:

-Notes to Developers:

-Notes to QA:  

-Notes to Documentation:  

 

-Files Added: 

-Files Edited:   

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/executor/cache/ResultObjectUtil.java

 

 -Files Deleted 

 

 


Back to the top