Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334210

Summary: [client] outline showing things as functions that aren't
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Project Inbox <e4.orion-inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 0.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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...