ROASTER-72 Adds a new API to parse the multiple declarations of type in a file.#34
Closed
kuzukami wants to merge 4 commits intoforge:masterfrom
kuzukami:master
Closed
ROASTER-72 Adds a new API to parse the multiple declarations of type in a file.#34kuzukami wants to merge 4 commits intoforge:masterfrom kuzukami:master
kuzukami wants to merge 4 commits intoforge:masterfrom
kuzukami:master
Conversation
classes in a java file. An instance of the 'JavaSourceUnit' represents a java source file which contains multiple declarations of type. A API named Roaster.parse2(String encoding, InputStream data) is tentatively created to extract the JavaSourceUnit result. Some tests for the new function are created at 'JavaClassMultiDeclsInAFile.java'.
Contributor
Contributor
Contributor
Contributor
Member
There was a problem hiding this comment.
Why add this method to Roaster?
Author
There was a problem hiding this comment.
If you don't need this method, please remove the next release time.
Member
|
Hi kuzukami. Thank you for the PR and your effort on this. Can you create a JIRA in https://issues.jboss.org/browse/ROASTER? |
Contributor
Contributor
Contributor
Contributor
added 2 commits
July 7, 2015 13:42
code nearer to the original code as well as it can instead of such formatted code as in #toString().
Author
|
There is a bug in this pull request. I'll pull-req again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ROASTER-72: Adds a new API and data structure to parse the multiple declarations of
classes in a java file.
An instance of the 'JavaSourceUnit' represents a java source file which
contains multiple declarations of type.
An API named Roaster.parse2(String encoding, InputStream data) is
tentatively created to extract the JavaSourceUnit result.
Some tests for the new function are created at
'JavaClassMultiDeclsInAFile.java'.