]
Mario Fusco updated JBRULES-3177:
---------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
Git Pull Request:
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: Mario Fusco
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: