https://issues.apache.org/bugzilla/show_bug.cgi?id=49452
--- Comment #2 from Dominik Stadler <[email protected]> 2010-06-17 07:27:16 EDT --- Created an attachment (id=25602) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25602) Screenshot of analysis with our production analysis tool This shows that the LineHeightPropertyMaker is called with a property of type "SpaceProperty", which does not work as LenghtProperty.Maker.convertProperty() does not handle SpaceProperties and always returns null in this case. So the question is why is the combination of LineHeightPropertyMaker and SpaceProperty possible in this case? Or should LengthProperty.convertProperty() handle SpaceProperty as well? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
