{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 573",
          "upstreamBuild" : 573,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 573,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
            "branch" : [
              {
                "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
            "branch" : [
              {
                "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
        "branch" : [
          {
            "SHA1" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 186,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#573",
  "duration" : 1377372,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #573",
  "id" : "2011-12-01_21-54-34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 573,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1322772874000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/573/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java",
          "make/stub_includes/win32/wingdi.h",
          "make/build-nativewindow.xml",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/windows/WindowsJAWTWindow.java",
          "src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java",
          "src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClassFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsDummyWGLDrawable.java",
          "src/newt/classes/jogamp/newt/driver/windows/WindowsScreen.java",
          "make/config/nativewindow/win32-CustomJavaCode.java",
          "make/config/nativewindow/win32-lib.cfg",
          "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
        ],
        "commitId" : "2c0a0981f7e1376064abd981c79c65c9d1b57410",
        "timestamp" : 1322750635000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Move manual GDI utils to GDIUtil ; Minor cleanup.\u000a\u000aRegisteredClassFactory: Reference the factories itself instead of the RegisteredClass.\u000a                        This enables the shutdown hook to clear the factories state,\u000a                        which is required for proper recreation.\u000a",
        "date" : "2011-12-01T15:43:55+0100",
        "id" : "2c0a0981f7e1376064abd981c79c65c9d1b57410",
        "msg" : "Move manual GDI utils to GDIUtil ; Minor cleanup.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/windows/RegisteredClassFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-CustomJavaCode.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsDummyWGLDrawable.java"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/wingdi.h"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-lib.cfg"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsScreen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/windows/WindowsWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/windows/WindowsJAWTWindow.java"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/windows/GDIUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
        ],
        "commitId" : "53ba4a2b3639a3746218693ea588159e5c6d07c7",
        "timestamp" : 1322750925000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLDrawableFactory: Implementations lifecycle is handled via constructor/destroy()\u000a",
        "date" : "2011-12-01T15:48:45+0100",
        "id" : "53ba4a2b3639a3746218693ea588159e5c6d07c7",
        "msg" : "GLDrawableFactory: Implementations lifecycle is handled via",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java"
        ],
        "commitId" : "1113d44644469eaae69fd11fe7108ab432e4cf38",
        "timestamp" : 1322751060000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence.\u000a",
        "date" : "2011-12-01T15:51:00+0100",
        "id" : "1113d44644469eaae69fd11fe7108ab432e4cf38",
        "msg" : "GLProfile: use dbl checked locking w/ volatile ; Proper shutdown",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/windows/GDImisc.c"
        ],
        "commitId" : "96205926731aeb61a862c87974f611d814937c54",
        "timestamp" : 1322751172000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native impl.\u000a",
        "date" : "2011-12-01T15:52:52+0100",
        "id" : "96205926731aeb61a862c87974f611d814937c54",
        "msg" : "Complete commit 2c0a0981f7e1376064abd981c79c65c9d1b57410 ; Missed native",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/windows/GDImisc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/windows/GDISurface.java",
          "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
        ],
        "commitId" : "c61ff4098477adf1661c063291ffa3cf81af1d5b",
        "timestamp" : 1322751704000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "X11Util / GDISurface Robustness\u000a\u000aX11Util:\u000a  - shutdown: keep list of displays, if not really closed.\u000a  - Init default display name in initSingleton.\u000a\u000aGDISurface: Check ReleaseDC and throw exception if fails\u000a",
        "date" : "2011-12-01T16:01:44+0100",
        "id" : "c61ff4098477adf1661c063291ffa3cf81af1d5b",
        "msg" : "X11Util / GDISurface Robustness",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/x11/X11Util.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/windows/GDISurface.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLES2DynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLES1DynamicLibraryBundleInfo.java",
          "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java",
          "src/jogl/classes/jogamp/opengl/DesktopGLDynamicLookupHelper.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTJNILibLoader.java"
        ],
        "commitId" : "3a37ae123a973e926b1eefcde82e6d566229df23",
        "timestamp" : 1322751756000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor edits.\u000a",
        "date" : "2011-12-01T16:02:36+0100",
        "id" : "3a37ae123a973e926b1eefcde82e6d566229df23",
        "msg" : "Minor edits.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLES2DynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/macosx/OSXUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/DesktopGLDynamicLookupHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTJNILibLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLES1DynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/jogamp/nativewindow/NWJNILibLoader.java",
          "src/newt/classes/jogamp/newt/NEWTJNILibLoader.java"
        ],
        "commitId" : "6e7bc19af948bd3a53c5da2dacfafe6f8484d268",
        "timestamp" : 1322751818000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682: JNILibLoaderBase addNativeJarLibs(..)\u000a",
        "date" : "2011-12-01T16:03:38+0100",
        "id" : "6e7bc19af948bd3a53c5da2dacfafe6f8484d268",
        "msg" : "Adapt to GlueGen commit 7e6cf46ed2e0e9772f79e06437596056efa8c682:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/NWJNILibLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/NEWTJNILibLoader.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "035051a686b7652dd14c0a878ebe1fe29f5f11c3",
        "timestamp" : 1322752513000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid()\u000a",
        "date" : "2011-12-01T16:15:13+0100",
        "id" : "035051a686b7652dd14c0a878ebe1fe29f5f11c3",
        "msg" : "Fix Bug 522: NEWT requestFocus() causes a crash if !isNativeValid()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/windows/GDImisc.c"
        ],
        "commitId" : "7bbe18e689d62650fbbe94eec841369b3f58aaa6",
        "timestamp" : 1322757036000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code.\u000a",
        "date" : "2011-12-01T17:30:36+0100",
        "id" : "7bbe18e689d62650fbbe94eec841369b3f58aaa6",
        "msg" : "Fix 96205926731aeb61a862c87974f611d814937c54 GDIUtil native code.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/windows/GDImisc.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java"
        ],
        "commitId" : "919aabb77250cb0e272dac228388592d08bf98f5",
        "timestamp" : 1322757142000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLContext fix shutdown(): Clear proc address tables and extension cache (GLContextImpl)\u000a",
        "date" : "2011-12-01T17:32:22+0100",
        "id" : "919aabb77250cb0e272dac228388592d08bf98f5",
        "msg" : "GLContext fix shutdown(): Clear proc address tables and extension cache",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java",
          "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java",
          "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java",
          "src/nativewindow/classes/javax/media/nativewindow/AbstractGraphicsDevice.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/awt/VersionApplet.java",
          "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java",
          "make/scripts/tests.sh",
          "src/nativewindow/classes/javax/media/nativewindow/x11/X11GraphicsDevice.java",
          "doc/Implementation/Lifecycle.txt",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownSharedAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownSharedNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java",
          "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java",
          "src/test/com/jogamp/opengl/test/junit/newt/TestCloseNewtAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteAWT.java"
        ],
        "commitId" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
        "timestamp" : 1322768412000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Management\u000a\u000a- Leave Platform, .. TempJarCache untouched.\u000a\u000a- GLDrawableFactoryImpl*: Leave DynamicLibraryBundle(lib-binding) untouched,\u000a  for NativeLibrary, JNILibLoaderBase (JNI libs), .. consistency.\u000a\u000a- SHARED_ONLY: shutdown shared GLDrawableFactoryImpl* resources and NativeWindowFactory\u000a\u000a- COMPLETE: additionally shutdown GLContext*\u000a            Clear all cached GL/GLX proc-address and device/context mappings.\u000a\u000a- Use new \"GLProfile.shutdown(GLProfile.ShutdownType.SHARED_ONLY)\" in Applets\u000a\u000a- X11GLXDrawableFactory Shutdown: Uncomment close/destroy of shared resources.\u000a\u000a- JAWTWindow.destroy(): Close the delegated device.\u000a  In case it's X11 this closes the exclusive opened X11 Display.\u000a",
        "date" : "2011-12-01T20:40:12+0100",
        "id" : "b6aa455d21fbcfc256ae8f8f4d66493c17e23f4c",
        "msg" : "New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownSharedNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLProfile01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/DefaultGraphicsDevice.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownSharedAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestTransformFeedbackVaryingsBug407NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/awt/VersionApplet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/jogamp/nativewindow/jawt/JAWTWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestScreenMode01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/AbstractGraphicsDevice.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/TestCloseNewtAWT.java"
          },
          {
            "editType" : "add",
            "file" : "doc/Implementation/Lifecycle.txt"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/x11/X11GraphicsDevice.java"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestShutdownCompleteAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/awt/applet/JOGLNewtApplet1Run.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLSimple01NEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}