[JBoss JIRA] (JBIDE-10222) VpeController has resource leaks
by Vitali Yemialyanchyk (Created) (JIRA)
VpeController has resource leaks
--------------------------------
Key: JBIDE-10222
URL: https://issues.jboss.org/browse/JBIDE-10222
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Visual Page Editor core
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
line 1664:
{code}
Color bckgColor = new Color(tip.getDisplay(), 255, 250, 236);
{code}
line 1701:
{code}
Color color = new Color(tipControlHeaderText.getDisplay(), 201,
51, 40);
{code}
line 1747:
{code}
Color color = new Color(tipControlHeaderText
.getDisplay(), 42, 148, 0);
{code}
VpeDropWindow has in line 52:
{code}
static final Color BACKGROUND_COLOR = new Color(null, 0xff, 0xff, 0xcd);
{code}
- generally is not a leak here, but a better way to store RGB value and create color and dispose it
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (JBIDE-9758) Seam DVD example does not work with JBoss AS 4.2
by Jaroslav Jankovič (JIRA)
Seam DVD example does not work with JBoss AS 4.2
------------------------------------------------
Key: JBIDE-9758
URL: https://issues.jboss.org/browse/JBIDE-9758
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 3.2.2.M1
Reporter: Jaroslav Jankovič
Assignee: Alexey Kazakov
Fix For: 3.2.2.M1
Seam DVD Store Example should work with JBoss AS 4.2.x as written in description of this example (JBoss EAP 4.3/JBoss AS 4.2.x). However, during deploying application on JBoss AS 4.2.3, exception is thrown and deployment fails. Deployment on JBoss EAP 4.3 passes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months