Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stephen Friedrich
Total activity
1583
Last activity
November 28, 2025 21:06
Member since
February 20, 2003 08:19
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
646
Activity overview
Posts (205)
Comments (728)
Sort by recent activity
Recent activity
Votes
Created
September 29, 2006 21:46
Maybe, you have disabled assertions? This is the only way I can figure outabout this. If yes, please, enable them, and you'll see some otherexception, which, maybe, will help.Thanks again for the h...
Community
IntelliJ IDEA Open API and Plugin Development
XML Api: Help needed with Dom resolve/convert
0 votes
Created
September 26, 2006 11:04
I was hoping for code-completion in attribute value.Using String is my current workaround.In general: What is the benefit of using enums/NamedEnums in DOM interfaces?
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
Created
September 26, 2006 11:27
Currently I don't see any way. I can suggest to file a request.It's not that important.NamedEnum is just a named enum :). It has corresponding method. If your XMLenum variant isn't Java identifier,...
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
Created
September 26, 2006 12:43
I came across a couple more of these situations, so I filed a Jira request: http://www.jetbrains.net/jira/browse/IDEA-9542
Community
IntelliJ IDEA Open API and Plugin Development
XML DOM: "lax" enums?
0 votes
Created
September 21, 2006 17:02
Thanks Peter, but for Entity beans this returns null and I don't see how I can distinguish between stateless and stateful session beans.Any idea?It's not that important, because it turned out that ...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 21, 2006 17:36
Here's the simplest project I could think of.When my inspection runs on build 5734 and I ask for the ejbRole of class com.acme.foobar.User I get null.Attachment(s):ejbRoleTest.zip
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 21, 2006 18:22
Thanks a lot. Sorry for the confusion - I only ever entered the Java EE domain after EJB 3 was out so I am very easy to confuse...But then again JBoss Seam documentation and examples always talk ab...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 22, 2006 10:14
It shouldn't work, because the spec (xsd) says:Thanks for your patience and answering all those EE newbie questions.Strange. We'll look at it. Is "project tree" Project View or Java EE view?"projec...
Community
IntelliJ IDEA Open API and Plugin Development
EJB questions
0 votes
Created
September 09, 2006 23:32
Just for the sake of anybody else wo will search the forum for an answer:Look at the methods in PsiShortNamesCache.You get this cache by using PsiManager.getInstance(project).getShortNamesCache()
Community
IntelliJ IDEA Open API and Plugin Development
How to search file by file name in project's root directory?
0 votes
Created
June 22, 2004 17:31
Thanks so much, Gordon. These are my very first steps in Idea plug-in development and documentation is, hm, sub-optimal.I was so focused on the listener class, I did not really think about making b...
Community
IntelliJ IDEA Open API and Plugin Development
RefactoringElementListener: How to get old name/package?
0 votes
«
First
‹
Previous
Next
›
Last
»