[
https://issues.jboss.org/browse/JBIDE-18754?page=com.atlassian.jira.plugi...
]
Alexey Kazakov edited comment on JBIDE-18754 at 11/19/14 5:51 PM:
------------------------------------------------------------------
[~maxandersen], could you please take a look at
https://github.com/jbosstools/jbosstools-base/pull/341
This patch will cut all class names with length > 120.
For example:
{code}
Original name (O): org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.ClassName
Reported name (R): org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.ClassName
(O):
org.xxx~.yyy~.zzz~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):
org.xxx~.yyy~.zzz~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(O):org.xx~.yy~.zz~.LoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):org.xx~.yy~.zz~.LoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(O):o~.x~.y~.z~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):o~.x~.y~.z~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(O):org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo~ame
(R):org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo~ame
{code}
I would merge it to 4.2.1 and 4.3.0. WDYT?
was (Author: akazakov):
[~maxandersen], could you please take a look at
https://github.com/jbosstools/jbosstools-base/pull/341
This patch will cut all class names with length > 120.
For example:
{code}
Original name (O): org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.ClassName
Reported name (R): org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.ClassName
(O):
org.xxx~.yyy~.zzz~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):
org.xxx~.yyy~.zzz~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(O):
org.xx~.yy~.zz~.LoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):
org.xx~.yy~.zz~.LoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(O):o~.x~.y~.z~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
(R):o~.x~.y~.z~.LooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooongClassName
org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo~ame
org.xxxxxxxxxxx.yyyyyyyyyyy.zzzzzzzzzzz.Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo~ame
{code}
I would merge it to 4.2.1 and 4.3.0. WDYT?
Usage: Too long wizard names look ugly in usage stats
-----------------------------------------------------
Key: JBIDE-18754
URL:
https://issues.jboss.org/browse/JBIDE-18754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: usage
Affects Versions: 4.2.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.2.1.CR1, 4.3.0.Alpha1
We track wizard IDs used in JBDS/JBT but some IDs can be too long (because of obfuscation
or other reasons).
Let's make such labels shorter so they won't make the GA page look ugly.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)