[jboss-jira] [JBoss JIRA] Created: (JBRULES-3177) Performance optimization: open a stream only once in EclipseJavaCompiler.findType()
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Tue Aug 16 11:04:17 EDT 2011
Performance optimization: open a stream only once in EclipseJavaCompiler.findType()
-----------------------------------------------------------------------------------
Key: JBRULES-3177
URL: https://issues.jboss.org/browse/JBRULES-3177
Project: Drools
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: drools-compiler
Reporter: Mario Fusco
Assignee: Mark Proctor
Priority: Minor
At the moment EclipseJavaCompiler opens (and closes) the same stream twice in the findType() method: first by invoking isPackage() method and then in findType() itself. It makes sense to open that stream only once for performance reasons.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list