-
Notifications
You must be signed in to change notification settings - Fork 748
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
Added yaml lexer for yaml file analysis #4409
Conversation
Signed-off-by: Gino Augustine <ginoaugustine@gmail.com>
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/yaml/Consts.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/yaml/YamlAnalyzer.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/main/java/org/opengrok/indexer/analysis/yaml/YamlAnalyzerFactory.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/main/jflex/analysis/yaml/YamlSymbolTokenizer.lex
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/yaml/YamlSymbolTokenizerTest.java
Outdated
Show resolved
Hide resolved
opengrok-indexer/src/test/java/org/opengrok/indexer/analysis/yaml/YamlXrefTest.java
Outdated
Show resolved
Hide resolved
Yay ! In general looks good, I just have a few nits. |
…aml/Consts.java Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
…aml/YamlAnalyzer.java Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlAnalyzerFactory.java Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…zer.lex Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlSymbolTokenizerTest.java Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
…aml/YamlXrefTest.java Co-authored-by: Vladimir Kotal <vlada@kotalovi.cz>
resolves #4353
Added yaml lexer support
Added libyaml for ctgs to parse yaml file
Sample output