Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334210 - [client] outline showing things as functions that aren't
Summary: [client] outline showing things as functions that aren't
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Orion
Classification: ECD
Component: Client (show other bugs)
Version: 0.2   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 23:49 EST by Susan McCourt CLA
Modified: 2011-08-30 10:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Susan McCourt CLA 2011-01-12 23:49:54 EST
0.2-M4
Firefox 3.6.12

Steps:
1) Link org.eclipse.e4.webide to EclipseWeb workspace
2) Go to static/js in the linked folder and click on auth.js

This is what I see:

handleGetAuthenticationError(xhrArgs,ioArgs)
ioArgs()
handleGetAuthenticationError(xhrArgs,ioArgs,cb,eb)
ioArgs()
handlePostAuthenticationError(xhrArgs,ioArgs)
ioArgs()
handleDeleteAuthenticationError(xhrArgs,ioArgs)
ioArgs()
handlePutAuthenticationError(xhrArgs,ioArgs)
ioArgs()
handleAuthenticationError(ioArgs,channelListener)
/auth(message)
/auth(message)


ioArgs and /auth in auth.js are incorrectly recognized as methods. probably because they are followed by the 'function' keyword in the code.

Susan:  I think this is jslint
Comment 1 Simon Kaegi CLA 2011-06-20 22:15:13 EDT
This is JSLint not our outliner framework. Nothing stopping us from looking for a better outliner implememtation...