[JBoss JIRA] Created: (JBIDE-6285) Don't invoke code assist automaticly if user inserts <tag></tag>.
by Alexey Kazakov (JIRA)
Don't invoke code assist automaticly if user inserts <tag></tag>.
-----------------------------------------------------------------
Key: JBIDE-6285
URL: https://jira.jboss.org/jira/browse/JBIDE-6285
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 3.1.0.GA
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.2.next
If user press Ctrl+Space and insert any tag like:
<tag attribute="|" /> then CA invokes automaticly for attribute="|". It's ok.
For <tag | /> it's ok too.
But for <tag>|</tag> it's not ok. Let's just insert a proposal and if cursor placed between inserted tags then don't invoke CA automaticly again. It's not convinient here because in most cases user will want to press Enter after <tag>| but CA automaticly will insert first proposal in this case.
--
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
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6259) Add an option to Preferences to disable/enable code completion for getteres and setters in EL.
by Alexey Kazakov (JIRA)
Add an option to Preferences to disable/enable code completion for getteres and setters in EL.
----------------------------------------------------------------------------------------------
Key: JBIDE-6259
URL: https://jira.jboss.org/jira/browse/JBIDE-6259
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, jsp/jsf/xml source editing
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Fix For: 3.2.next
Now we show properties as well as corresponding getters and setters.
For example if we have
public String name;
public String getName(){...}
public void setName(String name){...}
we suggest #{name|getName()|setName()}
Let's add it to preferences and user will be albe to enable getteres setters in CA. I think by defualt it whould be disabled because it's not useful in most cases. EL validator should recognize such methods even if CA for them is disabled.
Also if we have some method (not setter or getter) we include two proposals: method, method(). Let's have the only method() in CA. Validator should recognize both.
--
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
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6700) [tester] details section label names in UI should be consistent
by Lukas Jungmann (JIRA)
[tester] details section label names in UI should be consistent
---------------------------------------------------------------
Key: JBIDE-6700
URL: https://jira.jboss.org/browse/JBIDE-6700
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M2
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Priority: Minor
-open a WS tester view
=>
Request Details section label are: "Headers", "Parameters", "Body Text"
Response Details section label are: "Response Headers", "Response Body"
it would be better to use same labels in both sections, ie:
"Request Headers", "Request Parameters", "Request Body" and "Response Headers", "Response Body"
or
"Headers", "Parameters", "Body Text" and "Headers", "Body Text"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6495) Generated ws impl class for ws from wsdl should not contain @WebService.name
by Lukas Jungmann (JIRA)
Generated ws impl class for ws from wsdl should not contain @WebService.name
----------------------------------------------------------------------------
Key: JBIDE-6495
URL: https://jira.jboss.org/browse/JBIDE-6495
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
>From JSR-181, section 3.1:
"The implementation bean MAY reference a service endpoint interface by using
the @WebService.endpointInterface annotation. If the implementation bean
references a service endpoint interface, it MUST implement all the methods on
the service endpoint interface. If the implementation bean references a service
endpoint interface, that service endpoint interface is used to determine the abstract
WSDL contract (portType and bindings). In this case, the service implementation
bean MUST NOT include any JSR-181 annotations other than @WebService
and @HandlerChain. In addition, the @WebService annotation MUST NOT
include the name annotation element. More information on the
@WebService.endpointInterface annotation element may be found in 4.1
Annotation: javax.jws.WebService."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months