globals var and method invisible

Questions and answers regarding the use of eclipse environment as seen in Servoy Developer

Re: globals var and method invisible

Postby xtsr » Mon Mar 26, 2012 11:04 am

Found it:

My type definition was wrong:

Code: Select all
/**
* @type {Object}
*
* @properties={typeid:35,uuid:"8140251F-11C6-4D4E-AC70-76B9B8A8DECD",variableType:-4}
*/
/** @type {{form:String, sql:String, parameters:Array, index:Number}} */
var g_foundset;


instead of

Code: Select all
/**
* @type {{form:String, sql:String, parameters:Array, index:Number}}
*
* @properties={typeid:35,uuid:"8140251F-11C6-4D4E-AC70-76B9B8A8DECD",variableType:-4}
*/
var g_foundset;


Now it works again :-) Thanks for your hint, found it with checking, when I first had the error and doing a diff on the local history.
xtsr
 
Posts: 101
Joined: Wed Jan 21, 2004 11:47 am

Re: globals var and method invisible

Postby jcompagner » Mon Mar 26, 2012 4:46 pm

i fixed our code a bit so that it handles those kinds of comments a bit better
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Previous

Return to Eclipse Environment

Who is online

Users browsing this forum: No registered users and 9 guests

cron