Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Newbie Q: JS - Unresolved types
Newbie Q: JS - Unresolved types [message #232257] Tue, 09 June 2009 03:02 Go to next message
Sheshadri Mantha is currently offline Sheshadri ManthaFriend
Messages: 8
Registered: July 2009
Junior Member
hello;
i've got JSDT core and UI of 1.0.105 & JSDT manipulation 1.0.1...

i'm getting unresolved types when i do the following:

a) create a JS project
b) add simple js file one.js whose contents are:
SArray = new Array(5);

function b() {
SArray[0] = "bob";
}
c) add another js file two.js whose contents are:
SArray[1] = "two";

function a() {
b();
}

The function call to b() is resolved ok (or at least there are no errors),
but SArray slot 1 assignment to "two" indicates an error in that SArray
cannot be resolved.

How can i make one js file be "visible" to another w/in a project ??

Project and workspace settings are standard on a clean/new install
(meaning i did not change the libraries, include path or anything)

any help is deeply appreciated.

Kindest regards,
S-
Re: Newbie Q: JS - Unresolved types [message #232564 is a reply to message #232257] Tue, 16 June 2009 00:24 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Sounds like bug 210482,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=210482 .

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Publishing failed/Resource is out of sync
Next Topic:Setting up JavaScript development environment
Goto Forum:
  


Current Time: Thu Apr 18 01:41:35 GMT 2024

Powered by FUDForum. Page generated in 0.03640 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top