]
Vu Viet Phuong reassigned GTNPORTAL-2176:
-----------------------------------------
Assignee: Vu Viet Phuong
Wrong usage of String.intern() in UIUserSelector
------------------------------------------------
Key: GTNPORTAL-2176
URL:
https://issues.jboss.org/browse/GTNPORTAL-2176
Project: GateIn Portal
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Hai Nguyen
Assignee: Vu Viet Phuong
Priority: Minor
Labels: portal-s62, synced
{code:xml}
final public static String FIELD_KEYWORD = "Quick Search".intern();
final public static String FIELD_FILTER = "filter".intern();
final public static String FIELD_GROUP = "group".intern();
{code}
we should remove the String.intern() while initializing the constants. Those String
constants do not involve in any '==' operation (where String.intern() shows its
power)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: