All Versions
203
Latest Version
Avg Release Cycle
19 days
Latest Release
-

Changelog History
Page 21

  • v1.0.2 Changes

    July 20, 2008
    • ๐Ÿ›  Issue fixed: Issue 1: Add support for editing AST nodes or create new ones
  • v1.0.1 Changes

    July 01, 2008
    • ๐Ÿ›  Issue fixed: Issue 5: end line and end column equal to begin line and begin column
  • v1.0.0 Changes

    June 25, 2008
    • ๐Ÿ”„ Changed version numbering, starting version 1.0.0
    • ๐Ÿ“ฆ Javadoc done for packages:
      • japa.parser
      • japa.parser.ast
    • ๐Ÿ“œ Corrected bug when parsing in multithread:
      • JavaParser.setCacheParser(false) must be called before to use the parser concurrent

    2008-06-19

    • No code changes, added binary distribution to download page

    2008-06-11

    2008-06-09

    • โž• Added Adapters for de visitors

    2008-05-28

    2008-05-25

    • โž• Added support for comments and javadoc to the tree.
      • Javadocs are stored directly to members (BodyDeclaration and all deriveds (classes, methods, fields, etc.)), accessible by the method getJavadoc().
      • All comments are stored in the CompilationUnit, accessible by the method getComments().

    2008-04-01

    • ๐Ÿ”„ Changed all nodes public attributes to be private and created getters to access them
    • ๐Ÿ”„ Changed the methods of the Node getLine e getColumn to getBeginLine and getBeginColumn
    • โž• Added the methods getEndLine and getEndColumn to the Node class (works only in the BlockNode)

    2007-12-22

    • Corrected ConditionalExpression bug

    2007-10-21

    • โž• Added LGPL License

    2007-10-21

    • ๐Ÿ› Bugs corrected:
      • Created PackageDeclaration member of CompilationUnit to add suport for annotations in the package declaration
      • Parameterized anonymous constructor invocation
      • Explicit constructor invotation Type Arguments
      • ctrl+z ("\u001A") ar end of compilation unit

    2007-10-09

    • ๐Ÿ‘ EnumConstantDeclaration annotation support corrected
    • Parssing Java Unicode escape characters suport added

    2007-10-03

    • ๐Ÿ› Bug corrected: "MotifComboPopup.this.super()" statement was generating parser error

    2007-10-01

    • ๐Ÿ› Bug corrected: Casting signed primitive values double d = (double) -1; ^ 2007-08-06 -------------
    • ๐Ÿ› Bug with the single line comments in the final of the unit corrected

    2007-07-31

    • ๐Ÿ›  Fixed the bug with the following expression: Class c = (int.class);

    2007-06-26

    • ๐Ÿ› Bug fixes from Leon Poyyayil work
      • suport for hex floating point
      • unicode digits in indentifier
      • MemberValueArrayInitializer

    2007-03-09

    • Long and Integer literal MIN_VALUE bug

    2007-02-24

    • ๐Ÿ›  '\0' bug fixed

    2007-02-01

    • ๐Ÿ›  Many bug fixes
    • โž• Added line/column to nodes