boxable icon indicating copy to clipboard operation
boxable copied to clipboard

EmptyStackException on test

Open borgogelli opened this issue 8 years ago • 4 comments

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 ?

borgogelli avatar May 29 '17 09:05 borgogelli

Hmmm, I didn't get any warning when running tests. I will check that tomorrow and hit you back with results.

Frulenzo avatar May 30 '17 18:05 Frulenzo

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?

Frulenzo avatar May 31 '17 07:05 Frulenzo

Problem is a peek on a empty stack at Paragraph.java in case of CLOSE_TAG </ol>

CSchemmy avatar Jun 23 '17 15:06 CSchemmy

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

CSchemmy avatar Jun 23 '17 17:06 CSchemmy