Advertisement
ggregory

Log4j 2.0 Even JSON example mixed [c|C]amelCase

May 14th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. {
  3.   "timeMillis": 1,
  4.   "thread": "MyThreadName",
  5.   "level": "DEBUG",
  6.   "loggerName": "a.B",
  7.   "Marker": {
  8.     "name": "Marker1",
  9.     "Parents": [{
  10.       "name": "ParentMarker1",
  11.       "Parents": [{
  12.         "name": "GrandMotherMarker"
  13.       }, {
  14.         "name": "GrandFatherMarker"
  15.       }]
  16.     }, {
  17.       "name": "GrandFatherMarker"
  18.     }]
  19.   },
  20.   "message": "Msg",
  21.   "ContextMap": [{
  22.     "key": "MDC.B",
  23.     "value": "B_Value"
  24.   }, {
  25.     "key": "MDC.A",
  26.     "value": "A_Value"
  27.   }],
  28.   "ContextStack": ["stack_msg1", "stack_msg2"],
  29.   "loggerFQCN": "f.q.c.n",
  30.   "Source": {
  31.     "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  32.     "method": "createLogEvent",
  33.     "file": "LogEventFixtures.java",
  34.     "line": 54
  35.   },
  36.   "endOfBatch": false,
  37.   "Thrown": {
  38.     "Cause": {
  39.       "commonElementCount": 27,
  40.       "extendedStackTrace": [{
  41.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  42.         "method": "createLogEvent",
  43.         "file": "LogEventFixtures.java",
  44.         "line": 53,
  45.         "exact": false,
  46.         "location": "test-classes/",
  47.         "version": "?"
  48.       }],
  49.       "localizedMessage": "testNPEx",
  50.       "message": "testNPEx",
  51.       "name": "java.lang.NullPointerException"
  52.     },
  53.     "commonElementCount": 0,
  54.     "extendedStackTrace": [{
  55.       "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  56.       "method": "createLogEvent",
  57.       "file": "LogEventFixtures.java",
  58.       "line": 56,
  59.       "exact": true,
  60.       "location": "test-classes/",
  61.       "version": "?"
  62.     }, {
  63.       "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  64.       "method": "testAllFeatures",
  65.       "file": "JSONLayoutTest.java",
  66.       "line": 105,
  67.       "exact": true,
  68.       "location": "test-classes/",
  69.       "version": "?"
  70.     }, {
  71.       "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  72.       "method": "testLocationOnCompactOnMdcOn",
  73.       "file": "JSONLayoutTest.java",
  74.       "line": 269,
  75.       "exact": true,
  76.       "location": "test-classes/",
  77.       "version": "?"
  78.     }, {
  79.       "class": "sun.reflect.NativeMethodAccessorImpl",
  80.       "method": "invoke",
  81.       "line": -1,
  82.       "exact": false,
  83.       "location": "?",
  84.       "version": "1.7.0_55"
  85.     }, {
  86.       "class": "sun.reflect.NativeMethodAccessorImpl",
  87.       "method": "invoke",
  88.       "line": -1,
  89.       "exact": false,
  90.       "location": "?",
  91.       "version": "1.7.0_55"
  92.     }, {
  93.       "class": "sun.reflect.DelegatingMethodAccessorImpl",
  94.       "method": "invoke",
  95.       "line": -1,
  96.       "exact": false,
  97.       "location": "?",
  98.       "version": "1.7.0_55"
  99.     }, {
  100.       "class": "java.lang.reflect.Method",
  101.       "method": "invoke",
  102.       "line": -1,
  103.       "exact": false,
  104.       "location": "?",
  105.       "version": "1.7.0_55"
  106.     }, {
  107.       "class": "org.junit.runners.model.FrameworkMethod$1",
  108.       "method": "runReflectiveCall",
  109.       "file": "FrameworkMethod.java",
  110.       "line": 47,
  111.       "exact": true,
  112.       "location": "junit-4.11.jar",
  113.       "version": "?"
  114.     }, {
  115.       "class": "org.junit.internal.runners.model.ReflectiveCallable",
  116.       "method": "run",
  117.       "file": "ReflectiveCallable.java",
  118.       "line": 12,
  119.       "exact": true,
  120.       "location": "junit-4.11.jar",
  121.       "version": "?"
  122.     }, {
  123.       "class": "org.junit.runners.model.FrameworkMethod",
  124.       "method": "invokeExplosively",
  125.       "file": "FrameworkMethod.java",
  126.       "line": 44,
  127.       "exact": true,
  128.       "location": "junit-4.11.jar",
  129.       "version": "?"
  130.     }, {
  131.       "class": "org.junit.internal.runners.statements.InvokeMethod",
  132.       "method": "evaluate",
  133.       "file": "InvokeMethod.java",
  134.       "line": 17,
  135.       "exact": true,
  136.       "location": "junit-4.11.jar",
  137.       "version": "?"
  138.     }, {
  139.       "class": "org.junit.runners.ParentRunner",
  140.       "method": "runLeaf",
  141.       "file": "ParentRunner.java",
  142.       "line": 271,
  143.       "exact": true,
  144.       "location": "junit-4.11.jar",
  145.       "version": "?"
  146.     }, {
  147.       "class": "org.junit.runners.BlockJUnit4ClassRunner",
  148.       "method": "runChild",
  149.       "file": "BlockJUnit4ClassRunner.java",
  150.       "line": 70,
  151.       "exact": true,
  152.       "location": "junit-4.11.jar",
  153.       "version": "?"
  154.     }, {
  155.       "class": "org.junit.runners.BlockJUnit4ClassRunner",
  156.       "method": "runChild",
  157.       "file": "BlockJUnit4ClassRunner.java",
  158.       "line": 50,
  159.       "exact": true,
  160.       "location": "junit-4.11.jar",
  161.       "version": "?"
  162.     }, {
  163.       "class": "org.junit.runners.ParentRunner$3",
  164.       "method": "run",
  165.       "file": "ParentRunner.java",
  166.       "line": 238,
  167.       "exact": true,
  168.       "location": "junit-4.11.jar",
  169.       "version": "?"
  170.     }, {
  171.       "class": "org.junit.runners.ParentRunner$1",
  172.       "method": "schedule",
  173.       "file": "ParentRunner.java",
  174.       "line": 63,
  175.       "exact": true,
  176.       "location": "junit-4.11.jar",
  177.       "version": "?"
  178.     }, {
  179.       "class": "org.junit.runners.ParentRunner",
  180.       "method": "runChildren",
  181.       "file": "ParentRunner.java",
  182.       "line": 236,
  183.       "exact": true,
  184.       "location": "junit-4.11.jar",
  185.       "version": "?"
  186.     }, {
  187.       "class": "org.junit.runners.ParentRunner",
  188.       "method": "access$000",
  189.       "file": "ParentRunner.java",
  190.       "line": 53,
  191.       "exact": true,
  192.       "location": "junit-4.11.jar",
  193.       "version": "?"
  194.     }, {
  195.       "class": "org.junit.runners.ParentRunner$2",
  196.       "method": "evaluate",
  197.       "file": "ParentRunner.java",
  198.       "line": 229,
  199.       "exact": true,
  200.       "location": "junit-4.11.jar",
  201.       "version": "?"
  202.     }, {
  203.       "class": "org.junit.internal.runners.statements.RunBefores",
  204.       "method": "evaluate",
  205.       "file": "RunBefores.java",
  206.       "line": 26,
  207.       "exact": true,
  208.       "location": "junit-4.11.jar",
  209.       "version": "?"
  210.     }, {
  211.       "class": "org.junit.internal.runners.statements.RunAfters",
  212.       "method": "evaluate",
  213.       "file": "RunAfters.java",
  214.       "line": 27,
  215.       "exact": true,
  216.       "location": "junit-4.11.jar",
  217.       "version": "?"
  218.     }, {
  219.       "class": "org.junit.runners.ParentRunner",
  220.       "method": "run",
  221.       "file": "ParentRunner.java",
  222.       "line": 309,
  223.       "exact": true,
  224.       "location": "junit-4.11.jar",
  225.       "version": "?"
  226.     }, {
  227.       "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  228.       "method": "run",
  229.       "file": "JUnit4TestReference.java",
  230.       "line": 50,
  231.       "exact": true,
  232.       "location": ".cp/",
  233.       "version": "?"
  234.     }, {
  235.       "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  236.       "method": "run",
  237.       "file": "TestExecution.java",
  238.       "line": 38,
  239.       "exact": true,
  240.       "location": ".cp/",
  241.       "version": "?"
  242.     }, {
  243.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  244.       "method": "runTests",
  245.       "file": "RemoteTestRunner.java",
  246.       "line": 467,
  247.       "exact": true,
  248.       "location": ".cp/",
  249.       "version": "?"
  250.     }, {
  251.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  252.       "method": "runTests",
  253.       "file": "RemoteTestRunner.java",
  254.       "line": 683,
  255.       "exact": true,
  256.       "location": ".cp/",
  257.       "version": "?"
  258.     }, {
  259.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  260.       "method": "run",
  261.       "file": "RemoteTestRunner.java",
  262.       "line": 390,
  263.       "exact": true,
  264.       "location": ".cp/",
  265.       "version": "?"
  266.     }, {
  267.       "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  268.       "method": "main",
  269.       "file": "RemoteTestRunner.java",
  270.       "line": 197,
  271.       "exact": true,
  272.       "location": ".cp/",
  273.       "version": "?"
  274.     }],
  275.     "localizedMessage": "testIOEx",
  276.     "message": "testIOEx",
  277.     "name": "java.io.IOException",
  278.     "Suppressed": [{
  279.       "commonElementCount": 0,
  280.       "extendedStackTrace": [{
  281.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  282.         "method": "createLogEvent",
  283.         "file": "LogEventFixtures.java",
  284.         "line": 57,
  285.         "exact": true,
  286.         "location": "test-classes/",
  287.         "version": "?"
  288.       }, {
  289.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  290.         "method": "testAllFeatures",
  291.         "file": "JSONLayoutTest.java",
  292.         "line": 105,
  293.         "exact": true,
  294.         "location": "test-classes/",
  295.         "version": "?"
  296.       }, {
  297.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  298.         "method": "testLocationOnCompactOnMdcOn",
  299.         "file": "JSONLayoutTest.java",
  300.         "line": 269,
  301.         "exact": true,
  302.         "location": "test-classes/",
  303.         "version": "?"
  304.       }, {
  305.         "class": "sun.reflect.NativeMethodAccessorImpl",
  306.         "method": "invoke",
  307.         "line": -1,
  308.         "exact": false,
  309.         "location": "?",
  310.         "version": "1.7.0_55"
  311.       }, {
  312.         "class": "sun.reflect.NativeMethodAccessorImpl",
  313.         "method": "invoke",
  314.         "line": -1,
  315.         "exact": false,
  316.         "location": "?",
  317.         "version": "1.7.0_55"
  318.       }, {
  319.         "class": "sun.reflect.DelegatingMethodAccessorImpl",
  320.         "method": "invoke",
  321.         "line": -1,
  322.         "exact": false,
  323.         "location": "?",
  324.         "version": "1.7.0_55"
  325.       }, {
  326.         "class": "java.lang.reflect.Method",
  327.         "method": "invoke",
  328.         "line": -1,
  329.         "exact": false,
  330.         "location": "?",
  331.         "version": "1.7.0_55"
  332.       }, {
  333.         "class": "org.junit.runners.model.FrameworkMethod$1",
  334.         "method": "runReflectiveCall",
  335.         "file": "FrameworkMethod.java",
  336.         "line": 47,
  337.         "exact": true,
  338.         "location": "junit-4.11.jar",
  339.         "version": "?"
  340.       }, {
  341.         "class": "org.junit.internal.runners.model.ReflectiveCallable",
  342.         "method": "run",
  343.         "file": "ReflectiveCallable.java",
  344.         "line": 12,
  345.         "exact": true,
  346.         "location": "junit-4.11.jar",
  347.         "version": "?"
  348.       }, {
  349.         "class": "org.junit.runners.model.FrameworkMethod",
  350.         "method": "invokeExplosively",
  351.         "file": "FrameworkMethod.java",
  352.         "line": 44,
  353.         "exact": true,
  354.         "location": "junit-4.11.jar",
  355.         "version": "?"
  356.       }, {
  357.         "class": "org.junit.internal.runners.statements.InvokeMethod",
  358.         "method": "evaluate",
  359.         "file": "InvokeMethod.java",
  360.         "line": 17,
  361.         "exact": true,
  362.         "location": "junit-4.11.jar",
  363.         "version": "?"
  364.       }, {
  365.         "class": "org.junit.runners.ParentRunner",
  366.         "method": "runLeaf",
  367.         "file": "ParentRunner.java",
  368.         "line": 271,
  369.         "exact": true,
  370.         "location": "junit-4.11.jar",
  371.         "version": "?"
  372.       }, {
  373.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  374.         "method": "runChild",
  375.         "file": "BlockJUnit4ClassRunner.java",
  376.         "line": 70,
  377.         "exact": true,
  378.         "location": "junit-4.11.jar",
  379.         "version": "?"
  380.       }, {
  381.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  382.         "method": "runChild",
  383.         "file": "BlockJUnit4ClassRunner.java",
  384.         "line": 50,
  385.         "exact": true,
  386.         "location": "junit-4.11.jar",
  387.         "version": "?"
  388.       }, {
  389.         "class": "org.junit.runners.ParentRunner$3",
  390.         "method": "run",
  391.         "file": "ParentRunner.java",
  392.         "line": 238,
  393.         "exact": true,
  394.         "location": "junit-4.11.jar",
  395.         "version": "?"
  396.       }, {
  397.         "class": "org.junit.runners.ParentRunner$1",
  398.         "method": "schedule",
  399.         "file": "ParentRunner.java",
  400.         "line": 63,
  401.         "exact": true,
  402.         "location": "junit-4.11.jar",
  403.         "version": "?"
  404.       }, {
  405.         "class": "org.junit.runners.ParentRunner",
  406.         "method": "runChildren",
  407.         "file": "ParentRunner.java",
  408.         "line": 236,
  409.         "exact": true,
  410.         "location": "junit-4.11.jar",
  411.         "version": "?"
  412.       }, {
  413.         "class": "org.junit.runners.ParentRunner",
  414.         "method": "access$000",
  415.         "file": "ParentRunner.java",
  416.         "line": 53,
  417.         "exact": true,
  418.         "location": "junit-4.11.jar",
  419.         "version": "?"
  420.       }, {
  421.         "class": "org.junit.runners.ParentRunner$2",
  422.         "method": "evaluate",
  423.         "file": "ParentRunner.java",
  424.         "line": 229,
  425.         "exact": true,
  426.         "location": "junit-4.11.jar",
  427.         "version": "?"
  428.       }, {
  429.         "class": "org.junit.internal.runners.statements.RunBefores",
  430.         "method": "evaluate",
  431.         "file": "RunBefores.java",
  432.         "line": 26,
  433.         "exact": true,
  434.         "location": "junit-4.11.jar",
  435.         "version": "?"
  436.       }, {
  437.         "class": "org.junit.internal.runners.statements.RunAfters",
  438.         "method": "evaluate",
  439.         "file": "RunAfters.java",
  440.         "line": 27,
  441.         "exact": true,
  442.         "location": "junit-4.11.jar",
  443.         "version": "?"
  444.       }, {
  445.         "class": "org.junit.runners.ParentRunner",
  446.         "method": "run",
  447.         "file": "ParentRunner.java",
  448.         "line": 309,
  449.         "exact": true,
  450.         "location": "junit-4.11.jar",
  451.         "version": "?"
  452.       }, {
  453.         "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  454.         "method": "run",
  455.         "file": "JUnit4TestReference.java",
  456.         "line": 50,
  457.         "exact": true,
  458.         "location": ".cp/",
  459.         "version": "?"
  460.       }, {
  461.         "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  462.         "method": "run",
  463.         "file": "TestExecution.java",
  464.         "line": 38,
  465.         "exact": true,
  466.         "location": ".cp/",
  467.         "version": "?"
  468.       }, {
  469.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  470.         "method": "runTests",
  471.         "file": "RemoteTestRunner.java",
  472.         "line": 467,
  473.         "exact": true,
  474.         "location": ".cp/",
  475.         "version": "?"
  476.       }, {
  477.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  478.         "method": "runTests",
  479.         "file": "RemoteTestRunner.java",
  480.         "line": 683,
  481.         "exact": true,
  482.         "location": ".cp/",
  483.         "version": "?"
  484.       }, {
  485.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  486.         "method": "run",
  487.         "file": "RemoteTestRunner.java",
  488.         "line": 390,
  489.         "exact": true,
  490.         "location": ".cp/",
  491.         "version": "?"
  492.       }, {
  493.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  494.         "method": "main",
  495.         "file": "RemoteTestRunner.java",
  496.         "line": 197,
  497.         "exact": true,
  498.         "location": ".cp/",
  499.         "version": "?"
  500.       }],
  501.       "localizedMessage": "I am suppressed exception 1",
  502.       "message": "I am suppressed exception 1",
  503.       "name": "java.lang.IndexOutOfBoundsException"
  504.     }, {
  505.       "commonElementCount": 0,
  506.       "extendedStackTrace": [{
  507.         "class": "org.apache.logging.log4j.core.layout.LogEventFixtures",
  508.         "method": "createLogEvent",
  509.         "file": "LogEventFixtures.java",
  510.         "line": 58,
  511.         "exact": true,
  512.         "location": "test-classes/",
  513.         "version": "?"
  514.       }, {
  515.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  516.         "method": "testAllFeatures",
  517.         "file": "JSONLayoutTest.java",
  518.         "line": 105,
  519.         "exact": true,
  520.         "location": "test-classes/",
  521.         "version": "?"
  522.       }, {
  523.         "class": "org.apache.logging.log4j.core.layout.JSONLayoutTest",
  524.         "method": "testLocationOnCompactOnMdcOn",
  525.         "file": "JSONLayoutTest.java",
  526.         "line": 269,
  527.         "exact": true,
  528.         "location": "test-classes/",
  529.         "version": "?"
  530.       }, {
  531.         "class": "sun.reflect.NativeMethodAccessorImpl",
  532.         "method": "invoke",
  533.         "line": -1,
  534.         "exact": false,
  535.         "location": "?",
  536.         "version": "1.7.0_55"
  537.       }, {
  538.         "class": "sun.reflect.NativeMethodAccessorImpl",
  539.         "method": "invoke",
  540.         "line": -1,
  541.         "exact": false,
  542.         "location": "?",
  543.         "version": "1.7.0_55"
  544.       }, {
  545.         "class": "sun.reflect.DelegatingMethodAccessorImpl",
  546.         "method": "invoke",
  547.         "line": -1,
  548.         "exact": false,
  549.         "location": "?",
  550.         "version": "1.7.0_55"
  551.       }, {
  552.         "class": "java.lang.reflect.Method",
  553.         "method": "invoke",
  554.         "line": -1,
  555.         "exact": false,
  556.         "location": "?",
  557.         "version": "1.7.0_55"
  558.       }, {
  559.         "class": "org.junit.runners.model.FrameworkMethod$1",
  560.         "method": "runReflectiveCall",
  561.         "file": "FrameworkMethod.java",
  562.         "line": 47,
  563.         "exact": true,
  564.         "location": "junit-4.11.jar",
  565.         "version": "?"
  566.       }, {
  567.         "class": "org.junit.internal.runners.model.ReflectiveCallable",
  568.         "method": "run",
  569.         "file": "ReflectiveCallable.java",
  570.         "line": 12,
  571.         "exact": true,
  572.         "location": "junit-4.11.jar",
  573.         "version": "?"
  574.       }, {
  575.         "class": "org.junit.runners.model.FrameworkMethod",
  576.         "method": "invokeExplosively",
  577.         "file": "FrameworkMethod.java",
  578.         "line": 44,
  579.         "exact": true,
  580.         "location": "junit-4.11.jar",
  581.         "version": "?"
  582.       }, {
  583.         "class": "org.junit.internal.runners.statements.InvokeMethod",
  584.         "method": "evaluate",
  585.         "file": "InvokeMethod.java",
  586.         "line": 17,
  587.         "exact": true,
  588.         "location": "junit-4.11.jar",
  589.         "version": "?"
  590.       }, {
  591.         "class": "org.junit.runners.ParentRunner",
  592.         "method": "runLeaf",
  593.         "file": "ParentRunner.java",
  594.         "line": 271,
  595.         "exact": true,
  596.         "location": "junit-4.11.jar",
  597.         "version": "?"
  598.       }, {
  599.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  600.         "method": "runChild",
  601.         "file": "BlockJUnit4ClassRunner.java",
  602.         "line": 70,
  603.         "exact": true,
  604.         "location": "junit-4.11.jar",
  605.         "version": "?"
  606.       }, {
  607.         "class": "org.junit.runners.BlockJUnit4ClassRunner",
  608.         "method": "runChild",
  609.         "file": "BlockJUnit4ClassRunner.java",
  610.         "line": 50,
  611.         "exact": true,
  612.         "location": "junit-4.11.jar",
  613.         "version": "?"
  614.       }, {
  615.         "class": "org.junit.runners.ParentRunner$3",
  616.         "method": "run",
  617.         "file": "ParentRunner.java",
  618.         "line": 238,
  619.         "exact": true,
  620.         "location": "junit-4.11.jar",
  621.         "version": "?"
  622.       }, {
  623.         "class": "org.junit.runners.ParentRunner$1",
  624.         "method": "schedule",
  625.         "file": "ParentRunner.java",
  626.         "line": 63,
  627.         "exact": true,
  628.         "location": "junit-4.11.jar",
  629.         "version": "?"
  630.       }, {
  631.         "class": "org.junit.runners.ParentRunner",
  632.         "method": "runChildren",
  633.         "file": "ParentRunner.java",
  634.         "line": 236,
  635.         "exact": true,
  636.         "location": "junit-4.11.jar",
  637.         "version": "?"
  638.       }, {
  639.         "class": "org.junit.runners.ParentRunner",
  640.         "method": "access$000",
  641.         "file": "ParentRunner.java",
  642.         "line": 53,
  643.         "exact": true,
  644.         "location": "junit-4.11.jar",
  645.         "version": "?"
  646.       }, {
  647.         "class": "org.junit.runners.ParentRunner$2",
  648.         "method": "evaluate",
  649.         "file": "ParentRunner.java",
  650.         "line": 229,
  651.         "exact": true,
  652.         "location": "junit-4.11.jar",
  653.         "version": "?"
  654.       }, {
  655.         "class": "org.junit.internal.runners.statements.RunBefores",
  656.         "method": "evaluate",
  657.         "file": "RunBefores.java",
  658.         "line": 26,
  659.         "exact": true,
  660.         "location": "junit-4.11.jar",
  661.         "version": "?"
  662.       }, {
  663.         "class": "org.junit.internal.runners.statements.RunAfters",
  664.         "method": "evaluate",
  665.         "file": "RunAfters.java",
  666.         "line": 27,
  667.         "exact": true,
  668.         "location": "junit-4.11.jar",
  669.         "version": "?"
  670.       }, {
  671.         "class": "org.junit.runners.ParentRunner",
  672.         "method": "run",
  673.         "file": "ParentRunner.java",
  674.         "line": 309,
  675.         "exact": true,
  676.         "location": "junit-4.11.jar",
  677.         "version": "?"
  678.       }, {
  679.         "class": "org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference",
  680.         "method": "run",
  681.         "file": "JUnit4TestReference.java",
  682.         "line": 50,
  683.         "exact": true,
  684.         "location": ".cp/",
  685.         "version": "?"
  686.       }, {
  687.         "class": "org.eclipse.jdt.internal.junit.runner.TestExecution",
  688.         "method": "run",
  689.         "file": "TestExecution.java",
  690.         "line": 38,
  691.         "exact": true,
  692.         "location": ".cp/",
  693.         "version": "?"
  694.       }, {
  695.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  696.         "method": "runTests",
  697.         "file": "RemoteTestRunner.java",
  698.         "line": 467,
  699.         "exact": true,
  700.         "location": ".cp/",
  701.         "version": "?"
  702.       }, {
  703.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  704.         "method": "runTests",
  705.         "file": "RemoteTestRunner.java",
  706.         "line": 683,
  707.         "exact": true,
  708.         "location": ".cp/",
  709.         "version": "?"
  710.       }, {
  711.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  712.         "method": "run",
  713.         "file": "RemoteTestRunner.java",
  714.         "line": 390,
  715.         "exact": true,
  716.         "location": ".cp/",
  717.         "version": "?"
  718.       }, {
  719.         "class": "org.eclipse.jdt.internal.junit.runner.RemoteTestRunner",
  720.         "method": "main",
  721.         "file": "RemoteTestRunner.java",
  722.         "line": 197,
  723.         "exact": true,
  724.         "location": ".cp/",
  725.         "version": "?"
  726.       }],
  727.       "localizedMessage": "I am suppressed exception 2",
  728.       "message": "I am suppressed exception 2",
  729.       "name": "java.lang.IndexOutOfBoundsException"
  730.     }]
  731.   }
  732. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement