[Bug 54242] NPE in tagPlugins:ForEach

2013-01-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Sheldon Shao changed: What|Removed |Added Blocks||54314 -- You are receiving this ma

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Sheldon Shao changed: What|Removed |Added Attachment #29711|0 |1 is obsolete|

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 --- Comment #6 from Sheldon Shao --- Test case has been included. Thanks (In reply to comment #1) > The JSTL spec does indeed require that null is treated like an empty > collection. > > The patch does not include a test case. -- You ar

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 --- Comment #5 from Sheldon Shao --- Created attachment 29711 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29711&action=edit Helper class for testing purpose -- You are receiving this mail because: You are the assignee for t

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 --- Comment #4 from Sheldon Shao --- Created attachment 29710 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29710&action=edit Test case for "ForEach" -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Sheldon Shao changed: What|Removed |Added Attachment #29689|0 |1 is obsolete|

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 --- Comment #2 from Konstantin Kolinko --- I think generating an "if(itemsV != null){ }" clause around the whole iteration loop will be more effective. An iterator is a temporary object that is GC'ed. -- You are receiving this mail becau

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas

[Bug 54242] NPE in tagPlugins:ForEach

2012-12-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54242 Sheldon Shao changed: What|Removed |Added Attachment #29689|0 |1 is patch|