-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: master
Are you sure you want to change the base?
Conversation
@@ -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"); |
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
@@ -174,7 +174,7 @@ public void onProcessFailed(ExecuteException executeException) { | |||
|
|||
/** | |||
* 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
@@ -29,7 +29,7 @@ | |||
|
|||
/** | |||
* 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
@@ -108,7 +108,7 @@ public void onProcessFailed(ExecuteException executeException) { | |||
|
|||
/** | |||
* 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
@@ -333,7 +333,7 @@ private static boolean isWindows() { | |||
|
|||
/** | |||
* 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
@@ -300,7 +300,7 @@ public static void processJsonAndMark(String json, IProject project) throws IOEx | |||
|
|||
/** | |||
* 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
@@ -214,7 +214,7 @@ public static JSONArray getAvailableBears() throws ExecuteException, IOException | |||
|
|||
/** | |||
* 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
@@ -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. | |||
* | |||
* |
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
@@ -5,9 +5,9 @@ | |||
version="1.0.0.qualifier" | |||
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
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