public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
@ 2007-05-22 16:58 cagney at redhat dot com
  2007-05-28 20:07 ` [Bug general/4535] " npremji at redhat dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: cagney at redhat dot com @ 2007-05-22 16:58 UTC (permalink / raw)
  To: frysk-bugzilla

org.jdom.IllegalDataException: The data "

" is not legal for a JDOM character content: 0xc is not a legal XML character.
   at org.jdom.Text.setText(FryskGui)
   at org.jdom.Text.<init>(FryskGui)
   at org.jdom.Element.setText(FryskGui)
   at frysk.dom.DOMLine.<init>(FryskGui)
   at frysk.dom.DOMImage.addSource(FryskGui)
   at frysk.dom.DOMFactory.createDOM(FryskGui)
   at frysk.gui.srcwin.SourceWindow.generateProcStackTrace(FryskGui)
   at frysk.gui.srcwin.SourceWindow.finishSourceWin(FryskGui)
   at frysk.gui.srcwin.SourceWindow$LockObserver$39.run(FryskGui)
   at org.gnu.glib.CustomEvents.runEvents(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.gtk_main(libgtkjava-2.8.so)
   at org.gnu.gtk.Gtk.main(libgtkjava-2.8.so)
   at frysk.gui.Gui.gui(FryskGui)
   at frysk.gui.FryskGui.main(FryskGui)

try a simple debug of an already running funit-child

-- 
           Summary: org.jdom.IllegalDataException: The data "..." is not
                    legal for a JDOM character content: 0xc is not a legal
                    XML character.
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
@ 2007-05-28 20:07 ` npremji at redhat dot com
  2007-05-28 20:13 ` npremji at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: npremji at redhat dot com @ 2007-05-28 20:07 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From npremji at redhat dot com  2007-05-28 20:07 -------
testcase added.

2007-05-28
frysk-core/frysk/dom/CL
	* TestDOM.java (testDOMFormFeed): Added.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
  2007-05-28 20:07 ` [Bug general/4535] " npremji at redhat dot com
@ 2007-05-28 20:13 ` npremji at redhat dot com
  2007-05-28 20:36 ` npremji at redhat dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: npremji at redhat dot com @ 2007-05-28 20:13 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From npremji at redhat dot com  2007-05-28 20:13 -------
org.jdom.Verifier.checkCharacterData(String text) can be used to check the
validity of the text. Returns null if valid.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
  2007-05-28 20:07 ` [Bug general/4535] " npremji at redhat dot com
  2007-05-28 20:13 ` npremji at redhat dot com
@ 2007-05-28 20:36 ` npremji at redhat dot com
  2007-05-28 20:59 ` npremji at redhat dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: npremji at redhat dot com @ 2007-05-28 20:36 UTC (permalink / raw)
  To: frysk-bugzilla



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|frysk-bugzilla at sourceware|npremji at redhat dot com
                   |dot org                     |
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
                   ` (2 preceding siblings ...)
  2007-05-28 20:36 ` npremji at redhat dot com
@ 2007-05-28 20:59 ` npremji at redhat dot com
  2007-05-28 21:00 ` npremji at redhat dot com
  2007-06-21 19:19 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: npremji at redhat dot com @ 2007-05-28 20:59 UTC (permalink / raw)
  To: frysk-bugzilla



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|npremji at redhat dot com   |frysk-bugzilla at sourceware
                   |                            |dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
                   ` (3 preceding siblings ...)
  2007-05-28 20:59 ` npremji at redhat dot com
@ 2007-05-28 21:00 ` npremji at redhat dot com
  2007-06-21 19:19 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: npremji at redhat dot com @ 2007-05-28 21:00 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From npremji at redhat dot com  2007-05-28 21:00 -------
Created an attachment (id=1870)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1870&action=view)
use Verfier to check if text is legal XML

Opens up funit-child in source window, but I'm seeing odd colourings.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/4535] org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character.
  2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
                   ` (4 preceding siblings ...)
  2007-05-28 21:00 ` npremji at redhat dot com
@ 2007-06-21 19:19 ` rmoseley at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rmoseley at redhat dot com @ 2007-06-21 19:19 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From rmoseley at redhat dot com  2007-06-21 19:19 -------
This bug appears to be a duplicate of 4462.

*** This bug has been marked as a duplicate of 4462 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=4535

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-21 19:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-22 16:58 [Bug general/4535] New: org.jdom.IllegalDataException: The data "..." is not legal for a JDOM character content: 0xc is not a legal XML character cagney at redhat dot com
2007-05-28 20:07 ` [Bug general/4535] " npremji at redhat dot com
2007-05-28 20:13 ` npremji at redhat dot com
2007-05-28 20:36 ` npremji at redhat dot com
2007-05-28 20:59 ` npremji at redhat dot com
2007-05-28 21:00 ` npremji at redhat dot com
2007-06-21 19:19 ` rmoseley at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).