Ticket #22 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

XmlDoclet: Produces emtpy attributes

Reported by: mgriffel Owned by: amandel
Priority: major Milestone:
Component: jCoderZ-report Version: trunk
Keywords: Cc:

Description (last modified by amandel) (diff)

The XML output of the XmlDoclet produces empty attribute values. See snippet below:

<?xml version="1.0" encoding="UTF-8"?>
<javadoc>
<package name=''><doc></doc><class qualified-name='' visibility='' modifiers=''
modifier-specifier='' name='' file='' line='' column='' type='' abstract='abstract' serializable='serializable'>
<doc>Interface for the log message info data structure.
 Implementations for this type are expected to be generated from
 MessageInfo xml files. Data in here is bound to the Message and
 not to specific log events.</doc><tag file='' line='' column='' name='' kind=''
>
...

Change History

Changed 5 years ago by amandel

  • status changed from new to assigned

Changed 5 years ago by mgriffel

  • milestone 1.1 deleted

Changed 5 years ago by amandel

  • status changed from assigned to closed
  • resolution set to fixed
  • description modified (diff)

With the use of the XmlUtil? classes the encoding result was not appended to the output. Fixed with [142].

Note: See TracTickets for help on using tickets.