{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 805,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
            "branch" : [
              {
                "SHA1" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
            "branch" : [
              {
                "SHA1" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
                "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" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
        "branch" : [
          {
            "SHA1" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 32,
      "skipCount" : 0,
      "totalCount" : 4013,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#805",
  "duration" : 2920068,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #805",
  "id" : "2012-09-20_23-54-29",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 805,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1348178069000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/805/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java"
        ],
        "commitId" : "2ea3f82baa32ff7f25856c7e3210fb70664b49e6",
        "timestamp" : 1347942781000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "unit test, typo in doc\u000a",
        "date" : "2012-09-18T06:33:01+0200",
        "id" : "2ea3f82baa32ff7f25856c7e3210fb70664b49e6",
        "msg" : "unit test, typo in doc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-common.cfg"
        ],
        "commitId" : "3f5aac3536956e245d0e151e4915e7dd67a08b7e",
        "timestamp" : 1348127660000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix non NIO direct GL semantics: Restrict certain GL function to NIODirectOnly (again)\u000a\u000aPartially reverting commits\u000a    375ab2da54ded1f3b3d90dc21b91fc6b87c64285\u000a    45a42f7c7f7fce4e6c7eb495591c438bdf0170a2\u000a\u000aBoth commits had flaws regarding:\u000a  - GL spec: Pointer functions required passed memory pointers to persist\u000a\u000a  - JNI: Primitive arrays may change their native memory location (swap),\u000a         even if they were not GC'ed.\u000a\u000aXerxes Ranby and I discussed whether we are able to track the\u000aprimitive non direct NIO backed arrays and pinpoint them.\u000aJNI's Get*ArrayElements may be able to pinpoint, however it could result\u000ain a copy of the data, which would render this feature non performant.\u000aThe tracking itself may be another no-go, since it would add up complexity\u000aand failing to free resources would be another negative sideeffect.\u000a",
        "date" : "2012-09-20T09:54:20+0200",
        "id" : "3f5aac3536956e245d0e151e4915e7dd67a08b7e",
        "msg" : "Fix non NIO direct GL semantics: Restrict certain GL function to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-common.cfg"
        ],
        "commitId" : "3c09f42d372f89bdb41ab4cf2f96962971ad909a",
        "timestamp" : 1348127697000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are BufferObjectKind (VBO) and needs a RangeCheck as well\u000a\u000aFix glVertexAttribIPointer/glVertexAttribLPointer (Bug 612)\u000a\u000aSimilar to glVertexAttribPointer:\u000a- Mark both BufferObjectKind\u000a- Add RangeCheck to both\u000a",
        "date" : "2012-09-20T09:54:57+0200",
        "id" : "3c09f42d372f89bdb41ab4cf2f96962971ad909a",
        "msg" : "Fix Bug 612: glVertexAttribIPointer/glVertexAttribLPointer are",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLBufferStateTracker.java"
        ],
        "commitId" : "5684b94b1e7330b0008463bdee170358e9ecfa4c",
        "timestamp" : 1348140214000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Make GLBufferStateTracker more robust: Catch GLError on Get(), causes INVALID_ENUM w/ pname GL_PIXEL_UNPACK_BUFFER_BINDING on GL 3.0 Mesa 8.0.4\u000a",
        "date" : "2012-09-20T13:23:34+0200",
        "id" : "5684b94b1e7330b0008463bdee170358e9ecfa4c",
        "msg" : "Make GLBufferStateTracker more robust: Catch GLError on Get(), causes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLBufferStateTracker.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java",
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java"
        ],
        "commitId" : "55e2ff7c04aa4dc1e8838bcf23690dc9e01c0130",
        "timestamp" : 1348140355000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to increase robustness $ glReadPixels and Get NUM_SHADER_BINARY_FORMATS\u000a",
        "date" : "2012-09-20T13:25:55+0200",
        "id" : "55e2ff7c04aa4dc1e8838bcf23690dc9e01c0130",
        "msg" : "GLReadBufferUtil, ShaderUtil: Catch GLException (and dump if thrown), to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/FBObject.java"
        ],
        "commitId" : "8be507ab52506f50804d0254aeacf45e171b919e",
        "timestamp" : 1348153143000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FBObject cleanup / review: strings, simplified re-attachment, removed redundancy, adding quirk.\u000a\u000aStrings: Cleanup status strings; More verbose TextureAttachment toString()\u000a\u000aSimplified re-attachment: Using simple switch/case block to recreate renderbuffer instead of task list (duh!)\u000a\u000aRemoved redundant calls to bind(gl)\u000a\u000aAdding quirk for re-attachment: detach all 1st, then recreate. Disabled per default.\u000a",
        "date" : "2012-09-20T16:59:03+0200",
        "id" : "8be507ab52506f50804d0254aeacf45e171b919e",
        "msg" : "FBObject cleanup / review: strings, simplified re-attachment, removed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/FBObject.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java"
        ],
        "commitId" : "7da8654b49aa3ddd01fbc64a710b5efe04529381",
        "timestamp" : 1348153406000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for testing\u000a\u000aFix garbage @ swap:\u000a  Reset the front buffer _after_ swap.\u000a\u000aAdd [disabled] reset-quirk for testing:\u000a  On some OSX GPUs (old NV 7xxx only ?), reconfig/resize of FBO fails,\u000a  recreate whole FBO w/ quirk enabled.\u000a",
        "date" : "2012-09-20T17:03:26+0200",
        "id" : "7da8654b49aa3ddd01fbc64a710b5efe04529381",
        "msg" : "GLFBODrawableImpl: Fix garbage @ swap, add [disabled] reset-quirk for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLFBODrawableImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java",
          "make/stub_includes/opengl/macosx-window-system.h"
        ],
        "commitId" : "60c63acc298fd33ada43f37962d1d6c32a0359c3",
        "timestamp" : 1348166719000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split pbuffer/FBO revalidation/redraw; Don't sync @ needsDisplay\u000a\u000aSimplified pbuffer replacement:\u000a  Simply keep holding the pbuffer reference in native code\u000a  until receiving newPBuffer @ swap.\u000a  The newPBuffer will be established @draw method.\u000a  This allows removing interaction at destroy pbuffer,\u000a  which caused garbage and crash.\u000a\u000aRemove pbuffer swap garbage\u000a  See above.\u000a\u000aSplit pbuffer/FBO revalidation/redraw\u000a\u000aDon't sync @ needsDisplay\u000a  - No need to sync @ repaint command setNSOpenGLLayerNeedsDisplay*\u000a    since we use volatiles and all lifecycle action is\u000a    done @draw -> faster\u000a",
        "date" : "2012-09-20T20:45:19+0200",
        "id" : "60c63acc298fd33ada43f37962d1d6c32a0359c3",
        "msg" : "OSX CALayer / MacOSXCGLContext: Remove pbuffer swap garbage; Split",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/native/macosx/MacOSXWindowSystemInterface-calayer.m"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/opengl/macosx-window-system.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer01GLCanvasAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMRTNEWT01.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer02NewtCanvasAWT.java"
        ],
        "commitId" : "0f531ec116245b10fcb41e7b0905f240b91aa93a",
        "timestamp" : 1348166813000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests; FBOMRT: Allow test w/ only one attachment number (sure not MRT then)\u000a",
        "date" : "2012-09-20T20:46:53+0200",
        "id" : "0f531ec116245b10fcb41e7b0905f240b91aa93a",
        "msg" : "FBO tests: Add singleBuffer cmd-line option for offscreen-layered tests;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer02NewtCanvasAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestFBOMRTNEWT01.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestOffscreenLayer01GLCanvasAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java",
          "src/jogl/classes/javax/media/opengl/GLProfile.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryOffscrnCapsNEWT.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLContext.java",
          "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java",
          "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java",
          "make/scripts/tests.sh",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java",
          "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java",
          "src/jogl/classes/jogamp/opengl/GLDrawableFactoryImpl.java",
          "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLGraphicsConfigurationFactory.java"
        ],
        "commitId" : "923d9dd7f1d40db72d35ca76a761ca14babf147f",
        "timestamp" : 1348168368000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add GLRendererQuirks; Fix shared EGL/ES resources;\u000a\u000aAdd GLRendererQuirks:\u000a  - Contains centralized 'tagged' workarounds for GL renderer bugs (quirks)\u000a  - Accessible via GLContext and GLDrawableFactory\u000a  - Initialized in GLContext.setAvailability*\u000a  -\u000a\u000aSimplify GLGraphicsConfigurationUtil.fixOffscreenGLCapabilities(..) & use Quirks\u000a  - use quirks\u000a  - instead of passing booleans for each config, pass factory & device\u000a\u000aFix shared EGL/ES resources:\u000a  - GLProfile needs to initialize EGLDrawableFactory's shared resources before desktop,\u000a    so EGLDrawableFactory can use the fallback defaultDisplay & defaultSharedResource\u000a    for host mapped sharedResources (hack).\u000a\u000a  - If using defaultSharedResources for host mapped ones,\u000a    do not go through initialization cycles - simply map (sharedResource + context).\u000a\u000a  - EGLDrawableFactory: Use device's unique-key instead of connection only,\u000a    since the latter causes a collision (EGL-connection == X11-connection).\u000a",
        "date" : "2012-09-20T21:12:48+0200",
        "id" : "923d9dd7f1d40db72d35ca76a761ca14babf147f",
        "msg" : "Add GLRendererQuirks; Fix shared EGL/ES resources;",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLProfile.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLDrawableFactoryImpl.java"
          },
          {
            "editType" : "add",
            "file" : "src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGLAutoDrawableFactoryOffscrnCapsNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLDrawableFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java",
          "src/newt/classes/com/jogamp/newt/NewtFactory.java"
        ],
        "commitId" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
        "timestamp" : 1348168710000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFactory's TYPE_* strings, not NEWT's; NEWTFactory: Use default NEWT package name if rel. 'path'.\u000a\u000aUse relative sub-package names in NativeWindowFactory's TYPE_* strings, not NEWT's\u000a  Otherwise NEWT depends solely on NativeWindowFactory strings\u000a\u000a  - Default subpackages denominate a relative path, i.e. start with a dot: '.egl', '.windows', '.x11'\u000a  - Custom name may be absolute, eg: 'my.company.special.drivers.chip4'\u000a\u000aNEWTFactory: Use default NEWT package name if relative 'path'.\u000a  - If NativeWindowFactory type starts w/ dot (rel. path), simply prepend the default NEWT package prefix\u000a    otherwise use complete package name as-is.\u000a",
        "date" : "2012-09-20T21:18:30+0200",
        "id" : "48f033d61dcf6c6d6964457710f6ac273ef4fc58",
        "msg" : "NativeWindowFactory/NEWT: Use relative sub-package names in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/NativeWindowFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/NewtFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    }
  ],
  "runs" : [
    {
      "number" : 805,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/805/"
    },
    {
      "number" : 805,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/805/"
    },
    {
      "number" : 805,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/805/"
    }
  ]
}