[ https://issues.apache.org/jira/browse/GROOVY-9067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul King closed GROOVY-9067. ----------------------------- > Compile Java stubs with standard API > ------------------------------------- > > Key: GROOVY-9067 > URL: https://issues.apache.org/jira/browse/GROOVY-9067 > Project: Groovy > Issue Type: Improvement > Reporter: Daniel Sun > Assignee: Daniel Sun > Priority: Major > Fix For: 3.0.0-beta-1 > > Time Spent: 2h 10m > Remaining Estimate: 0h > > Currently we compile Java stubs in 2 different ways: > # Javac, compile stubs in file > # {{ToolProvider.getSystemJavaCompiler}}, the standard API, compile stubs in > memory > It will be hard for us to maintain, so it's better to use the standard API > only. -- This message was sent by Atlassian JIRA (v7.6.3#76005)