boxable
boxable copied to clipboard
EmptyStackException on test
Hello
Building the master branch I get "java.util.EmptyStackException" on the following tests:
- lineSpacingTest()
- SampleTest5()
- SampleTest7()
always on the table.draw() call.
Any ideas ?
Hmmm, I didn't get any warning when running tests. I will check that tomorrow and hit you back with results.
Hmmm, for all your test I get this:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Sample file saved at : /PATH/BoxableSampleXpdf
Can anybody else check this and post their console output here?
Problem is a peek on a empty stack at Paragraph.java in case of CLOSE_TAG </ol>
The problem of http://www.slf4j.org/codes.html#StaticLoggerBinder can be solved by input <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> </dependency>
befor org.slf4j at pom.xml