http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2402 *** shadow/2402 Fri Jun 29 11:33:35 2001 --- shadow/2402.tmp.2017 Fri Jun 29 11:33:36 2001 *************** *** 0 **** --- 1,25 ---- + +============================================================================+ + | GenerateEvent.m_name is always null for STARTELEMENT/ENDELEMENT | + +----------------------------------------------------------------------------+ + | Bug #: 2402 Product: XalanJ2 | + | Status: NEW Version: 2.2.x | + | Resolution: Platform: All | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: org.apache.xalan.trace | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + TestID TraceListenerTest.java r1.1 LoggingTraceListener r1.3 + Run the test then scan through the apitest.xml results file from the test (The + test should pass; it merely logs this kind of data but does not automatically + validate it yet) + Note that all type=STARTELEMENT/ENDELEMENT elements in the results file have a + 'null' value. See in LoggingTraceListener: it's merely outputting + generateEvent.m_name here, which is null. One would think it's supposed to be + the name of the element. + Apparently-fixed by sboag just now. \ No newline at end of file
