-
-
Notifications
You must be signed in to change notification settings - Fork 376
refactor: Excluding decompiler related features from spoon-core #2766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b43b781
refactor: Excluding decopiler related feature from spoon-core
nharrand 19640c5
moving decompiler dependencies
nharrand 464e2ce
code duplication...
nharrand 6534cb7
pseudo update doc
nharrand aa9a73c
add travis build
nharrand db3ae9d
add travis build
nharrand 350116d
script permission update
nharrand d4db63e
attempt at fixing travis
nharrand afc6ebb
create spoon-pom
nharrand e3b0440
Merge branch 'master' of https://github.com/INRIA/spoon into exclude-…
nharrand 08a686e
spoon-pom
nharrand db3801f
stubbornness
nharrand d1c199b
using maven central cfr
nharrand 131991e
update poms
nharrand dc82592
update poms
nharrand f89d53a
more migration between poms
nharrand d90f56c
yet another try
nharrand a239ce3
add maven jxr to get rid of a warning
nharrand 3fd568a
renaming spoon-bytecode to spoon-decompiler
nharrand 6e40f85
update
nharrand f8717dd
add README to spoon-decompiler
nharrand e5c12b2
up
monperrus 19fc41a
up
monperrus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| #!/bin/bash | ||
|
|
||
| # This script intends to be run on TravisCI | ||
| # It executes compile and test goals | ||
|
|
||
| source /opt/jdk_switcher/jdk_switcher.sh | ||
|
|
||
| cd spoon-decompiler | ||
|
|
||
| jdk_switcher use oraclejdk8 & mvn -Djava.src.version=1.8 test |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| #!/bin/bash | ||
|
|
||
| # This script intends to be run on TravisCI | ||
| # it runs verify and site maven goals | ||
| # and to check documentation links | ||
|
|
||
| # fails if anything fails | ||
| set -e | ||
|
|
||
| source /opt/jdk_switcher/jdk_switcher.sh | ||
|
|
||
| # pip install --user CommonMark==0.7.5 requests pygithub | ||
|
|
||
| jdk_switcher use oraclejdk9 | ||
|
|
||
| cd spoon-decompiler | ||
|
|
||
| mvn -Djava.src.version=1.9 verify license:check site javadoc:jar install -DskipTests -DadditionalJOption=-Xdoclint:none | ||
|
|
||
| # checkstyle in src/tests | ||
| mvn checkstyle:checkstyle -Pcheckstyle-test |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.