Tentative IP Log for webtools.jsdt

This tentative IP Log is generated dynamically from automatically collected project information. This information has not been vetted for accuracy by the Eclipse Foundation and may not represent the true state of the IP of this project(s). Please refer to the official approved IP Log(s) associated with the official release(s) of this project(s) for more information.

Licenses

  • Eclipse Public License v1.0

Third-Party Code

Pre-Req Dependencies

CQThird-Party CodeLicenseUse
3811Mozilla Rhino Version: 1.7 R2 (ATO CQ3530) (using Orbit CQ3539)New BSD license, Mozilla Public License 1.1 (MPL)unmodified source & binary
6737Mozilla Rhino Version: 1.7R4Mozilla Public License 2.0 (MPL), New BSD licenseunmodified source & binary

Exempt Pre-Req and Works With Dependencies

No Exempt Pre-Req or Works With dependencies

Committers

Past and Present Active
Name Organization  
Nitin Dahyabhai IBM
Grant Gayed IBM
Christopher Jaun IBM
Simon Kaegi IBM
Michael Rennie IBM

Contributors and Their Contributions

Ref Size Description
Chris Jaun (us.ibm.com)
221018 2050 bytes formatting fails for " something()()"
Fixes the formatter to handle chaining functions calls
226351 35930 bytes HTML syntax problems in JSDT doc files preventing translation
Cleans up remaining syntax problems.
232633 3561 bytes There is 2 JavaScript Navigation command groups
Combines the JavaScript Navigation item into a single node
235676 1099 bytes NLS missing message: GenerateHashCodeEqualsDialog_instanceof_button in: org.eclipse.wst.jsdt.internal.ui.JavaUIMessages
A little message cleanup
236262 3334 bytes TVT34:TCT556: TVT FR - Source and output folder
Updates strings on the pref page and the new project wizard
241552 11114 bytes JavaScript function arguments should be displayed in the HTML editor
Content assist in web pages now obeys the preference for adding method params
241553 1041 bytes Double entry when double-clicking on a code assist entry
Fixes the double content assist insert problem
241769 940 bytes JSDT package's ASTRewriteFlattener class has problem
Made the suggested update
241968 20151 bytes Formatter lacking an option to specify the whitespace in an object initializer
proposed patch
251206 27147 bytes Parsing error when JSDoc parsing is deactivated
Updates the system.js library file
251213 1101 bytes Editor expected a @return JSDoc comment in constructors
Checks if the method is a constructor before throwing warning message
251377 243740 bytes False Type mismatch warning
Updates to the browser library fils to include HTMLElements
253166 1321 bytes Javascript validation has several errors with correct code
Added Image and Option ot the base browser library
255020 14477 bytes "Duplicate local variable" error not applicable to JavaScript
Adds an option to the preference page to decide how to display a duplicate local variables problem.
255427 8817 bytes JSDT Core Plugin ProblemReporter Assumes Method Selector always present .
Fixes the NPE problem for anonymous methods.
258878 11766 bytes Formatting not working in HTML pages
Adds code formatting to the HTML editor of JS
258956 895 bytes Formatter does not remove space after : when defining an object literal function
A patch
259023 1255 bytes Object has "never read" warning even when one of its fields is used
Updates in SingleNameReference
259156 1275 bytes Content assist stops working + error dialog in for loop
patch
259187 2686 bytes String.prototype.split returns Array, not String
Bug fix and new test case
260102 23379 bytes UI issues on the Add Runtime Library... properties page
patch
261362 412380 bytes Allow picking an external folder in defining a user library
This cumlative patch contains fixes for 261362, 265545, and a lot of clean up.
262145 813 bytes JSDT: JSDoc for parseFloat() is wrong
Patch that updates the return and type of the parseFloat jsdoc to Number.
262428 120838 bytes Some clean up needed of unused fields and methods - mostly in the ImportReference class
This patch cleans up code related to ImportReferences
262721 2198 bytes Logged NPE on hover of 'confirm'
Fixes the invalid error message
263222 12393 bytes Syntax coloring broken for comments
Updates the FastJavaPartitionScanner to better understand when it finds a regular expression vs. a comment
263458 2349 bytes Enter key is ignored
Adds a try/catch statement to catch an exception in the JavaAutoIndentStrategy
263465 1113 bytes wrong assumption about return type
Fixes the invalid error message for unknown return types
263468 1201 bytes Wrong "Unreachable code" error decoration
Updates in analyseCode() method of MethodDeclaration class.
265545 260200 bytes Fix various problems with the new JavaScript Project wizard
Cleaned up some API issues in the last patch
266947 1873 bytes JSDoc export wizard should be disabled from the UI until it works correctly.
Removes the JSDoc export wizard from the plugin.xml file.
267053 1155 bytes Internal validation error NullPointerException on JavadocFieldReference
A check to avoid the NPE - I don't think these "Javadoc" classes have ever been updated to work well with JSdoc
267133 848 bytes Unexpected Cannot Convert From boolean to Boolean warning
Correct converts boolean values in BaseTypeBinding
267843 5712 bytes JSDoc formatting errors in system.js
Fixes formatting errors
268066 970 bytes Unexpected 'Cannot make a static reference to the non-static function x(any) from the type Y'
Updates the library file
268171 50254 bytes Remove unused or no longer needed problems from ProblemReporter
Removed methods from ProblemReported and other related clean up
268542 82176 bytes Remove unused validation problems
Removes unused validation problems
268542 209781 bytes Remove unused validation problems
More problems removed
269000 1295 bytes Content assist does not work on negative numbers
Fixes the infer engine for unary expressions
269004 1054 bytes No content assist on object literal with "string" values
Update the InferEngine to handle Strings in Object Literals
269055 9871 bytes Object Literal definition is not treated as an Object
Updates to the InferEngine, ObjectLit resolving, and junit tests
269098 10017 bytes system.js shows the call method on a Function accepting an array as its second property
Updates the system.js file
269204 1787 bytes JSDT should have an anonymous function template
Adds the template
269263 3969 bytes The window object has some missing and incorrect properties
Updated the browserWindow.js file
270529 789 bytes JavaScript Resource node should be expandable in the common navigator
Removed possibleChild change
271881 1466 bytes The jsdt extension of the navigatorContent is activated even if the project doesn't have the jsdt facet
Updates plugin.xml
272614 5611 bytes Preferences: Double entries for Occurrences and Override indicators
Updates the plugin.xml to use unique key values
273554 981 bytes Unexpected error message for mathematical term (wrong detection of Regex)
Fixes the scanner in the checkIfDivide method.
275176 1121 bytes Object literal bracket should should be auto closed if close bracket preference set
Updates the BracketInserter class
Curtis Windatt (ca.ibm.com)
316156 988 bytes JSDI interface has incorrect javadoc
Fix
Dan Lee (us.ibm.com)
278396 1225 bytes Add ability to query local variable names to org.eclipse.wst.jsdt.internal.corext.template.java.JavaContext
Patch file attached.
David Williams (us.ibm.com)
326882 639 bytes need increment in test feature version
patch for service field increment.
Etienne Pfister (hsr.ch)
227489 2830 bytes AST does not support nested functions
new patch to handle nested functions
231122 1723 bytes ASTNode.copySubtree(): NullPointerException if name or type is not set
New Patch to solve copySubtree issue
232645 783 bytes For in loops are written incorrectly by the NaiveASTFlattener
Patch for correct for in loop respresenation in NaiveASTFlattener
Eugene Ostroukhov (gmail.com)
244839 4091 bytes Exception when opening JavaScript file from outside of workspace
Patch to fix the issue
322307 988 bytes [Debug] Connectors schema references class from E4
Simple patch
Ian Tewksbury (us.ibm.com)
306958 3814 bytes [hotbug][Content Assist] No parameters populated for constructor for code completion
Testing ZIP - Update 4
306958 304966 bytes [hotbug][Content Assist] No parameters populated for constructor for code completion
fix patch - update 13
315234 11287 bytes [formatter] successive line comments are being indented an extra level
Fix Patch - Update 1
316796 5444 bytes [misc] Remove or reduce JSDT startup impact
Fix Patch
319638 1261 bytes [explorer] Expanding a JS file in a Library in the Project explorer results in no children displayed under node
Possible Fix Patch
326303 3586 bytes [validation] Text after HTML style comment in JavaScript region marked as validation error
Fix Patch
328966 5407 bytes Hyperlink detectors slowness causes copy delay
Patch - Update 1
329050 15881 bytes Auto activation does not always work in javascript regions in webpages
Patch - Option 2
330274 2807 bytes JavaSearchScope#indexOf needs to be updated to deal with package fragment roots enclosed by another package fragment root
Fix Patch
333901 39693 bytes Need to update JS include path after module core nature installed
Fix Patch - Update 2
Iwao AVE! (gmail.com)
382474 810 bytes Formatting javascript that contains html tags in a literal breaks the code.
Fix for JsTranslator.java
Jacek Pospychala (gmail.com)
242162 13908 bytes [API] Please make usage of InferEngine more pluggable
patch v3
263777 2601 bytes [misc] jsdtscope doesn't recognize white spaces
patch
295340 2629 bytes [project setup] in "Add JavaScript Support" action, cancel is ignored
patch
295354 947 bytes [project setup] JavaScript nature not always removed by JsWebNature.removeNature(...)
patch
295414 1747 bytes [exceptions] JavaScript Model Exception: JavaScript Model Status [Include path contains duplicate entry: '' for project p1]
patch
295419 787 bytes [UI] Two "Class File Viewer" editors.
option1
295446 939 bytes JavaScript icons in outline too big
patch
295446 983 bytes JavaScript icons in outline too big
alternative solution
296001 967 bytes [validation] No warning/error for prototype of unresolved field
simpler patch
317281 1237 bytes $ is replaced with . in signature
patch
324726 1261 bytes No content assist possible in single quotes string
patch
326134 1934 bytes Content assist proposals are missing additional info
patch
326901 1713 bytes Parameter types not populated in function expression call
patch
327191 2051 bytes Additional information in content-assist shows up only for types, not for functions
patch v2 alternative
Karen Butzke (oracle.com)
233368 984 bytes widget is disposed exception closing eclipse and saving edited file
proposed patch - head stream
Kevin Tapperson (us.ibm.com)
298977 1077 bytes JavaScript indexing thread is indexing data outside of workspace
patch changing removeLastSegments call to only strip the last segment
Lakshminarayana (gmail.com)
397567 975 bytes [Javascript] [content assist] Functions inside Javascript files are not available in JSP
Fix 397567
Lalit Somavarapha (us.ibm.com)
345720 1112 bytes [libraries] Window.prototype.setTimeout has wrong return type
updated patch
Laurens Holst (grauw.nl)
241647 326 bytes [validation] JSDT doesn’t understand multi-line strings
Testcase
241647 5235 bytes [validation] JSDT doesn’t understand multi-line strings
Fix
241647 1559 bytes [validation] JSDT doesn’t understand multi-line strings
Fix (part 2)
241655 1371 bytes [outline] Clicking on class in overview makes wrong selection
Testcase
241655 13482 bytes [outline] Clicking on class in overview makes wrong selection
Fix
298651 3508 bytes var xxx = function() is not recognised as constructor
Possible fix v2b
Martin Oberhuber (windriver.com)
350850 1190 bytes [doc] JSDT doc plugin should include a pre-built help index
Patch providing a prebuilt doc index
357930 1950 bytes Thread timed out waiting ... when initializing jsdt.ui plugin
patch v1
374746 2550 bytes [performance][regression] Eclipse UI is unresponsive for 8 minutes due to JSDT contentTypeId check
Patch v1
Michael Schneider (google.com)
307622 1897 bytes JS Debugger uses Rhino 1.7 specific API
Workaround to make the debugger work with Rhino 1.6
Michael Spector (gmail.com)
242987 1054 bytes No code assist for fully qualified class names
patch
242989 1534 bytes Code assist for fully qualified classses is not consistent
patch
243889 5056 bytes Various exceptions are thrown after importing Dojo framework into JavaScript project
Additional fixes
243889 4964 bytes Various exceptions are thrown after importing Dojo framework into JavaScript project
Additional fixes
243889 2079 bytes Various exceptions are thrown after importing Dojo framework into JavaScript project
Additional fixes
Musa (us.ibm.com)
297519 3442 bytes [exceptions][content assist] java.lang.IllegalArgumentException in Signature.appendTypeSignature()
Patch for Bug 297519 (updated)
309315 2209 bytes [exceptions] Found a problem with the 'by relevance' (org.eclipse.wst.jsdt.ui.RelevanceSorter) extension to the "javaCompletionProposalSorters" extension point.
Patch for Bug 309315
Olivier Oeuillot (free.fr)
244411 896 bytes JavadocParser.java: little misspelling problem ! (org.eclipse.wst.jsdt.internal.compiler.parser)
A patch
Paul Beusterien (gmail.com)
333387 760 bytes Parser log message when invoking a constructor returned from a function call (occurs in Sencha Touch)
One-line Fix for 333387
336728 2528 bytes Non-trivial in operator expression causes Error in JSDT Core during AST creation
if instanceof is Infix, so should in operator
Peter Rybin (gmail.com)
8dc6d8 27 lines Bug 389133 - Allow enablement and properties ruler actions for
389133 3411 bytes Allow enablement and properties ruler actions for third-party breakpoints in JavaScript Editor
A simple (naive) fix that drops unnecessary (?) conditions. With spaces fixed.
Phil Berkland (us.ibm.com)
229282 9076 bytes [API] Provide access to token(s) of IFieldReference
patch
242987 2204 bytes No code assist for fully qualified class names
Modified Patch
243889 3208 bytes Various exceptions are thrown after importing Dojo framework into JavaScript project
patch
Philippe Marschall (netcetera.ch)
341720 1094 bytes extension point schemas missing from jsdt.core and jsdt.ui
patch that includes schemas in source build
Scott Kellicker (gmail.com)
323993 947 bytes Selecting TypeHierarchy on HtmlElement throws an NPE
proposed patch
Troy Bishop (ca.ibm.com)
312801 4798 bytes Provide better JavaScript filename error message
Possible patch
Victor V Rubezhny (exadel.com)
376809 937 bytes [patch] JSDT validator throws ArrayIndexOutOfBoundsException in CaseStatement#resolveCase() on latest jQuery Mobile
The patch fixes the issue
Wojciech Galanciak (zend.com)
268125 5528 bytes [preferences] Comment templates are ignored when creating new file
full solution
301288 3248 bytes [misc] Unnecessary checking package-list file availability during validating JSDoc location
fix

Repositories

The information contained in this log was generated by using commit information from the following repositories:

git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.core.git
git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.debug.git
git://git.eclipse.org/gitroot/jsdt/webtools.jsdt.tests.git

Adjust the set of projects included in this IP Log.

To modify an ip log you must be logged in as a committer.