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

com.coala.core: Update urls coala-analyzer #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

com.coala.core: Update urls coala-analyzer #32

wants to merge 1 commit into from

Conversation

CristianPopa96
Copy link

Changed urls that contained coala-analyzer to coala.

Closes #28

@@ -17,7 +17,7 @@
public static void installcoalaDialog() {
URI coalaWebsite = null;
try {
coalaWebsite = new URI("http://coala-analyzer.org");
coalaWebsite = new URI("http://coala.org");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coala.io

@@ -174,7 +174,7 @@ public void onProcessFailed(ExecuteException executeException) {

/**
* Get details of all bears that are available on the user's system.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -29,7 +29,7 @@

/**
* Invoke coala binary.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -108,7 +108,7 @@ public void onProcessFailed(ExecuteException executeException) {

/**
* Run coala using the .coafile in the project directory.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -333,7 +333,7 @@ private static boolean isWindows() {

/**
* Creates a problem marker.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -300,7 +300,7 @@ public static void processJsonAndMark(String json, IProject project) throws IOEx

/**
* Searches for the given binary in the PATH environmental variable.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -214,7 +214,7 @@ public static JSONArray getAvailableBears() throws ExecuteException, IOException

/**
* Process the JSON output of coala and add marker for each problem.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -256,7 +256,7 @@ public static void processJsonAndMark(String json, IFile file) throws IOExceptio

/**
* Process the JSON output of coala and add marker for each problem.
*
*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated change

@@ -5,9 +5,9 @@
version="1.0.0.qualifier"
provider-name="coala">

<description url="http://coala-analyzer.org/">
<description url="http://coala.org/">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coala.io

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.
Copy link
Member

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
@jayvdb
Copy link
Member

jayvdb commented Dec 28, 2017

ping @CristianPopa96, you have a few things to tidy up here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants