-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Hudson 1.323
JDepend-Plugin: 1.2.1
I just observed, that enabling jdepend let the config.xml file of a job grow from 2kB to 56kB. In the diff
I see a big serialized blob for the PrintStream logger in hudson.plugins.jdepend.JDependRecorder.
Looking at:
https://svn.dev.java.net/svn/hudson/trunk/hudson/plugins/jdepend/src/main/java/hudson/plugins/j
depend/JDependRecorder.java
Propably the field logger should be transient, so it is not serialized to disk.
Regards
Mirko