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

Documentation for Oracle Forms metadata support #7

Closed
felipebz opened this issue Jul 31, 2016 · 1 comment
Closed

Documentation for Oracle Forms metadata support #7

felipebz opened this issue Jul 31, 2016 · 1 comment

Comments

@felipebz
Copy link
Owner

Since 0c5425c the plugin supports a "metadata" file, specified in the sonar.plsql.forms.metadata parameter, See a sample here: https://github.com/felipebz/sonar-plsql/blob/master/plsql-frontend/src/test/resources/metadata/metadata.json

With this information, is possible to create checks to validate indirect references to Oracle Forms objects, like: https://github.com/felipebz/sonar-plsql/blob/master/plsql-checks/src/main/java/org/sonar/plsqlopen/checks/InvalidReferenceToObjectCheck.java

The format of the metadata file should be documented and a sample project could be added to the source code.

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