Bug 478104 - MIGRATED_FROM_JIRA: BeanShell creation has been moved out of the loop.
Summary: MIGRATED_FROM_JIRA: BeanShell creation has been moved out of the loop.
Keywords:
Status: CLOSED EOL
Alias: None
Product: penrose
Classification: Retired
Component: Engine
Version: 2.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Endi Sukma Dewata
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks: 471500
TreeView+ depends on / blocked
 
Reported: 2008-12-27 07:59 UTC by Chandrasekar Kannan
Modified: 2020-03-27 19:35 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:35:21 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.