-
Notifications
You must be signed in to change notification settings - Fork 11
com.coala.core: Update urls coala-analyzer #32
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
base: master
Are you sure you want to change the base?
Conversation
| URI coalaWebsite = null; | ||
| try { | ||
| coalaWebsite = new URI("http://coala-analyzer.org"); | ||
| coalaWebsite = new URI("http://coala.org"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coala.io
| /** | ||
| * Get details of all bears that are available on the user's system. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Invoke coala binary. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Run coala using the .coafile in the project directory. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Creates a problem marker. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Searches for the given binary in the PATH environmental variable. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Process the JSON output of coala and add marker for each problem. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
| /** | ||
| * Process the JSON output of coala and add marker for each problem. | ||
| * | ||
| * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unrelated change
com.coala.feature/feature.xml
Outdated
| provider-name="coala"> | ||
|
|
||
| <description url="http://coala-analyzer.org/"> | ||
| <description url="http://coala.org/"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coala.io
com.coala.feature/feature.xml
Outdated
| <description url="http://coala.org/"> | ||
| The coala Eclipse plug-in provides static code analysis using coala. | ||
| Visit http://coala-analyzer.org/ for more information. | ||
| Visit http://coala.org/ for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coala.io
Changed urls that contained coala-analyzer to coala. Closes #28
|
ping @CristianPopa96, you have a few things to tidy up here. |
Changed urls that contained coala-analyzer to coala.
Closes #28