1. 2f80525 [275232] Object Literal definition is not treated as an Object by cjaun · 16 years ago
  2. 786195f [279629] Removal of unused ast classes - IAssertStatement, ICastExpression, IMemberValuePair by cjaun · 16 years ago
  3. 46c2200 [279516] Removal of IAnnotation, IMarkingAnnotation, INormalAnnotation, and ISingleMemberAnnotation by cjaun · 16 years ago
  4. d919d57 [274729] [tests] Fix and re-enable failing tests from test plug-ins by cjaun · 16 years ago
  5. 5377695 [274729] [tests] Fix and re-enable failing tests from test plug-ins by cjaun · 16 years ago
  6. 6172f2a [269053] constructor property not supported in JSDT by nitind · 16 years ago
  7. a52015c [268542] Fix test compile breakages with "Remove unused validation problems" by nitind · 16 years ago
  8. 410eb30 [262428] Some clean up needed of unused fields and methods - mostly in the ImportReference class by nitind · 16 years ago
  9. 8df033a [nobug] fixup names by nitind · 16 years ago
  10. 3abe598 [nobug] fixup build path by nitind · 16 years ago
  11. 2961f38 [268171] Remove unused or no longer needed problems from ProblemReporter by nitind · 16 years ago
  12. f2af8f8 Re-enable JSDT semantic validation during tests by nitind · 16 years ago
  13. 4a556ed Re-enable semantic validation during tests by nitind · 16 years ago
  14. 34fa06a [nobug] clean up test plug-ins by nitind · 16 years ago
  15. 4f50c22 recommit manifests by nitind · 16 years ago
  16. 8ef06b1 [259187] String.prototype.split returns Array, not String by nitind · 16 years ago
  17. 41f0487 merge in changes from maintenance branch by pberkland · 16 years ago
  18. d5d8323 merge changes into head from 3.0.3 maintenance by pberkland · 16 years ago
  19. 142da14 fixed version info in plugins for 3.1 by bchilds · 16 years ago
  20. 0e4fe9b merge in changes from 3_0_maintenance by pberkland · 16 years ago
  21. 9361c50 update version number for 3.1 by nitind · 16 years ago
  22. fff6de0 merge in 3.0.1 fixes by pberkland · 16 years ago
  23. 88fd671 add about.html to jsdt plugins by pberkland · 17 years ago
  24. 2572216 update copyright dates and add provision api comments by pberkland · 17 years ago
  25. 8074715 [228098] refactor API names to better reflect javascript by pberkland · 17 years ago
  26. f916a37 fixes for resolving via oaaMetadata by pberkland · 17 years ago Root_Refactor0428
  27. ac567c4 add support for openajax api metadata by pberkland · 17 years ago
  28. 792748b 225694 Invalid dependancies in JSDT feature by david_williams · 17 years ago v200804040626
  29. a45165d remove dead code by pberkland · 17 years ago
  30. 8cfa3fe resolve var reference to nested function by pberkland · 17 years ago
  31. c7e603a *** empty log message *** by pberkland · 17 years ago
  32. 34a5bdd allow function call to var/arg name, show error if var type is not "any" or function by pberkland · 17 years ago
  33. 617f894 add support for internal file import by pberkland · 17 years ago
  34. d1526c2 fix up test cases by pberkland · 17 years ago
  35. d8e09b8 add support for parameters having multiple types by pberkland · 17 years ago
  36. 7d58737 regression test updates by pberkland · 17 years ago
  37. 5f75434 *** empty log message *** by pberkland · 17 years ago
  38. 794144a test updates by pberkland · 17 years ago
  39. a42df13 update jsdoc completion to work for jsdoc tags by pberkland · 17 years ago
  40. 7a71a54 update parser testcases by pberkland · 17 years ago
  41. e2aa01a add configurable error for wrong number of arguments by pberkland · 17 years ago
  42. 39f9dad fix library file location for automatted junits by pberkland · 17 years ago
  43. c2b4ea5 start to formalize inference provider extension by pberkland · 17 years ago v200802071606
  44. fc7acd6 move infer classes from internal package to public package by pberkland · 17 years ago
  45. 141fd65 infer static members on system objects by pberkland · 17 years ago
  46. 553cc15 fix up class inference for object literals by pberkland · 17 years ago
  47. 09d1f2f remove codegen, classfile stuff, jarfile stuff by pberkland · 17 years ago
  48. f8b16e3 [214810] undefined function error is not correct by pberkland · 17 years ago
  49. 52479b6 clean up infertypes junit errors and add to automatic regression suite by pberkland · 17 years ago
  50. 097e607 *** empty log message *** by pberkland · 17 years ago
  51. 1a30792 infer classes with only static members by pberkland · 17 years ago
  52. 519adc5 *** empty log message *** by pberkland · 17 years ago
  53. d30ddf3 adding JSDT unit tests by david_williams · 17 years ago
  54. a4fbe3c some final polish before putting in the build by david_williams · 17 years ago v200712120828
  55. 1f2b71b add junit tests to wtp build by pberkland · 17 years ago
  56. a55e45e fix unicode test cases by pberkland · 17 years ago
  57. 0fd368d clean up compile errors in test cases by pberkland · 17 years ago
  58. f63301f removed dead code - classfile reader, disassembler, jar import/export by pberkland · 17 years ago
  59. 37833a3 *** empty log message *** by pberkland · 17 years ago
  60. 4a73427 change the internal ast such that "var c,d;" is represented by a single localDeclaration (instead of 2) so that something like "if () var c,d" works correctly by pberkland · 17 years ago v200711071635
  61. 8c7ada2 test updates by pberkland · 17 years ago
  62. 8f0c03a fix code analyze to make initialization assumptions for cases like "if (typeof var=='undefined') by pberkland · 17 years ago
  63. 7460e57 dont infer var type from "null" assigment by pberkland · 17 years ago
  64. e818e7b make test name numbering consistantly 3 digits so name sorting works correctly by pberkland · 17 years ago
  65. 53aadbb update tests so they dont fail because of code analyze by pberkland · 17 years ago
  66. fc460b1 fix ids for variable bindings so not initialized and not referenced errors work correctly by pberkland · 17 years ago
  67. 9555ea2 infer mixins to global type from top level anonymous function call by pberkland · 17 years ago
  68. e27933b add extension point for inferencing support by pberkland · 17 years ago
  69. 29fbd9f allow this syntax 'if (condition) var c=1;' by pberkland · 17 years ago v200707311130 v200708101100 v200708101400 v200708101600 v200708101615
  70. 94fd95c add support to return multiple bindings for findBinding by pberkland · 18 years ago v200707252000 v200707271200 v200707301255
  71. 40d877c static member testcases by lbustelo · 18 years ago
  72. b53a01c Testcase changes to support new anonymous type names by lbustelo · 18 years ago
  73. fc789be Tests for checking bug #194664 by lbustelo · 18 years ago
  74. 5cc7179 allow comma separated expressions (ListExpression) by pberkland · 18 years ago
  75. 1cf1faa fix resolution for "with" statement by pberkland · 18 years ago
  76. 81e9bcc New InferredType testcases to support Object Literal by lbustelo · 18 years ago
  77. 5a5a88b bug 194012 - if a var doesnt yet have a type, use the assigned type by pberkland · 18 years ago
  78. 1ce60d9 better inferring of method return type by pberkland · 18 years ago
  79. 8bf0e0f allow functions inside of functions by pberkland · 18 years ago
  80. e8d12a3 *** empty log message *** by pberkland · 18 years ago
  81. a7325fa *** empty log message *** by pberkland · 18 years ago
  82. 014220f add testcases for some known problems by pberkland · 18 years ago
  83. 6a1bdac allow indirect function call , i.e. funcptr[0](args) by pberkland · 18 years ago
  84. a065659 Fixes for namespace/classpath. by bchilds · 18 years ago
  85. b8b17fd *** empty log message *** by pberkland · 18 years ago
  86. 9346c4f *** empty log message *** by pberkland · 18 years ago
  87. 3264c10 add cases for function expression by pberkland · 18 years ago
  88. e0770f2 error if bad cursor position by pberkland · 18 years ago
  89. 2d5ce1c handle missing semicolon at end of file by pberkland · 18 years ago
  90. e16e3c5 infer "anonymous" types by pberkland · 18 years ago
  91. afc0927 infer argument type from javadoc param by pberkland · 18 years ago
  92. 44bc349 add test for infer from javadoc in object initializer by pberkland · 18 years ago
  93. 6499820 infer class info from JSdoc tags by pberkland · 18 years ago
  94. 34cc354 fix jsdoc parse problems by pberkland · 18 years ago
  95. 0b06484 add tags for jsdoc support by pberkland · 18 years ago
  96. b8b6786 fixes for java model tests by pberkland · 18 years ago
  97. f2715f6 testcase changes for javascript by pberkland · 18 years ago
  98. 433921b initial checkin, copied from jdt tests and renamed by pberkland · 18 years ago