zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

Not the complete Description is populated in the "Description" field. #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Do a code review add lengthy description, also with newline characters.
2. Save and check in the .review file in CVS.
3. Then view the review details. Description may not be completely visible.
The whole description as typed will be available in the .review file. We
can see that if we open the file as XML in IE or firefox.

What is the expected output? What do you see instead?
The description as typed and saved.

What version of the product are you using? On what operating system?
edu[1].hawaii.ics.csdl.jupiter_3.4.1.1.jar with Eclipse 5.5.1 GA on Windows XP

If applicable, what editor does the problem occur in (Jupiter is tested
against the 'Eclipse for RCP/Plug-in Developers' so the editors may vary)?
 with Eclipse 5.5.1 GA

Please provide any additional information below.

Original issue reported on code.google.com by ramgopal.karri on 1 Dec 2008 at 10:02

GoogleCodeExporter commented 8 years ago
Hello there, can you point me in the direction where I can get your Eclipse 
version?
 I've only used the ones from Eclipse.org and I am currently on version 3.4.1.  Thanks.

Original comment by jsakuda on 2 Dec 2008 at 1:37

GoogleCodeExporter commented 8 years ago
Sorry I gave the MyEclipse version. Here is the Eclipse version I am using - 
3.4.0.
I picked this from readme_eclipse.html in <eclipse root>/readme/ directory

Original comment by ramgopal.karri on 3 Dec 2008 at 5:00

GoogleCodeExporter commented 8 years ago

Original comment by jsakuda on 3 Dec 2008 at 7:44

GoogleCodeExporter commented 8 years ago
Hello again, I know it has been a while but would you be able to provide me 
with the problematic description 
text and any error log entries?

I am trying to see if there maybe was a character in the description that threw 
off the XML parsing or if 
something strange is happening.  Thanks.

Original comment by jsakuda on 2 Jan 2009 at 4:36

GoogleCodeExporter commented 8 years ago
Nevermind, I got the bug to happen.  It seems to cut off after 2 paragraphs for 
me.  How much of your 
description was visible?

Original comment by jsakuda on 2 Jan 2009 at 5:07

GoogleCodeExporter commented 8 years ago
I think I fixed this problem.  The XML reader from StAX had coalescing set to 
false so it was splitting the long 
text up into pieces.  However, I didn't know that this could happen so I only 
read in the first block of text and 
the others got ignored.  This is why everything worked and there were no 
errors.  Now it is set to return the 
parsed text as one chunk so it should be ok.

Let me know if you still experience problems in the next Jupiter release.

Original comment by jsakuda on 2 Jan 2009 at 7:58

GoogleCodeExporter commented 8 years ago
Issue 65 has been merged into this issue.

Original comment by jsakuda on 5 Feb 2009 at 6:47