DO NOT REPLY [Bug 36248] total number of pages with empty block :ClassCastException in KnuthInlineBox

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=36248

Glenn Adams  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #5 from Glenn Adams  2012-04-01 07:04:25 UTC ---
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 36248] - total number of pages with empty block :ClassCastException in KnuthInlineBox

2005-08-20 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36248


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-08-20 20:30 ---
Should be fixed now. SVN revs:
http://svn.apache.org/viewcvs?rev=234042&view=rev
http://svn.apache.org/viewcvs?rev=234033&view=rev

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 36248] - total number of pages with empty block :ClassCastException in KnuthInlineBox

2005-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36248





--- Additional Comments From [EMAIL PROTECTED]  2005-08-19 20:57 ---
InlineLM does not check whether it receives a list of KnuthElements or of
KnuthSequences, like LineLM does. It blindly assumes the latter, while
PageNumberLM returns the former. Hence the wrong cast to a KnuthSequence. A
cheap solution would be to let InlineLM do the same as LineLM. That is not fail
safe but would cover very many cases.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 36248] - total number of pages with empty block :ClassCastException in KnuthInlineBox

2005-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36248


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Component|general |page-master/layout
 OS/Version|Windows XP  |All
   Platform|Other   |All




--- Additional Comments From [EMAIL PROTECTED]  2005-08-19 09:57 ---
Definitely a side-effect from the inline-block work I thought could be done 
cheaply by mixing lists of KnuthSequences and lists of KnuthElements. Thomas' 
example hits an area which isn't covered by the existing tests so I hadn't 
found the problem. Looks like it is probably safer to do it consistently like 
Simon preferred even if it means creating more container instances. I'll look 
into it ASAP.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.


DO NOT REPLY [Bug 36248] - total number of pages with empty block :ClassCastException in KnuthInlineBox

2005-08-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36248





--- Additional Comments From [EMAIL PROTECTED]  2005-08-18 16:10 ---
Created an attachment (id=16096)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=16096&action=view)
total pages bug


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.