[JBoss JIRA] Created: (JBIDE-8528) Refactoring a Class that is used in a context, doesn't refactor the context Type
by Ehrann Mehdan (JIRA)
Refactoring a Class that is used in a context, doesn't refactor the context Type
--------------------------------------------------------------------------------
Key: JBIDE-8528
URL: https://issues.jboss.org/browse/JBIDE-8528
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: FreeMarker
Affects Versions: 3.3.x
Environment: Windows XP,
Reporter: Ehrann Mehdan
In Freemarker 1.1.0.v20110303-1225-H55-Alpha1
Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Build id: M20110210-1200
This code will not trigger content assist when pressing ctrl+space with a context named data that has property "someValue"
<tag attribute="${data.someValue}">...
This code will (removed opening tag bracket)
tag attribute="${data.someValue}">...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBIDE-8527) Content Assist on org.w3c.Document content assist is wrong, should use the default Freemarker XML model wrapper conventions
by Ehrann Mehdan (JIRA)
Content Assist on org.w3c.Document content assist is wrong, should use the default Freemarker XML model wrapper conventions
---------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-8527
URL: https://issues.jboss.org/browse/JBIDE-8527
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: FreeMarker
Affects Versions: 3.3.x
Reporter: Ehrann Mehdan
Priority: Minor
In Freemarker 1.1.0.v20110303-1225-H55-Alpha1
Eclipse platform version: 3.6.2.r362_v20110210-9gF78Gs1FrIGnHDHWkEcopoN8AmxeZflGDGKQi
Build id: M20110210-1200
Putting a context model that includes a DOM object (org.w3c.Document) and using content assist provides the wrong content suggestions:
Instead of using the DOM object wrapper (e.g. by providing also an XSL schema or a sample XML) it produces the properties of the Document class
This requires an enhancement to the context tab, allowing to add an XSD or a sample XML to be used as a base for the correct content assist
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month
[JBoss JIRA] Created: (JBIDE-3937) Create Stress JUnit Test Suite withch is included all available JUnit tests from all components
by Denis Golovin (JIRA)
Create Stress JUnit Test Suite withch is included all available JUnit tests from all components
-----------------------------------------------------------------------------------------------
Key: JBIDE-3937
URL: https://jira.jboss.org/jira/browse/JBIDE-3937
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Build/Releng
Affects Versions: 3.0.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.1.0
Why we need this?
The Idea is in emulation a long development session. Now all tests suites are ran one by one each in its own session on clean workspace. A longest test suite takes around 15-20 minutes. Such test suite would emulate an about one hour long development session which can help to find memory leaks or other integration problems.
It should be able to start on selected JBT build. It should download last or selected version of JBT form download site and start Stress Test Suite.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 1 month