https://issues.apache.org/bugzilla/show_bug.cgi?id=49089
Summary: ChannelData.USE_SECURE_RANDOM_FOR_UUID public static
mutable field
Product: Tomcat 7
Version: trunk
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
catalina.tribes.io.ChannelData.USE_SECURE_RANDOM_FOR_UUID is a mutable public
static field.
It's only used by an instance method, so there's no need for it to be static.
Probably no need for it to be public either; it could be a private field with a
setter - or better a final field set by the constructor.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]