Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-4494

JDepend Big config file with enabled plugin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • plugin-proposals
    • 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

            lewisham Lewisham
            mfriedenhagen Mirko Friedenhagen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: