From jan.lahoda at oracle.com Mon Apr 28 18:07:28 2014 From: jan.lahoda at oracle.com (Jan Lahoda) Date: Mon, 28 Apr 2014 20:07:28 +0200 Subject: Proposal: Javac Abstract Syntax Tree Viewer Message-ID: <535E98E0.8050307@oracle.com> Hi, I would like to propose a tool for inclusion to the Code Tools project: --- Tool Name: Javac Abstract Syntax Tree Viewer Summary: Graphical viewer for inspection of AST, and other data, produced by the standard Java compiler, javac. Proposed By: Jan Lahoda Rationale: The way javac models source code is not always easy to grasp, despite all attempts to make it as convenient as possible. Being able to actually see and inspect the AST and related information using a convenient UI is therefore very useful. Hereby, a GUI tool to visualize javac ASTs and related information is proposed for the Code Tools project. The primary target audience of the tool are clients using the javac source code modeling APIs. Secondary target audience are javac developers themselves. The tool should therefore also support inspection of javac internal aspects of the model. --- Thanks, Jan From kevin.looney at oracle.com Mon Apr 28 20:50:04 2014 From: kevin.looney at oracle.com (Kevin Looney) Date: Mon, 28 Apr 2014 13:50:04 -0700 Subject: Promote Alexey Fedorchenko contributor status to Author Message-ID: <535EBEFC.50508@oracle.com> Hi Jon, Alexey Fedorchenko has made two contributions to the CodeTools Project (on the JCov tool). I'm requesting that we elevate his contributor status to 'author' Thanks, Kevin L -- kevin.looney at oracle.com