[Bug 54330] Patch with some refactoring of Member.java [PATCH proposed for TC7]

2016-02-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=54330 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 54330] Patch with some refactoring of Member.java [PATCH proposed for TC7]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 --- Comment #4 from Filip Hanik --- Patch looks good to me. I like the cleanup of using the interface. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 54330] Patch with some refactoring of Member.java [PATCH proposed for TC7]

2014-04-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Christopher Schultz changed: What|Removed |Added Summary|Patch with some refactoring |Patch with some refactoring

[Bug 54330] Patch with some refactoring of Member.java

2013-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Mark Thomas changed: What|Removed |Added Component|Catalina|Cluster Hardware|Macintosh

[Bug 54330] Patch with some refactoring of Member.java

2012-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Greg Turnquist changed: What|Removed |Added OS||All --- Comment #2 from Greg Turn

[Bug 54330] Patch with some refactoring of Member.java

2012-12-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Mark Thomas changed: What|Removed |Added Attachment #29779|0 |1 is patch|

[Bug 54330] New: Patch with some refactoring of Member.java

2012-12-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54330 Bug ID: 54330 Summary: Patch with some refactoring of Member.java Product: Tomcat 8 Version: trunk Hardware: Macintosh Status: NEW Severity: enhancement

Re: Patch with some refactoring of Member.java

2012-12-18 Thread Mark Thomas
Greg Turnquist wrote: >Attached is a patch file where I went through looking for usage of >concrete >class MemberImpl, and when possible, replaced it with the interface >Member. >I added a few (maybe three) methods to the Member interface definition >to >support those changes. I ran the entire te

Patch with some refactoring of Member.java

2012-12-18 Thread Greg Turnquist
Attached is a patch file where I went through looking for usage of concrete class MemberImpl, and when possible, replaced it with the interface Member. I added a few (maybe three) methods to the Member interface definition to support those changes. I ran the entire test suite, and the only tests th