Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
36
|
Estimation |
4h
|
Issue Votes (0)
Watchers (0)
Type |
New Feature
|
Priority |
Normal
|
Assignee | |
RedmineID |
36
|
Estimation |
4h
|
Current getAttribute method runs 'key' parameter through intern() method. This impacts performance and is not necessary in most cases. The task is to add a new method called: getAttributeFast(...) which works pretty much the same way as existing getAttribute(....) but does not process the 'key' through intern() method.