a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 224949 and 296045

Description: standalone version of the Eclipse Java compiler
 This package provides a standalone version of the Eclipse JDT compiler which
 is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit)
 and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8.
Description: Eclipse Compiler for Java (command line tool)
 Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE.
 It includes:
  * An incremental Java compiler. Implemented as an Eclipse builder, it is based
    on technology evolved from VisualAge for Java compiler. In particular, it
    allows one to run and debug code which still contains unresolved errors.
  * A Java Model that provides API for navigating the Java element tree.
    The Java element tree defines a Java centric view of a project. It surfaces
    elements like package fragments, compilation units, binary classes, types,
    methods, fields.
  * A Java Document Model providing API for manipulating a structured Java
    source document.
  * Code assist and code select support.
  * An indexed based search infrastructure that is used for searching, code
    assist, type hierarchy computation, and refactoring. The Java search engine
    can accurately find precise matches either in sources or binaries.
  * Evaluation support either in a scrapbook page or a debugger context.
  * Source code formatter
 .
 This package contains the standalone ecj command line tool usable
 as an alternative to javac.
--- 224949	Thu Jan  1 00:00:00 1970
+++ 296045	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,21 @@
-standalone version of the Eclipse Java compiler
+Eclipse Compiler for Java (command line tool)
- This package provides a standalone version of the Eclipse JDT compiler which
+ Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE.
- is distributed as part of Eclipse. It passes the JCK (Java Compatibility Kit)
+ It includes:
- and is compatible with Java 1.3, 1.4, 1.5, 1.6, 1.7 and 1.8.
+  * An incremental Java compiler. Implemented as an Eclipse builder, it is based
+    on technology evolved from VisualAge for Java compiler. In particular, it
+    allows one to run and debug code which still contains unresolved errors.
+  * A Java Model that provides API for navigating the Java element tree.
+    The Java element tree defines a Java centric view of a project. It surfaces
+    elements like package fragments, compilation units, binary classes, types,
+    methods, fields.
+  * A Java Document Model providing API for manipulating a structured Java
+    source document.
+  * Code assist and code select support.
+  * An indexed based search infrastructure that is used for searching, code
+    assist, type hierarchy computation, and refactoring. The Java search engine
+    can accurately find precise matches either in sources or binaries.
+  * Evaluation support either in a scrapbook page or a debugger context.
+  * Source code formatter
+ .
+ This package contains the standalone ecj command line tool usable
+ as an alternative to javac.