Issue Type: Bug Bug
Assignee: Unassigned
Components: Java API
Created: 30/Dec/12 4:41 AM
Description:

I'm having an issue with QDox that I'm parsing a Java source file to a JavaClass object and write it back to file again by using the JavaSource class. Maybe I'm doing this in a wrong way but I cant find any code that gives me the feeling that I am.

In short, the case is:

JavaDocBuilder builder = new JavaDocBuilder();
builder.addSource(new File("MyClass.java"));
JavaClass clazz = builder.getClassByName("MyClass");
String javaSource = clazz.getSource().toString();

My feeling is that this should be processed in the writeBody methods of all AbstractJavaEntity classes.

I'm not sure it this is the way to report an issue/feature. So my apologies in case it's not.

Project: QDox
Priority: Major Major
Reporter: Rob Sonke
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to