Bug 275232 - Object Literal definition is not treated as an Object
Summary: Object Literal definition is not treated as an Object
Status: RESOLVED FIXED
Alias: None
Product: JSDT
Classification: WebTools
Component: General (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.2 M1   Edit
Assignee: Chris Jaun CLA
QA Contact: Nitin Dahyabhai CLA
URL:
Whiteboard:
Keywords:
Depends on: 269055
Blocks:
  Show dependency tree
 
Reported: 2009-05-06 17:58 EDT by Nitin Dahyabhai CLA
Modified: 2010-03-03 11:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2009-05-06 17:58:24 EDT
+++ This bug was initially created as a clone of Bug #269055 +++

Build ID: WTP 3.1 m6

Steps To Reproduce:
Enter the following in the JS editor:

var s = {x:1, y:1}.

Attempt content assist at the end of the line.

Nothing shows up in content assist. We should display all the standard object methods such as toString, valueOf, etc.


More information:
Comment 1 Chris Jaun CLA 2009-06-09 11:34:15 EDT
Patch checked into 3.2 stream.