Re: [Wonder-cvs] SF.net SVN: wonder:[11542] branches/Wonder_5_0_0_WebObjects_5_4_Branch/ Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ ERXLog4JConfiguration.java

David Avendasora <[email protected]> Wed, 13 Oct 2010 08:39:02 -0400
Newsgroups gmane.comp.web.webobjects.woproject.devel
Message-ID <[email protected]>
Thanks!

But isn't this a bug in JRebel? Are there any problems with making the enums public?

Dave

On Oct 13, 2010, at 8:33 AM, [email protected] wrote:

> Revision: 11542
>          http://wonder.svn.sourceforge.net/wonder/?rev=11542&view=rev
> Author:   davidleber
> Date:     2010-10-13 12:33:33 +0000 (Wed, 13 Oct 2010)
> 
> Log Message:
> -----------
> Made Enum's public to fix JRebel issue
> 
> Modified Paths:
> --------------
>    branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ERXLog4JConfiguration.java
> 
> Modified: branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ERXLog4JConfiguration.java
> ===================================================================
> --- branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ERXLog4JConfiguration.java	2010-10-13 06:33:18 UTC (rev 11541)
> +++ branches/Wonder_5_0_0_WebObjects_5_4_Branch/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/logging/ERXLog4JConfiguration.java	2010-10-13 12:33:33 UTC (rev 11542)
> @@ -39,7 +39,7 @@
>     /**
>      * A representation of the various Logger levels.
>      */
> -    protected enum LoggerLevel {
> +    public enum LoggerLevel {
>         ALL(Level.ALL, "All"),
>         TRACE(Level.TRACE, "Trace"),
>         DEBUG(Level.DEBUG, "Debug"),
> @@ -76,7 +76,7 @@
>     /**
>      * A representation of the available page sections/views.
>      */
> -    protected enum PageSection {
> +    public enum PageSection {
>         LOGGERS("Loggers", "Loggers"),
>         REPOSITORY("Repository", "Repository"),
>         APPENDERS("Appenders", "Appenders"),
> 
> 
> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
> 
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Wonder-cvs mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wonder-cvs
> 
>