I'm getting this in eclipse log during startup:
!ENTRY org.eclipse.ui.workbench 2 0 2011-04-05 12:48:50.453
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-04-05 12:48:50.453
!MESSAGE Conflict for 'FastCode.createnewresourcebundle.command':
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@4ce898),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ce898)),sourcePriority=16640)
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewPrintResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@4ce898),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ce898)),sourcePriority=16640)
which resuts that "Create Junit" task don't work.
Do you have the latest version of the plug-in? Can you make sure you don't have the old version of the plug-in in the eclipse plugins folder? Can you try to execute the create unit test from the top-level menu?
By the way the easy way to create a unit test is select method and then press the keyboard shortcut : control-alt-shift-U. let me know if that works.
Hi, I tried with shortcut control-alt-shift-U, from the top level menu, and context menu. It doesn't work.
Problem seams to be documented in eclipse log, while starting up it reports that there is:
"Conflict for 'FastCode.createnewresourcebundle.command': ...."
Yes, I'm using latest available version of FastCode, 1.2. No other version is present in plugins folder.
I tried to uninstall and install again FasCode plugin.
Here is log of eclipse sart with reinstalled fascode:
!SESSION 2011-04-11 11:56:34.359 -----------------------------------------------
eclipse.buildId=M20110210-1200
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product -clean
!ENTRY org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Problems parsing plug-in manifest for: "org.fastcode".
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "requires", found within a "plugin", ignored (line: 4).
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
!SUBENTRY 1 org.eclipse.equinox.registry 2 1 2011-04-11 11:57:07.437
!MESSAGE Unknown element "import", found at the top level, ignored.
and lower, again same old conflict message:
!MESSAGE Conflict for 'FastCode.createnewresourcebundle.command':
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewPrintResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@e8a298),
WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@e8a298)),sourcePriority=16640)
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@e8a298),
WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@e8a298)),sourcePriority=16640)
I fixed some problem. Can you download the jar file and try again?
Hi gdind,
thanks for fix, but it doesn't solve my problem with handler conflict for CreateNewResourceBundleViewAction and CreateNewPrintResourceBundleViewAction.
Creating of jUnit's doesn't work still.
Could you send me the eclipse log file or run eclipse with -consolelog option and send me the stack trace?
this is eclipse log related to fastCode:
!ENTRY org.sonar.ide.eclipse.jdt 1 0 2011-04-14 11:24:52.640
!MESSAGE SonarJdtPlugin stopped
!SESSION 2011-04-14 11:25:33.156 -----------------------------------------------
eclipse.buildId=M20110210-1200
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
!ENTRY org.eclipse.ui.workbench 2 0 2011-04-14 11:26:37.140
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-04-14 11:26:37.140
!MESSAGE Conflict for 'FastCode.createnewresourcebundle.command':
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewPrintResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),
WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriority=16640)
HandlerActivation(commandId=FastCode.createnewresourcebundle.command,
handler=ActionDelegateHandlerProxy(null,org.fastcode.popup.actions.snippet.CreateNewResourceBundleViewAction),
expression=AndExpression(ActionSetExpression(FastCode.actionSet,org.eclipse.ui.internal.WorkbenchWindow@9c87c1),
WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@9c87c1)),sourcePriority=16640)
Now I noticed new message, by trying to call "Create Unit Test" action from top menu, for some java class (package explorer)
This is not java class, cannot continue.
context menu > fast code > create Junit doesn't trigger any action.
It is unlikely that create unit test is not working because of this error. have you configured for the unit test? can you send the full log file and the screen shots of the configuration and the eclipse project this e-mail fastcodejava at gmail?
<a href="http://mscrow.com/university/index.html">index of university</a>;
<a href="http://mscrow.com/university/restaurants-near-duke-university.html">restaurants near duke university</a>;<a href="http://mscrow.com/university/georgia-tech-aquatic-center-information.html">georgia tech aquatic center information</a>
<a href="http://mscrow.com/university/rutgers-university-logo.html">rutgers university logo</a>;<a href="http://mscrow.com/university/zip-code-for-university-of-kentucky.html">zip code for university of kentucky</a>;<a href="http://mscrow.com/university/university-of-seattle-nursing-program.html">university of seattle nursing program</a>
<a href="http://mscrow.com/university/idaho-state-university-wilderness-rental-center.html">idaho state university wilderness rental center</a>;<a href="http://mscrow.com/university/butler-community-college-pennsylvania.html">butler community college pennsylvania</a>;<a href="http://mscrow.com/university/university-of-arkansas-ticket-office.html">university of arkansas ticket office</a>
<a href="http://mscrow.com/university/new-york-university-rare-disease.html">new york university rare disease</a>;<a href="http://mscrow.com/university/westminster-college-ny.html">westminster college ny</a>;<a href="http://mscrow.com/university/library-university-of-kentucky-law-school.html">library university of kentucky law school</a>
<a href="http://mscrow.com/university/white-hall-kent-state-university.html">white hall kent state university</a>;<a href="http://mscrow.com/university/museum-of-texas-tech-university.html">museum of texas tech university</a>;<a href="http://mscrow.com/university/university-of-delaware-transportation.html">university of delaware transportation</a>
<a href="http://mscrow.com/university/washington-university-tutorials.html">washington university tutorials</a>;<a href="http://mscrow.com/university/university-of-oklahoma-prevention.html">university of oklahoma prevention</a>;<a href="http://mscrow.com/university/duke-university-peanut.html">duke university peanut</a>
HuUKKp <a href="http://tvwvmscjcckt.com/">tvwvmscjcckt</a>, [url=http://hywtiduixqjh.com/]hywtiduixqjh[/url], [link=http://olcjvrctmjer.com/]olcjvrctmjer[/link], http://dcfqfkfewasv.com/
c8lFMh <a href="http://vudkaqiabret.com/">vudkaqiabret</a>, [url=http://heardlguyoqv.com/]heardlguyoqv[/url], [link=http://gccedbobonpz.com/]gccedbobonpz[/link], http://hlrikpdccwri.com/
eGswGY <a href="http://udbiuleyudcp.com/">udbiuleyudcp</a>, [url=http://fgoqofbnfmwe.com/]fgoqofbnfmwe[/url], [link=http://juwapsfasnux.com/]juwapsfasnux[/link], http://sqxrjtqlzmpl.com/
I'm truly enjoying the design and layout of your blog. It's a very easy on the eyes which makes it much more pleasant for me to come here and visit more often. Did you hire out a designer to create your theme? Superb work!
the north face clearance http://www.denalijacketscheapnow.com/2012/10/31/the-north-face-clearance-prize-draws/