Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 199849 Details for
Bug 352374
JavaMethodCompletionProposal#computeTriggerCharacters needs to handle CONSTRUCTOR_INVOCATION
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix Patch
352374_computeTriggerCharacters (text/plain), 1.17 KB, created by
Ian Tewksbury
on 2011-07-18 13:13:20 EDT
(
hide
)
Description:
Fix Patch
Filename:
MIME Type:
Creator:
Ian Tewksbury
Created:
2011-07-18 13:13:20 EDT
Size:
1.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.jsdt.ui >Index: src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaMethodCompletionProposal.java >=================================================================== >RCS file: /cvsroot/webtools/org.eclipse.jsdt/plugins/org.eclipse.wst.jsdt.ui/src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaMethodCompletionProposal.java,v >retrieving revision 1.4.18.1 >diff -u -r1.4.18.1 JavaMethodCompletionProposal.java >--- src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaMethodCompletionProposal.java 1 Jul 2011 22:12:13 -0000 1.4.18.1 >+++ src/org/eclipse/wst/jsdt/internal/ui/text/java/JavaMethodCompletionProposal.java 18 Jul 2011 17:12:16 -0000 >@@ -77,7 +77,9 @@ > } > > protected char[] computeTriggerCharacters() { >- if (fProposal.getKind() == CompletionProposal.METHOD_NAME_REFERENCE || fProposal.getKind() == CompletionProposal.METHOD_REF) >+ if (fProposal.getKind() == CompletionProposal.METHOD_NAME_REFERENCE || >+ fProposal.getKind() == CompletionProposal.METHOD_REF || >+ fProposal.getKind() == CompletionProposal.CONSTRUCTOR_INVOCATION) > return METHOD_NAME_TRIGGERS; > if (hasParameters()) > return METHOD_WITH_ARGUMENTS_TRIGGERS;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 352374
: 199849