codingEcho / thumbnailator

Automatically exported from code.google.com/p/thumbnailator
Other
0 stars 0 forks source link

Please retain debug information in published JAR #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The JAR artifacts from Maven were built without debug information, making it 
impossible to step through the code. Very frustrating.

Original issue reported on code.google.com by dna...@gmail.com on 30 Sep 2014 at 9:21

GoogleCodeExporter commented 8 years ago
Thank you for taking the time to submit this issue.

I considered this a bit, and actually generated the JAR with line number debug 
information included, and the resulting JAR file was approximately 10 KB 
larger, which is over 10% larger than the original JAR -- this seemed like a 
little too much to expect from debug information that most people would not 
need.

That said, since Thumbnailator is still in its 0.x version phase, I feel that 
it could be beneficial to have debug information in the JAR until at least when 
Thumbnailator can get to version 1.0.

Therefore, starting from the next release, I'll compile the JAR with the line 
number debug information included.

Original comment by coobird...@gmail.com on 7 Oct 2014 at 4:12

GoogleCodeExporter commented 8 years ago
This issue will be addressed in Thumbnailator 0.4.8.

Original comment by coobird...@gmail.com on 26 Oct 2014 at 3:59

GoogleCodeExporter commented 8 years ago
This issue has been addressed in Thumbnailator 0.4.8.

Line number debug information is included in the Thumbnailator JAR file.

Original comment by coobird...@gmail.com on 1 Dec 2014 at 3:01