Plugins that don't work with Selena


0

I don't have the stack trace but it's something about a deprecated method.

"Brad L." <no@no.no> wrote in message news:epcvp0$mau$1@is.intellij.net...
>



0

does nothing after selecting an expression

0

SmartIntroduce 1.5.9 works fine for me on Selena.

HamsterofDeath wrote:

does nothing after selecting an expression

0

Hibero caused some kind fo cyclic reference, but I don't have a dump. It prevented Selena from starting.

0

the plugin manager only offers me an old version (1.5). i didn't know about 1.5.9, which works fine.

0

Unable to open *.sql files. Sorry, forgot to copy the stacktrace again but
it had something to do with a lexer

"Brad L." <no@no.no> wrote in message news:epcvp0$mau$1@is.intellij.net...
>



0


Brad L. wrote:

Unable to open *.sql files. Sorry, forgot to copy the stacktrace again but
it had something to do with a lexer


That reminds me that Batch Scripts Support and Jar Manifest have the
same problem. Probably some change in the language api which affects any
plugin which uses it and is not yet updated for Selena.

Bas

0


HamsterofDeath wrote:

the plugin manager only offers me an old version (1.5). i didn't know
about 1.5.9, which works fine.


Yes, I had the same problem on one machine. I wondered for a couple of
days why introduce variable did not work there, but worked fine on two
others. Then I noticed the version difference.

Bas

0

This is because version 1.5.9 has the until-build number set to 6500 (I wasn't sure if there might be incompatible changes in post-6.0.x versions) and 1.5 did not have an until-build number set which caused it to be offered by the plugin manager. I've deleted all old versions, so no incompatible version should be offered any more.

1.5.10 will be available soon. Sorry for the inconvenience.

Sascha

0

could you add a smart evaluate feature? let the user choose which expression to evaluate? should be pretty simple, since it's basically the same as introduceXY, just the final action is another

0

Thanks, Bas

Will look on it

0

CVS Bar 0.6 - the developer is informed.

Peter

0

GenerateToString is failing silently without any action. Stacktrace below:

2007-03-13 13:48:40,007 ERROR - com.intellij.ide.IdeEventQueue - Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.ui.popup.PopupFactoryImpl$ActionPopupStep$1@1987fe9,notifier=null,catchExceptions=false,when=1173808119960] on sun.awt.windows.WToolkit@e59e40
java.lang.NoSuchMethodError: com.intellij.ide.util.MemberChooser.]]>([Ljava/lang/Object;ZZLcom/intellij/openapi/project/Project;Z)V
at org.intellij.idea.plugin.tostring.GenerateToStringActionHandlerImpl.doExecuteAction(GenerateToStringActionHandlerImpl.java:166)
at org.intellij.idea.plugin.tostring.GenerateToStringActionHandlerImpl.executeWriteAction(GenerateToStringActionHandlerImpl.java:73)
at com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler$1.run(EditorWriteActionHandler.java:52)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute(ApplicationImpl.java:2)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside(PostprocessReformattingAspect.java:16)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:57)
at com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler.execute(EditorWriteActionHandler.java:36)
at com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:52)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:30)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:19)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:58)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:43)
at com.intellij.ui.popup.PopupFactoryImpl$ActionPopupStep$1.run(PopupFactoryImpl.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:131)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:90)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:153)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)

0

Generate toString().

Today I got it up and running on EAP (IDEA 7). I'm in the process of hosting the plugin at Google code.

I'll upload source code and anyone that want to help can now easier do it as you can get commit rights, and also be on the role as release manager.

Future developments of the plugin is targeted for IDEA 7. If anyone want to try a beta .jar in EAP, let me know and i can email one.

0

v4.0.0 of generate-toString() just released that works.

0

MetricsReloaded does not work with Selena (nor 6.xx release)

0

Dilbert

The Dilbert plugin does not work if you are behind a firewall. In IJ 6.0.x it works, when the proxy is specified. In Selena a connection to the Dilbert site cannot be established with the same settings.

0

Hi Thomas,

Thomas Gülden wrote:

The Dilbert plugin does not work if you are behind a firewall. In IJ
6.0.x it works, when the proxy is specified. In Selena a connection
to the Dilbert site cannot be established with the same settings.


I guess you mean a proxy server rather than (simply) a firewall?

Another couple of users recently reported the same thing. I don't
understand what's going wrong. The plug-in as downloaded from the
repository fails for me with the latest Selena build but the same
proxy-handling code compiled with JDK 1.4 against IDEA 5.0 devkit jars
(i.e. the same as the latest plug-in version) works fine here with
Selena when tested against Squid and tinyproxy. Puzzling. I'm not
planning to spend time figuring it out as I'm testing a new version of
the plug-in at the moment and should be releasing it soon - I'll address
any problems that continue to manifest in that release.

--
Mark Scott
mark@codebrewer.com

0

Hi Thomas,

Thomas Gülden wrote:

The Dilbert plugin does not work if you are behind a firewall.


Can you please try the latest release and let me know if it works for you?

--
Mark Scott
mark@codebrewer.com

0

ANTLRWorks hasn't worked for a long time (I don't think it works in 6.x either, sadly).

Cheers,
Colin

0

It doesn't work for me :(

Log file extract:

2007-07-18 09:27:13,468 INFO - ilbert.DilbertDailyStripPlugin - disclaimer ack'd
2007-07-18 09:27:13,468 INFO - ilbert.DilbertDailyStripPlugin - Fetching strip if homepage modified since Thu, 01 Jan 1970 00:00:00 GMT
2007-07-18 09:27:13,921 INFO - nt.auth.AuthChallengeProcessor - ntlm authentication scheme selected
2007-07-18 09:27:13,921 INFO - .httpclient.HttpMethodDirector - No credentials available for NTLM ]]>@proxy:8080
2007-07-18 09:27:13,921 INFO - ilbert.DilbertDailyStripPlugin - Got HTTP status code 407 when fetching http://www.dilbert.com/
2007-07-18 09:27:14,125 INFO - ilbert.DilbertDailyStripPlugin - Error fetching current daily strip from dilbert.com
java.io.IOException: Got HTTP status code 407 when fetching http://www.dilbert.com/
at org.codebrewer.idea.dilbert.http.DilbertDailyStripFetcher.fetchDailyStrip(DilbertDailyStripFetcher.java:443)
at org.codebrewer.idea.dilbert.DilbertDailyStripPluginImpl$FetchDailyStripTask.run(DilbertDailyStripPluginImpl.java:303)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)

0

Hi Jens,

Jens Voss wrote:

It doesn't work for me :(


Sorry about that. Is this a regression or did the last version of the
plug-in also not work in that environment?

Log file extract:

2007-07-18 09:27:13,921 INFO - nt.auth.AuthChallengeProcessor - ntlm authentication scheme selected

2007-07-18 09:27:13,921 INFO - .httpclient.HttpMethodDirector - No credentials available for NTLM <any realm>@proxy:8080
2007-07-18 09:27:13,921 INFO - ilbert.DilbertDailyStripPlugin - Got HTTP status code 407 when fetching http://www.dilbert.com/


The error message points to NTLM authentication being the problem. The
proxy server's rejecting the BASIC method and saying that authentication
is still required.

I use Jakarta Commons HttpClient and its doc says NTLM auth is supported
so I'll read up on how to use it. I won't personally be able to test
this though - would you mind testing any new builds for me?

--
Mark Scott
mark@codebrewer.com

0

Hi Jens,

Jens Voss wrote:

It doesn't work for me :(


Sorry about that. Is this a regression or did the
last version of the
plug-in also not work in that environment?


Nope, it had been like that before, too (I did not check the log file though).



I use Jakarta Commons HttpClient and its doc says
NTLM auth is supported
so I'll read up on how to use it. I won't personally
be able to test
this though - would you mind testing any new builds
for me?


No problem; let me know when you want me to try out
a new build (my email is jens.voss resco.de)

Regards,
Jens

0

Visual Paradigm throws exceptions and was causing issues. I had to stop using it.

0

WebServicesPlugin

com/intellij/openapi/deployment/ModuleContainer
java.lang.NoClassDefFoundError: com/intellij/openapi/deployment/ModuleContainer
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.advancedtools.webservices.utils.EnvironmentFacade.getInstance(EnvironmentFacade.java:125)
at com.advancedtools.webservices.WebServicesPlugin.registerXFireLiveTemplates(WebServicesPlugin.java:523)
...



java.lang.NullPointerException
at com.advancedtools.webservices.WebServicesPlugin.registerXFireLiveTemplates(WebServicesPlugin.java:524)
at com.advancedtools.webservices.WebServicesPlugin.initComponent(WebServicesPlugin.java:334)
...

0

SimpleUML seems to work OK but generates an exception during IDEA start-up.

I've attached the stack trace.



Attachment(s):
IDEA7-7126-SimpleUML-Exception.txt
0

TestNG-J (1.1.1):

com.theoryinpractice.testng.TestNGConsoleView.createUpDownStacktraceActions()[Lcom/intellij/openapi/actionSystem/AnAction;
java.lang.AbstractMethodError: com.theoryinpractice.testng.TestNGConsoleView.createUpDownStacktraceActions()[Lcom/intellij/openapi/actionSystem/AnAction;
at com.intellij.execution.runners.RunContentBuilder.a(RunContentBuilder.java:58)
at com.intellij.execution.runners.RunContentBuilder.a(RunContentBuilder.java:30)
at com.intellij.execution.runners.RunContentBuilder.showRunContent(RunContentBuilder.java:17)
at com.intellij.execution.runners.RunStrategyImpl.a(RunStrategyImpl.java:56)
at com.intellij.execution.runners.RunStrategyImpl.access$200(RunStrategyImpl.java:23)
at com.intellij.execution.runners.RunStrategyImpl$3.run(RunStrategyImpl.java:5)
at com.intellij.execution.impl.ExecutionManagerImpl$1.run(ExecutionManagerImpl.java:12)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:2)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.c(IdeEventQueue.java:192)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:147)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:130)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

0

请先登录再写评论。