Bug 478104

Summary: MIGRATED_FROM_JIRA: BeanShell creation has been moved out of the loop.
Product: [Retired] penrose Reporter: Chandrasekar Kannan <ckannan>
Component: EngineAssignee: Endi Sukma Dewata <edewata>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 2.0CC: benl, nmalki, ykaul
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:35:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 471500    

Description Chandrasekar Kannan 2008-12-27 07:59:33 UTC
BeanShell creation has been moved out of the loop. It still creates new instances in each operation, but only a few and it will reuse the instances when processing multiple entries.


Additional Comments From jimyang dated Mon Nov 14 14:02:41 CST 2005 
Please download and test the following build.. 

 http://builds.safehaus.org/penrose/nightly/penrose-2005-11-14.3/



=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {
                              'name' => 'Engine',
                              'id' => '10009'
                            }
                          ],
          'reporter' => 'jimyang',
          'key' => 'PENROSE-115',
          'assignee' => 'jimyang',
          'summary' => 'BeanShell creation has been moved out of the loop.',
          'id' => '10317',
          'updated' => '2005-11-14 14:02:41.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2005-12-05 00:00:00.0',
                             'sequence' => '8',
                             'name' => 'Penrose-0.9.8',
                             'released' => 'true',
                             'id' => '10034',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [],
          'description' => 'BeanShell creation has been moved out of the loop. It still creates new instances in each operation, but only a few and it will reuse the instances when processing multiple entries.

',
          'created' => '2005-11-14 14:02:10.0',
          'resolution' => '1',
          'type' => '4'
        };


=========================================================

Comment 1 Chandrasekar Kannan 2008-12-27 07:59:36 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-115