[jira] [Updated] (OGNL-39) Simplify OgnlRuntime

2011-11-17 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-39: Attachment: patch-OGNL39.txt > Simplify OgnlRuntime > > > Key

[jira] [Updated] (OGNL-38) [PATCH] Use StringBuilder instead of StringBuffer, deprecate >=JDK1.5 conditionals and use CONSTANT.equals(variable).

2011-11-06 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-38: Attachment: patch-OGNL38.txt > [PATCH] Use StringBuilder instead of StringBuffer, deprecate >=JDK1

[jira] [Updated] (OGNL-35) [PATCH] Improvements to {List,Map,Array}PropertyAccessor and ASTProperty

2011-11-03 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-35: Attachment: patch-OGNL35-v2.txt > [PATCH] Improvements to {List,Map,Array}PropertyAccessor and AST

[jira] [Updated] (OGNL-35) [PATCH] Improvements to {List,Map,Array}PropertyAccessor and ASTProperty

2011-11-03 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-35: Description: * Flipped equals() everywhere where a variable is tested against a String constant. * Li

[jira] [Updated] (OGNL-37) [PATCH] Findbugs fixes

2011-11-02 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-37: Attachment: patch-OGNL37.txt > [PATCH] Findbugs fixes > -- > >

[jira] [Updated] (OGNL-36) Link "Benchmarks" on left hand navigation is broken

2011-10-31 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-36: Attachment: patch-OGNL36.txt This patch simply comments out the link to "Benchmarks" from the site.xml

[jira] [Updated] (OGNL-35) [PATCH] Improvements to {List,Map}PropertyAccessor

2011-10-29 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-35: Attachment: patch-OGNL35.txt > [PATCH] Improvements to {List,Map}PropertyAccessor > --

[jira] [Updated] (OGNL-33) [PATCH] Improvements to JJTOgnlParserState

2011-10-28 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-33: Attachment: patch-OGNL33.txt > [PATCH] Improvements to JJTOgnlParserState > --

[jira] [Updated] (OGNL-32) [PATCH] CPD fix to ASTProperty

2011-10-28 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-32: Attachment: patch-OGNL32.txt > [PATCH] CPD fix to ASTProperty > -- > >

[jira] [Updated] (OGNL-31) [PATCH] Some CPD fixes around ASTMethod and ASTStaticMethod.

2011-10-27 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-31: Attachment: patch-OGNL31-v2.txt @Maurizio Cucchiara I believe you are making reference to a different

[jira] [Updated] (OGNL-31) [PATCH] Some CPD fixes around ASTMethod and ASTStaticMethod.

2011-10-26 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-31: Attachment: patch-OGNL31.txt > [PATCH] Some CPD fixes around ASTMethod and ASTStaticMethod. >

[jira] [Updated] (OGNL-23) Class.forName() usage is malicious inside OSGi

2011-10-22 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-23: Attachment: patch-OGNL23-v2.txt Hi Simone, I have read your comments and I have had a little more tim

[jira] [Updated] (LANG-762) Handle or document ReflectionToStringBuilder and ToStringBuilder for collections that are not thread safe

2011-10-21 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated LANG-762: - Attachment: patch-LANG762.txt I tried pretty hard to try and reproduce ConcurrentModificationExcept

[jira] [Updated] (OGNL-23) Class.forName() usage is malicious inside OSGi

2011-10-21 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OGNL-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated OGNL-23: Attachment: patch-OGNL23.txt This is a patch file which I believe should satisfy the issue. All refer

[jira] [Updated] (COLLECTIONS-383) [PATCH] CollectionUtils.forAllDo(Iterator, C Closure) implementation

2011-10-17 Thread Adrian Cumiskey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Cumiskey updated COLLECTIONS-383: Attachment: patch.txt > [PATCH] CollectionUtils.forAllDo(Iterator, C Closu