Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amelentev/eclipse.jdt-oo
Eclipse Java Developer Tools fork for Operator Overloading support
https://github.com/amelentev/eclipse.jdt-oo
Last synced: about 1 month ago
JSON representation
Eclipse Java Developer Tools fork for Operator Overloading support
- Host: GitHub
- URL: https://github.com/amelentev/eclipse.jdt-oo
- Owner: amelentev
- Created: 2012-05-19T12:18:13.000Z (over 12 years ago)
- Default Branch: oo
- Last Pushed: 2015-01-22T20:20:44.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T08:23:58.995Z (3 months ago)
- Language: Java
- Size: 49.9 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JDT Core
========This is the core part of Eclipse's Java development tools. It contains the non-UI support for compiling and working with Java code, including the following:
* an incremental or batch Java compiler that can run standalone or as part of the Eclipse IDE
* Java source and class file indexer and search infrastructure
* a Java source code formatter
* APIs for code assist, access to the AST and structured manipulation of Java source.For more information, refer to the [JDT wiki page] [1] or the [JDT project overview page] [2].
License
-------[Eclipse Public License (EPL) v1.0][3]
[1]: http://wiki.eclipse.org/JDT_Core
[2]: http://www.eclipse.org/projects/project.php?id=eclipse.jdt.core
[3]: http://wiki.eclipse.org/EPL