1. 402a8f3 [143912] StackOverFlowError happens with JSPTokenizer when I paste many JSP comments by nitind · 18 years ago
  2. fecd7a9 [128057] Port to ICU4J (remaining issues) by amywu · 18 years ago
  3. 7f78efd [98258] [hotbug] JSP comments embedded within tags are not recognized by nitind · 18 years ago
  4. fea6121 [139840] ClassCastException with css jsp files in JSPJavaValidator and JSPSearchDocument validators by amywu · 18 years ago
  5. 8cd2b28 [125669] JSP editor does not find taglib directives in an included jsp + memory cache by david_williams · 18 years ago
  6. b1ce645 [138348] content type css jsp parser does not identify jsp comment correctly by david_williams · 18 years ago
  7. 36d040c [136114] 'Index out of bounds' when editing jsp by david_williams · 18 years ago
  8. 5df8d7e [136640] PageDirectiveAdapterImpl.getFile calls java.io.File.exists() by amywu · 18 years ago
  9. 412cc44 [120774] Custom tags are no longer JSP.Directive partitions after format by amywu · 18 years ago
  10. e608895 [98630] Request to support CSS content type in JSP files by david_williams · 18 years ago
  11. 0210557 [136214] JSPIndexManager saves preferences to disk on every resource change by nitind · 18 years ago
  12. 7c75943 [107647] [CSS Editor] Line delimiter setting ignored by amywu · 18 years ago
  13. 93ab096 [135195] Externalize strings for 1.5M6 by amywu · 19 years ago
  14. e9406af [133774] NPE is thrown by JSPELValidator with empty jsp file by nitind · 19 years ago
  15. 6bc3f38 I/O performance fix. by pavery · 19 years ago
  16. 9e4a23d adopting IValidatorJob API so validators (HTML & JSP) run after the build by pavery · 19 years ago
  17. b1789de [131199] optimized so missing classes aren't looked up more than once by pavery · 19 years ago
  18. a929bce [130606] performance fix, bad logic iterating embedded attributes by pavery · 19 years ago
  19. 7a9856e [110538] EL expression marked as invalid: pageContext.request.contextPath by david_williams · 19 years ago
  20. 1cc9788 minor removal of unused labels by david_williams · 19 years ago
  21. 092f500 [125960] web.xml mappings to taglib jars are not being resolved by david_williams · 19 years ago
  22. 71eed08 [129869] Log errors in JSPTranslator.getELTranslatorProperty by david_williams · 19 years ago
  23. b5d0563 [129531] Need to spec 'internals', 'friends', and "organize manifests". by david_williams · 19 years ago
  24. 816ce37 [128490] should have been using getTextLength() instead of getLength(), as we don't care about trailing whitespace in this case. by pavery · 19 years ago
  25. 4567e0b [129119] JSPSearchSupport does not ignore closed projects by nitind · 19 years ago
  26. cf2d2b4 [115679] JSP editor not reading included vars from linked resource by nitind · 19 years ago
  27. ba87ced [129112] Support implicit TLDs for a container (public keys as well) by nitind · 19 years ago
  28. 2b50ce5 [129112] Support implicit TLDs for a container by nitind · 19 years ago
  29. 3a20567 [92480] JSP Fragments need content properties page by amywu · 19 years ago
  30. aa27f50 [128490] doing quick check to improve performance (on call to isUseBean) by pavery · 19 years ago
  31. 7ff6bd2 replacing and deprecating partition types (to be removed 1.5) by pavery · 19 years ago
  32. c08d724 moved reporter subtask display (which file we're validating) to JSPValidator by pavery · 19 years ago
  33. 42de78d added another null check, value region can be null sometimes. by pavery · 19 years ago
  34. 11b4c32 fixing typo and logic error (i should have been j) by pavery · 19 years ago
  35. a091ad5 added null check and made more descriptive method name by pavery · 19 years ago
  36. cca4b54 [105510] added validation for jsp taglib prefixes (no dupes or reserved prefixes) by pavery · 19 years ago
  37. b0f98c5 making SSE partition types public API (out of provisional state). Updated manifests to 1.1.0.qualifier, updated exported packages. by pavery · 19 years ago
  38. c93d149 [126327][86640] moved name (servlet name <-> JSP name) fixup method to JSPTranslation so hover and proposal collector can both use it. by pavery · 19 years ago
  39. 9998ec7 [107254] [taglib] tld element name-from-attribute not taken in account in JSP editor by nitind · 19 years ago
  40. f5d8e6d [107254] [taglib] tld element name-from-attribute not taken in account in JSP editor by nitind · 19 years ago
  41. 05adcf3 [126329] added "regions.hasNext()" check to the while loop. by pavery · 19 years ago
  42. 6e3e71d [125829] Jsp editor extremely slow when opening files by nitind · 19 years ago
  43. de1c9d7 [120147] TaglibIndex not lazy enough? / [118251] update problem with TaglibIndex when adding new jar by nitind · 19 years ago
  44. 43de1df [125960] web.xml mappings to taglib jars are not being resolved by nitind · 19 years ago
  45. 655805c [114597] extension point to allow pluggable JSPELTranslator by pavery · 19 years ago
  46. 4601a06 [109974] finally applying Ted's patch to fix generated EL expression method name (making it unique) by pavery · 19 years ago
  47. 6439e67 [125182][124931] fixes for XMLJSPRegion helper (and corresponding test change) by pavery · 19 years ago
  48. a0b852a [124982] JSF EL sections not partitioned correctly (change in partition type) by nitind · 19 years ago
  49. cc014af [124982] JSF EL sections not partitioned correctly by nitind · 19 years ago
  50. fe0f361 [106087] new HTML wizard does not handle .HTML extension (capitalized) by amywu · 19 years ago
  51. 3e25881 [86783] fixing include helper, translates regions w/ no following content (jsp:useBean, imports, directives) by pavery · 19 years ago
  52. 24835b9 [121991] Exception in log when saving incorrect web.xml by nitind · 19 years ago
  53. 0534977 fixed indenting to not be so large by pavery · 19 years ago
  54. 0606b0d needed to include one more region while searching backwards for the include directive, so adding error message position length by pavery · 19 years ago
  55. 55a01f1 [123129] improved, at least delimieters line up now. by pavery · 19 years ago
  56. 24cb4bf [119633] adjust position of errors that come from included files. by pavery · 19 years ago
  57. cad4914 doc update by nitind · 19 years ago
  58. cea9c41 correct remembered URI for web.xml mappings by nitind · 19 years ago
  59. bfb1fdb documentation by nitind · 19 years ago
  60. 4e89cd3 [115825] JSP Indexer can deadlock with AutoBuild job by david_williams · 19 years ago
  61. 284d456 documentation by nitind · 19 years ago
  62. dd00fae revert accidental use of HashSet by nitind · 19 years ago
  63. cf05a4f [119514] Implicit taglibs not returned for paths indicating folders by nitind · 19 years ago
  64. 627c3d6 remove index listener and event from listed API by nitind · 19 years ago
  65. 25b58c3 [108325] Typing enters text "in place" if exception occurs by david_williams · 19 years ago
  66. 95a26d8 [113346] handle JSP expressions for allowable JSP attribute values by pavery · 19 years ago
  67. cc8918e [117197] non java projects do not need "requires bundle" in their manifest.mf files by david_williams · 19 years ago
  68. d0911f9 [116066] NPE is thrown while editing new(non-existing) JSP model by nitind · 19 years ago
  69. 4d94270 [116529] Can't resolve taglibs from non-existant files by nitind · 19 years ago
  70. bcf9126 minor core/ui fix due to importing wrong Assert class by david_williams · 19 years ago
  71. 9e8f240 [114597] reversing changes for further discussion by pavery · 19 years ago
  72. bc1339b [114597] applied Ted's patch. by pavery · 19 years ago
  73. 050eb96 merged changes (there were conflicts from NLS) by pavery · 19 years ago
  74. 73e7641 [115727] externalize strings that need them or mark them as non-nls by nitind · 19 years ago
  75. dfec417 [115445] more changes to move to source validation extension point by pavery · 19 years ago
  76. 1ac385f [115445] converting JSP strategy to use source validation extension point by pavery · 19 years ago
  77. e7cdc9f [112519] [api] Need API for Taglib information by nitind · 19 years ago
  78. 0c98f29 minor doc update by nitind · 19 years ago
  79. 022c844 minor cleanup by nitind · 19 years ago
  80. 1864618 [112397] too much IO checking content type. by pavery · 19 years ago
  81. bcdb1b2 [114347] bad early return check by pavery · 19 years ago
  82. e1053af [110428] Please show details during validation by nitind · 19 years ago
  83. 1d37d7a [113404] ContentSettings should move to Core by david_williams · 19 years ago
  84. 32df8d7 [113138] give script withing custom tags its own scope by pavery · 19 years ago
  85. 9e4d777 Update doc for getAvailableTaglibRecords by nitind · 19 years ago
  86. ada3b49 just refactoring some methods (to make it more readable) by pavery · 19 years ago
  87. 19db72d [112154] adding plain StructuredTextPartitioner as default for JSP by pavery · 19 years ago
  88. f9959a2 cleanup imports for "don't guess a system resource during resolution" by nitind · 19 years ago
  89. 1118219 don't guess a system resource during resolution by nitind · 19 years ago
  90. fc743cb Don't load TLDs from remote URLs by nitind · 19 years ago
  91. 550b4dd [111807] EmptyStackException in TaglibIndex by nitind · 19 years ago
  92. 6f9dcdd [106903] [perf] use indexed loop instead of iterator by david_williams · 19 years ago
  93. 7f76e45 [105632] underlying Java document is no longer left in an inconsistant state by pavery · 19 years ago
  94. a78c19f doc by nitind · 19 years ago
  95. 8623622 doc by nitind · 19 years ago
  96. 8879f01 change getPrefix to getShortName by nitind · 19 years ago
  97. 8f95ffb change getPrefix to getShortName by nitind · 19 years ago
  98. 4fd748f hide contained records (implementation detail) by nitind · 19 years ago
  99. bd7bbf2 remove as no longer public by nitind · 19 years ago
  100. 701692d add a null check for potential JRE problems by nitind · 19 years ago