{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 656",
          "upstreamBuild" : 656,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 656,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
            "branch" : [
              {
                "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
            "branch" : [
              {
                "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
        "branch" : [
          {
            "SHA1" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 105,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#656",
  "duration" : 124533,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #656",
  "id" : "2013-04-04_13-17-59",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 656,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1365074279000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=linux-x86_64/656/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/ArrayHashSet.java"
        ],
        "commitId" : "d70f55e63c38331486249bdfdbd1234ce4bbeb09",
        "timestamp" : 1365082253000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings and clone()\u000a\u000aArrayList.clone does _not_ make a shallow copy, a new internal array is allocated.\u000aAs such, there is nearly no benefit to using clone().\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-04-04T06:30:53-0700",
        "id" : "d70f55e63c38331486249bdfdbd1234ce4bbeb09",
        "msg" : "gluegen: use explicit ArrayList constructor to avoid @SuppressWarnings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ArrayHashSet.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/ArrayHashSet.java"
        ],
        "commitId" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
        "timestamp" : 1365083716000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
          "fullName" : "Harvey Harrison"
        },
        "authorEmail" : "harvey.harrison@gmail.com",
        "comment" : "gluegen: use enhanced for-loops in ArrayHashSet\u000a\u000aFixes an infinite loop in addAll due to the following line:\u000amod = mod || add(iter.next()) ;\u000a\u000aAfter the first successful add, mod will be true and thereafter iter.next\u000awill never be called again, due to || shortcutting.  the loop will then run forever\u000aas any further elements will never be taken from the iterator, so hasNext will always\u000abe true.\u000a\u000aSigned-off-by: Harvey Harrison <harvey.harrison@gmail.com>\u000a",
        "date" : "2013-04-04T06:55:16-0700",
        "id" : "d721e4f356d2cb272b0eb47829220a5b2b23c2dc",
        "msg" : "gluegen: use enhanced for-loops in ArrayHashSet",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/ArrayHashSet.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}