-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Projects using JavaParser
This is a partial list of projects using JavaParser. It has been mostly compiled looking in Maven central for projects having a dependency on JavaParser. If your project uses JavaParser please let us know by opening an issue and we will add it to the list.
Thanks for your support!
-
JavaSymbolSolver - @ftomassetti's project
-
Sourcetrail (previously "coati")
-
Vim-JavaComplete2 - @artur-shaik's project
-
Koan Annotations – Moved to JavaParser 2.0.0 on the 14/01/2015. (last-updated: Feb 23, 2015) – @SmiddyPence's project
-
[Write It Once](Can't find web site - http://mvnrepository.com/artifact/org.simart/write-it-once-source/0.6.5)
-
deadcode4j – @sebastiankirsch's project
-
[Kuali Rice Development Tools](https://www.kuali.org/rice - https://svn.kuali.org/repos/)
-
GraphWalker Java - https://github.com/GraphWalker/graphwalker-project
-
Quality-Check – @before's project
-
ut-maven-plugin - https://github.com/blueshen/ut-maven- plugin
-
SeSAM annotations core support – Also uses ecj, javassist and cglib in the same project, so they might be interested in model support.
-
Juzu Web Framework – Also uses ecj.
-
Helger JCodeModel – Dependency in pom is commented "Stick with 1.0.8 as it is the last JDK 1.5 version".
-
Strongly Typed JavaScript – Was using javaparser before its 3.0.0 version, moved to using javac for java8 support on the 22 Dec 2013. It uses jx.l.m, so maybe could be interested now that we support java8, if we add model support (last updated: Mar 2, 2015)
-
GlassFish JAXB Reference Implementation – Uses JavaParser in their CodeModel module.
-
Chromattic Framework – Uses JavaParser in their groovy and testgenerator modules
-
Kevoree Tools Model2Code – Up to version 2.0.13. Can't find any ref to JavaParser in their repo now!
-
Cosmopolitan – an internationalization library.
-
Mule Cloud Connector Generator – Up to version 1.0. Now uses javac tree.
Website: JavaParser.org Chat: Gitter.im/JavaParser/JavaParser Free eBook: leanpub.com/JavaParserVisited
- Home
- Migration Guide (2.5.1 to 3.0.0)
- Migration Guide (3.25.10 to 3.26.0)
- Inspecting an AST
JavaParser
vsStaticJavaParser
Pro* jectRoot
vsSourceRoot
(Analysing a Whole Project)- Parsing Java Comments
- Getting started with JavaParser: analyzing Java Code programmatically
- Observers for AST nodes in JavaParser
- Implementing Lexical Preservation for JavaParser
- JavaParser’s logging framework in one file
- Making strings in JavaParser
- The quick and the full API of JavaParser
- Less Casting in JavaParser
- Parse error recovery
- Inverting ifs in JavaParser
- Code generation and Maven in JavaParser
- Semantic validations in JavaParser
- Setting Java 8, 9, 10, etc
- Analysing an entire project in one go
- Pragmatic Versioning
- Testing JavaParser Code
- Functional Tree Traversal
- Coding Guidelines
- Eclipse Project Setup Guide
- Code Style / Architecture
- Build Process
- Release Process
- A Detailed Guide to Adding New Nodes and Fields
Visit the JavaParser blog
Download the JavaParserVisited book (free!).
Join the chatroom on Gitter!