]
George Gastaldi closed FORGE-2549.
----------------------------------
Fix Version/s: (was: 3.x Future)
Assignee: George Gastaldi
Resolution: Done
WARN in idea.log when starting up JBoss Forge plugin
----------------------------------------------------
Key: FORGE-2549
URL:
https://issues.jboss.org/browse/FORGE-2549
Project: Forge
Issue Type: Enhancement
Components: UI - IntelliJ IDEA
Affects Versions: 3.0.0.Alpha2
Reporter: Claus Ibsen
Assignee: George Gastaldi
Priority: Minor
Notice these in the idea.log file when JBoss Forge is started when you press cmd + alt
4.
{code}
2015-12-08 11:26:39,671 [ 41111] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:26:39,671 [ 41111] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:08,943 [ 70383] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,662 [ 72102] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,685 [ 72125] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,827 [ 72267] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,860 [ 72300] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.PluginService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,860 [ 72300] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:10,861 [ 72301] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:18,251 [ 79691] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.ForgeService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
2015-12-08 11:27:18,252 [ 79692] WARN - napi.components.ServiceManager -
org.jboss.forge.plugin.idea.service.PluginService requested as a service, but it is a
component - convert it to a service or change call to
ApplicationManager.getApplication().getComponent()
{code}
The idea.log file is located on my computer at:
{code}
./Library/Logs/IntelliJIdea15/idea.log
{code}