GSoC project page

JAVADOC STYLE COVERAGE AND PARSER OPTIMIZATION

Merged 22

Commits on Aug 25, 2017
  1. Issue #3332: Added HTML void element 'wbr'

    ps-sp committed with Vladlis on 24 Aug
  2. Issue #4934: Enforced WS in appropriate places for block javadoc tags

    ps-sp committed with romani on 12 Aug
Commits on Aug 22, 2017
  1. Issue #3332: Added HTML void element 'embed'

    ps-sp committed with Vladlis on 13 Aug
Commits on Aug 21, 2017
  1. Issue #3810: Replaced singletonTag in nested html rules in javadoc gr…

    …ammar with singletonElement
    ps-sp committed with romani on 20 Jul
  2. Issue #4390: Modified error handling of errors that are to be generat…

    …ed when missing HTML tags are encountered while parsing javadoc
    ps-sp committed with romani on 4 Jul
Commits on Jul 28, 2017
  1. Issue #4717: Added JavadocParserErrorStrategy which extends BailError…

    …Strategy
    ps-sp committed with Vladlis on 26 Jul
Commits on Jul 27, 2017
  1. Issue #4448: Updated token names and rule names in javadoc grammar in…

    … accordance with the HTML specification
    ps-sp committed with romani on 19 Jul
Commits on Jun 27, 2017
  1. Issue #2329: Updated lexer grammar to allow javadoc with CR newlines

    ps-sp committed with romani on 26 Jun
  2. Issue #4405: Javadoc position to be checked before rendering ASTs

    ps-sp committed with romani on 26 Jun
Commits on Jun 25, 2017
  1. Issue #4381: Renamed all javadoc grammar tests' input files to have .…

    …javadoc as extension
    ps-sp committed with romani on 22 Jun
  2. Issue #4381: Refactored Javadoc AST tests. They now use trees printed…

    … by DetailNodeTreeStringPrinter to verify the javadoc grammar
    ps-sp committed with romani on 18 Jun
Commits on Jun 21, 2017
  1. Issue #3796: No unnecessary text shall be present in Javadoc ASTs

    ps-sp committed with romani on 16 Jun
Commits on Jun 20, 2017
  1. Issue #4164: Custom tags' content not to be parsed as HTML

    ps-sp committed with romani on 27 May
Commits on Jun 12, 2017
Commits on Jun 7, 2017
  1. minor: Added a javadoc parsing UT

    ps-sp committed with romani on 5 Jun
  2. Issue #4393: ASTs to be generated and walked only when there are corr…

    …esponding type of checks. No parsing if no checks are specified
    ps-sp committed with rnveach on 1 Jun
Commits on May 29, 2017
  1. Issue #4349: Changed the lexer grammar for javadoc to make package na…

    …mes conform to the standard
    ps-sp committed with rnveach on 27 May
Commits on May 23, 2017
  1. Issue #4207: Fixed false positives from RequireThis for lambdas

    ps-sp committed with rnveach on 15 Apr