Branch: refs/heads/master
Home:
https://github.com/forge/intellij-idea-plugin
Commit: 002083401696f1ae7c74a1c836dcbc370177ca9c
https://github.com/forge/intellij-idea-plugin/commit/002083401696f1ae7c74...
Author: SosoTughushi <soso.tughush(a)devfactory.com>
Date: 2016-06-29 (Wed, 29 Jun 2016)
Changed paths:
M src/main/java/org/jboss/forge/plugin/idea/context/UIContextFactory.java
M src/main/java/org/jboss/forge/plugin/idea/runtime/UIPromptImpl.java
M src/main/java/org/jboss/forge/plugin/idea/ui/CommandListPopupBuilder.java
M
src/main/java/org/jboss/forge/plugin/idea/ui/component/CheckboxComponentBuilder.java
M src/main/java/org/jboss/forge/plugin/idea/ui/wizard/ForgeWizardDialog.java
Log Message:
-----------
Fixed rule 'Useless parentheses around expressions should be removed to prevent any
misunderstanding'; (#6)
Fixed rule 'Lamdbas containing only one statement should not nest this statement in a
block';
Fixed rule 'Overriding methods should do more than simply call the same method in the
super class';
Fixed rule 'Local Variables should not be declared and then immediately returned or
thrown';