You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In Java9 environment I got the following warning messages.
The text was updated successfully, but these errors were encountered: