Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 95698 - [typing] automatically close strings does not work after 'return'
Summary: [typing] automatically close strings does not work after 'return'
Status: RESOLVED DUPLICATE of bug 94245
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 23:10 EDT by Bryan Hunt CLA
Modified: 2005-05-18 05:14 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Hunt CLA 2005-05-17 23:10:27 EDT
Eclipse 3.1 M7

I have automatically close strings turned on, but it doesn't work - typing " does not give you ""
Comment 1 Bryan Hunt CLA 2005-05-17 23:12:43 EDT
Well, sometimes it works and sometimes it doesn't.  I'll try to figure out exactly when it doesn't work.
Comment 2 Bryan Hunt CLA 2005-05-17 23:15:05 EDT
Here is a case that is reproducible

public String foo()
{
  return "
}

I'll add more cases as I find them
Comment 3 Tom Hofmann CLA 2005-05-18 05:14:33 EDT

*** This bug has been marked as a duplicate of 94245 ***