{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 111",
          "upstreamBuild" : 111,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 279,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
            "branch" : [
              {
                "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
            "branch" : [
              {
                "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
        "branch" : [
          {
            "SHA1" : "50e89970054742ebe7b8704991898f1aaa72de53",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 460,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#279",
  "duration" : 1131096,
  "estimatedDuration" : 3750864,
  "executor" : None,
  "fullDisplayName" : "jogl #279",
  "id" : "2011-02-02_17-39-16",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 279,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1296664756000,
  "url" : "https://jogamp.org/chuck/job/jogl/279/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/texture/grayscale_texture.png",
          "src/test/com/jogamp/opengl/test/junit/jogl/texture/TestGrayTextureFromFileAWTBug417.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.java"
        ],
        "commitId" : "b50e75044196aa1f11e7b367b457163553ea373f",
        "timestamp" : 1293837037000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker@u001042-lin.austin.arm.com",
        "comment" : "Added unit test for bug 417; bug already gone\u000a\u000aI added a unit test for bug 417 (error loading grayscale texture\u000awith TextureIO). The test works fine, so the bug must have been\u000afixed unknowingly after submission.\u000a",
        "date" : "2010-12-31T17:10:37-0600",
        "id" : "b50e75044196aa1f11e7b367b457163553ea373f",
        "msg" : "Added unit test for bug 417; bug already gone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/util/texture/gl2/TextureGL2ListenerDraw1.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/texture/TestGrayTextureFromFileAWTBug417.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/texture/grayscale_texture.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/texture/TestGrayTextureFromFileAWTBug417.java",
          "make/build-test.xml"
        ],
        "commitId" : "8bec14de2d0160a253518da8a57b93c0e62af986",
        "timestamp" : 1294197854000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker@u001042-lin.austin.arm.com",
        "comment" : "Fixed to work properly in the Ant junit.run.* tasks\u000a\u000aFixed the texture load to come from a resource stream so it'll\u000awork when run from inside a JAR by the junit.run.* Ant tasks.\u000aAlso modified the test JAR build step to include any resource\u000afiles in the test source code directory.\u000a",
        "date" : "2011-01-04T21:24:14-0600",
        "id" : "8bec14de2d0160a253518da8a57b93c0e62af986",
        "msg" : "Fixed to work properly in the Ant junit.run.* tasks",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/texture/TestGrayTextureFromFileAWTBug417.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".project",
          ".classpath",
          ".externalToolBuilders/jogl builder.launch"
        ],
        "commitId" : "3972f4ecfa8581f8924a7e6376043f2e806bcce1",
        "timestamp" : 1294798185000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker@u001042-lin.austin.arm.com",
        "comment" : "Created Eclipse project files.\u000a\u000aCreated the Eclipse project files needed to build jogl.\u000aThese files don't contain any absolute paths, but they do\u000adepend on the user setting up the JRE and Ant properly\u000ainside Eclipse.\u000a",
        "date" : "2011-01-11T20:09:45-0600",
        "id" : "3972f4ecfa8581f8924a7e6376043f2e806bcce1",
        "msg" : "Created Eclipse project files.",
        "paths" : [
          {
            "editType" : "add",
            "file" : ".project"
          },
          {
            "editType" : "add",
            "file" : ".classpath"
          },
          {
            "editType" : "add",
            "file" : ".externalToolBuilders/jogl builder.launch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestShaderCompilationBug459AWT.java"
        ],
        "commitId" : "bc05e317f6f989e2f515cf4e0aae8d5f050ce54f",
        "timestamp" : 1295235420000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Add test case for bug 459 shader compile failure\u000a\u000aThis commit adds a test case for bug 459, where\u000acompilation of a vertex buffer fails on Windows\u000awhen the stencil cap is requested. This bug is\u000aWindows-only; it works on Mac OS X and CentOS.\u000a",
        "date" : "2011-01-16T21:37:00-0600",
        "id" : "bc05e317f6f989e2f515cf4e0aae8d5f050ce54f",
        "msg" : "Add test case for bug 459 shader compile failure",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestShaderCompilationBug459AWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/glu/mipmap/Type_Widget.java",
          "src/test/com/jogamp/opengl/test/junit/glu/TestBug463ScaleImageMemoryAWT.java"
        ],
        "commitId" : "dae2f33848a60003096681ae18e719aee9936112",
        "timestamp" : 1295992416000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Fix bug 463 where gluScaleImage consumes all memory\u000a\u000aChanges the Type_Widget.java constructor to allocate a normal\u000abuffer instead of a direct buffer. Apparently JVMs can't\u000aallocate small direct buffers efficiently, and since Type_Widget\u000ais called inside tight loops millions of times, we can't afford\u000ato do it this way. This commit restores it to how it was in JOGL 1.\u000a",
        "date" : "2011-01-25T15:53:36-0600",
        "id" : "dae2f33848a60003096681ae18e719aee9936112",
        "msg" : "Fix bug 463 where gluScaleImage consumes all memory",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/glu/mipmap/Type_Widget.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/glu/TestBug463ScaleImageMemoryAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug461OffscreenSupersamplingSwingAWT.java"
        ],
        "commitId" : "a77b34b794a14855390a6c9587f565479235af30",
        "timestamp" : 1296102763000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Add unit test for bug 461, offscreen supersampling\u000a\u000aThis is a unit test for a bug that occurs on Windows\u000awhen the stencil buffer is turned on for an offscreen\u000abuffer. This bug doesn't appear on CentOS 5.4, or in\u000aJOGL 1.1.1.a.\u000a",
        "date" : "2011-01-26T22:32:43-0600",
        "id" : "a77b34b794a14855390a6c9587f565479235af30",
        "msg" : "Add unit test for bug 461, offscreen supersampling",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug461OffscreenSupersamplingSwingAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/swt/gtk-linux-x86/about_files/IJG_README",
          "make/lib/swt/cocoa-macosx-x86_64/about_files/mpl-v11.txt",
          "make/lib/swt/win32-win32-x86/about.html",
          "make/lib/swt/gtk-linux-x86_64/about_files/mpl-v11.txt",
          "make/lib/swt/cocoa-macosx/about_files/mpl-v11.txt",
          "make/lib/swt/LICENSE.txt",
          "make/lib/swt/gtk-linux-x86/swt-debug.jar",
          "make/lib/swt/gtk-linux-x86/about.html",
          "src/junit/com/jogamp/test/junit/jogl/swt/OneTriangle.java",
          "make/build-junit.xml",
          "make/lib/swt/win32-win32-x86_64/about.html",
          "make/lib/swt/gtk-linux-x86_64/swt-debug.jar",
          "make/lib/swt/win32-win32-x86_64/swt-debug.jar",
          "make/lib/swt/README.txt",
          "make/lib/swt/win32-win32-x86/about_files/mpl-v11.txt",
          "make/lib/swt/gtk-linux-x86_64/about.html",
          "make/lib/swt/gtk-linux-x86_64/about_files/about_cairo.html",
          "make/lib/swt/gtk-linux-x86_64/about_files/pixman-licenses.txt",
          "make/lib/swt/gtk-linux-x86_64/about_files/lgpl-v21.txt",
          "make/lib/swt/gtk-linux-x86/about_files/mpl-v11.txt",
          "make/lib/swt/gtk-linux-x86/about_files/about_cairo.html",
          "make/lib/swt/cocoa-macosx-x86_64/about.html",
          "make/lib/swt/epl-v10.html",
          "make/lib/swt/gtk-linux-x86/about_files/lgpl-v21.txt",
          "make/lib/swt/cocoa-macosx/swt-debug.jar",
          "make/lib/swt/win32-win32-x86_64/about_files/IJG_README",
          "make/lib/swt/cocoa-macosx-x86_64/about_files/IJG_README",
          "make/lib/swt/win32-win32-x86/swt-debug.jar",
          "make/lib/swt/win32-win32-x86_64/about_files/mpl-v11.txt",
          "make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt",
          "make/lib/swt/cocoa-macosx/about_files/IJG_README",
          "src/junit/com/jogamp/test/junit/jogl/swt/TestSWT01GLn.java",
          "src/junit/com/jogamp/test/junit/jogl/swt/TestSWTAWT01GLn.java",
          "make/build-common.xml",
          "make/lib/swt/cocoa-macosx-x86_64/swt-debug.jar",
          "make/lib/swt/cocoa-macosx/about.html",
          "make/lib/swt/gtk-linux-x86_64/about_files/webkit-bsd.txt",
          "make/lib/swt/gtk-linux-x86_64/about_files/IJG_README",
          "make/lib/swt/notice.html",
          "make/lib/swt/win32-win32-x86/about_files/IJG_README",
          "make/lib/swt/gtk-linux-x86/about_files/pixman-licenses.txt"
        ],
        "commitId" : "4e29ab96c2e5f934b7441f0df5bc976accac7c59",
        "timestamp" : 1296614266000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Added two simple SWT unit tests.\u000a\u000aAdded a test that draws one triangle, using both the SWT\u000acanvas and the AWT canvas with the SWT_AWT bridge. Also\u000aadded the SWT JARs for each platform to make/lib (since\u000athat's where antlr.jar and junit.jar were stored). Modified\u000athe make files to build and run the new tests.\u000a",
        "date" : "2011-02-02T03:37:46+0100",
        "id" : "4e29ab96c2e5f934b7441f0df5bc976accac7c59",
        "msg" : "Added two simple SWT unit tests.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx/about_files/IJG_README"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/webkit-bsd.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/epl-v10.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/LICENSE.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx-x86_64/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/TestSWT01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx-x86_64/swt-debug.jar"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/about_cairo.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/IJG_README"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/notice.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86_64/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/lgpl-v21.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86_64/swt-debug.jar"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx-x86_64/about_files/IJG_README"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/README.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86_64/about_files/mpl-v11.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/webkit-bsd.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/swt-debug.jar"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/about_cairo.html"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/TestSWTAWT01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86_64/about_files/IJG_README"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/OneTriangle.java"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx-x86_64/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about.html"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/about_files/pixman-licenses.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86/swt-debug.jar"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/IJG_README"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/pixman-licenses.txt"
          },
          {
            "editType" : "edit",
            "file" : "make/build-junit.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/win32-win32-x86/about_files/IJG_README"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86/swt-debug.jar"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/gtk-linux-x86_64/about_files/lgpl-v21.txt"
          },
          {
            "editType" : "add",
            "file" : "make/lib/swt/cocoa-macosx/swt-debug.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/test/junit/jogl/swt/TestSWT01GLn.java",
          "nbproject/project.xml",
          "src/junit/com/jogamp/test/junit/jogl/swt/TestSWTAWT01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/OneTriangle.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAWT01GLn.java",
          "src/junit/com/jogamp/test/junit/jogl/swt/OneTriangle.java",
          "make/build-test.xml",
          "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
        ],
        "commitId" : "9129498d4c82684d0c2fe56fbe3f2bfa9e835d33",
        "timestamp" : 1296619036000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix SWT tests in due to changes, minor linux fix\u000a",
        "date" : "2011-02-02T04:57:16+0100",
        "id" : "9129498d4c82684d0c2fe56fbe3f2bfa9e835d33",
        "msg" : "Fix SWT tests in due to changes, minor linux fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/TestSWTAWT01GLn.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/TestSWT01GLn.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/OneTriangle.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWT01GLn.java"
          },
          {
            "editType" : "delete",
            "file" : "src/junit/com/jogamp/test/junit/jogl/swt/OneTriangle.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/swt/TestSWTAWT01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "nbproject/project.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.java"
        ],
        "commitId" : "9bbff952425c7e2587160f80d66dcef5463b74bf",
        "timestamp" : 1296619080000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix GLProfile tests: default is max-fixed-pipeline, use GL2 instead\u000a",
        "date" : "2011-02-02T04:58:00+0100",
        "id" : "9bbff952425c7e2587160f80d66dcef5463b74bf",
        "msg" : "Fix GLProfile tests: default is max-fixed-pipeline, use GL2 instead",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWT01GLn.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestSwingAWT01GLn.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt"
        ],
        "commitId" : "c9864ae174d7be5276cd48490bc40b0cba9a91ea",
        "timestamp" : 1296619505000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add section for make/lib to cover new SWT blobs\u000a",
        "date" : "2011-02-02T05:05:05+0100",
        "id" : "c9864ae174d7be5276cd48490bc40b0cba9a91ea",
        "msg" : "Add section for make/lib to cover new SWT blobs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWTBug450.java",
          "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableFactoryImpl.java"
        ],
        "commitId" : "aac2ba89a38d47fc24db10254e4b295717557b23",
        "timestamp" : 1296619665000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fixed bug 450 (unrendered right side of GLJPanel in Gears)\u000a\u000aThis bug caused the right sides of GLJPanels not to render if the\u000apanel is wider than its height (all pixels with x > height would\u000abe black). Wrote a unit test to sense the problem by reading\u000aan unrendered pixel back out of the frame, then fixed the typo\u000ain GLDrawableFactoryImpl.java that caused the error.\u000a",
        "date" : "2011-02-02T05:07:45+0100",
        "id" : "aac2ba89a38d47fc24db10254e4b295717557b23",
        "msg" : "Fixed bug 450 (unrendered right side of GLJPanel in Gears)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLDrawableFactoryImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsGLJPanelAWTBug450.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker",
      "fullName" : "Wade Walker"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
      "fullName" : "Wade Walker"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 279,
      "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/279/"
    }
  ]
}