Skip to content
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

Warning in Java9 #834

Open
takahi-i opened this issue May 7, 2018 · 0 comments
Open

Warning in Java9 #834

takahi-i opened this issue May 7, 2018 · 0 comments

Comments

@takahi-i
Copy link
Member

takahi-i commented May 7, 2018

In Java9 environment I got the following warning messages.

redpen ~/work/gihyo-redpen/chapter3.adoc
[2018-05-07 22:43:05.400][INFO ] cc.redpen.Main - Configuration file: /Users/takahi-i/IdeaProjects/mltech-book/redpen-conf.xml
[2018-05-07 22:43:05.406][INFO ] cc.redpen.config.ConfigurationLoader - Loading config from specified config file: "/Users/takahi-i/IdeaProjects/mltech-book/redpen-conf.xml"
[2018-05-07 22:43:05.417][INFO ] cc.redpen.config.ConfigurationLoader - Succeeded to load configuration file
[2018-05-07 22:43:05.417][INFO ] cc.redpen.config.ConfigurationLoader - Language is set to "ja"
[2018-05-07 22:43:05.417][WARN ] cc.redpen.config.ConfigurationLoader - No variant configuration...
[2018-05-07 22:43:05.419][INFO ] cc.redpen.config.ConfigurationLoader - More than one "symbol " blocks in the configuration
[2018-05-07 22:43:05.422][INFO ] cc.redpen.config.SymbolTable - "ja" is specified.
[2018-05-07 22:43:05.422][INFO ] cc.redpen.config.SymbolTable - "zenkaku" variant is specified
[2018-05-07 22:43:05.953][INFO ] cc.redpen.parser.SentenceExtractor - "[。, ?, !]" are added as a end of sentence characters
[2018-05-07 22:43:05.953][INFO ] cc.redpen.parser.SentenceExtractor - "[’, ”]" are added as a right quotation characters
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.parboiled.transform.AsmUtils (file:/opt/brew/Cellar/redpen/1.10.0/libexec/lib/parboiled-java-1.1.7.jar) to method java.lang.ClassLoader.findLoadedClass(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.parboiled.transform.AsmUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant