1. 09d1f2f remove codegen, classfile stuff, jarfile stuff by pberkland · 16 years ago
  2. 5b08418 removed support for "synchronized" statement by pberkland · 16 years ago
  3. f8b16e3 [214810] undefined function error is not correct by pberkland · 16 years ago
  4. 52479b6 clean up infertypes junit errors and add to automatic regression suite by pberkland · 16 years ago
  5. 097e607 *** empty log message *** by pberkland · 16 years ago
  6. 1a30792 infer classes with only static members by pberkland · 16 years ago
  7. 519adc5 *** empty log message *** by pberkland · 16 years ago
  8. d30ddf3 adding JSDT unit tests by david_williams · 16 years ago
  9. a4fbe3c some final polish before putting in the build by david_williams · 16 years ago v200712120828
  10. 874ed4e add junit tests to wtp build by pberkland · 16 years ago v200712111734
  11. e83171f add jsdt junit tests to wtp build by pberkland · 16 years ago
  12. 1f2b71b add junit tests to wtp build by pberkland · 16 years ago
  13. a55e45e fix unicode test cases by pberkland · 16 years ago
  14. 0fd368d clean up compile errors in test cases by pberkland · 16 years ago
  15. f63301f removed dead code - classfile reader, disassembler, jar import/export by pberkland · 16 years ago
  16. 37833a3 *** empty log message *** by pberkland · 16 years ago
  17. 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 · 16 years ago v200711071635
  18. 50bc1b1 Fixed compilation errors. by bchilds · 16 years ago
  19. 8c7ada2 test updates by pberkland · 17 years ago
  20. b739293 *** empty log message *** by pberkland · 17 years ago v200709011600 v200709041000 v200709101650 v200709132145 v200709141050 v200709271600
  21. 8f0c03a fix code analyze to make initialization assumptions for cases like "if (typeof var=='undefined') by pberkland · 17 years ago
  22. 7460e57 dont infer var type from "null" assigment by pberkland · 17 years ago
  23. e818e7b make test name numbering consistantly 3 digits so name sorting works correctly by pberkland · 17 years ago
  24. 53aadbb update tests so they dont fail because of code analyze by pberkland · 17 years ago
  25. fc460b1 fix ids for variable bindings so not initialized and not referenced errors work correctly by pberkland · 17 years ago
  26. 9555ea2 infer mixins to global type from top level anonymous function call by pberkland · 17 years ago
  27. e27933b add extension point for inferencing support by pberkland · 17 years ago
  28. 29fbd9f allow this syntax 'if (condition) var c=1;' by pberkland · 17 years ago v200707311130 v200708101100 v200708101400 v200708101600 v200708101615
  29. 94fd95c add support to return multiple bindings for findBinding by pberkland · 17 years ago v200707252000 v200707271200 v200707301255
  30. 40d877c static member testcases by lbustelo · 17 years ago
  31. b53a01c Testcase changes to support new anonymous type names by lbustelo · 17 years ago
  32. fc789be Tests for checking bug #194664 by lbustelo · 17 years ago
  33. 5cc7179 allow comma separated expressions (ListExpression) by pberkland · 17 years ago
  34. 1cf1faa fix resolution for "with" statement by pberkland · 17 years ago
  35. 81e9bcc New InferredType testcases to support Object Literal by lbustelo · 17 years ago
  36. 5a5a88b bug 194012 - if a var doesnt yet have a type, use the assigned type by pberkland · 17 years ago
  37. 1ce60d9 better inferring of method return type by pberkland · 17 years ago
  38. 8bf0e0f allow functions inside of functions by pberkland · 17 years ago
  39. e8d12a3 *** empty log message *** by pberkland · 17 years ago
  40. 0625156 fix formatter test case by pberkland · 17 years ago
  41. a7325fa *** empty log message *** by pberkland · 17 years ago
  42. 014220f add testcases for some known problems by pberkland · 17 years ago
  43. 6a1bdac allow indirect function call , i.e. funcptr[0](args) by pberkland · 17 years ago
  44. a065659 Fixes for namespace/classpath. by bchilds · 17 years ago
  45. b8b17fd *** empty log message *** by pberkland · 17 years ago
  46. 9346c4f *** empty log message *** by pberkland · 17 years ago
  47. 3264c10 add cases for function expression by pberkland · 17 years ago
  48. e0770f2 error if bad cursor position by pberkland · 17 years ago
  49. 2d5ce1c handle missing semicolon at end of file by pberkland · 17 years ago
  50. e16e3c5 infer "anonymous" types by pberkland · 17 years ago
  51. afc0927 infer argument type from javadoc param by pberkland · 17 years ago
  52. 44bc349 add test for infer from javadoc in object initializer by pberkland · 17 years ago
  53. 6499820 infer class info from JSdoc tags by pberkland · 17 years ago
  54. 34cc354 fix jsdoc parse problems by pberkland · 17 years ago
  55. 0b06484 add tags for jsdoc support by pberkland · 17 years ago
  56. b8b6786 fixes for java model tests by pberkland · 17 years ago
  57. 8e7d90c changes for javaScript by pberkland · 17 years ago
  58. 26dfbcf initial checkin, copy of org.eclipse.jdt.core.tests.model by pberkland · 17 years ago
  59. f2715f6 testcase changes for javascript by pberkland · 17 years ago
  60. 433921b initial checkin, copied from jdt tests and renamed by pberkland · 17 years ago