Support sourcepaths for lazy parsing ------------------------------------ Key: QDOX-203 URL: http://jira.codehaus.org/browse/QDOX-203 Project: QDox Issue Type: Improvement Affects Versions: 1.10.1 Reporter: Robert Scholte
Right now there are two mechanisms to locate classes: by source(tree) or by classloader. If you use a sourcetree, all these files will be parsed. If you want only 1 file to be parsed including it's transitive JavaClasses, you'll have to parse the full source tree. Let's add a mechanism where you can add sourcepaths, which won't be parsed by default but only when required (just like the classloader-mechanism). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - 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