Stephen Friedrich

- Total activity 1565
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 639
-
Created Is there a way to suppress the "JSF EL out of attribute" error?
I am using facelets, where this is not an error, but works nicely.Idea also resolves the EL expression, but still makes gives error, so that my jsp files show lots of errors.Where can I switch this... -
Created Dev package with ready made Idea projects?
Wouldn't it be nice if the plugin dev package came with all plugin sources already extracted and ready made Idea projects that people can simply open?To do serious plugin work you really have to ha... -
Created EJB questions
How do I get the type of a PsiClass: Entity Bean, SLSB, SFSB, or neither of itCurrently I check for annotations which obviously is incomplete, as even in EJB3 beans may be defined in deployment des... -
Created Context menu for "Open Explorer", "Open Command Line", and "System Open"
This topic has come up a while before, but it's buried in another discussion.I post it here again, so that I will be able to find it again on my next fresh install of Idea ;)You can simply add exte... -
Created InspectionGadgets and Inspection-JS clash
I tried to add this as a comment to IDEA-9351 but Jira isn't currently working.Both plugins have an inspection called "Redundant Local Variable".If the java inspection triggers and you choose "Edit... -
Created Modify files before build
Quite often it is impossible to correctly configure Idea for a project that is using ant to build, because ant filter tokens are used to modify files during the build process.Is it possible to writ... -
Created EnterpriseBean.getClassInterceptors() only returns annotations?
If I have class interceptors defined in ejb-jar.xml for example <interceptor-binding> <ejb-name>HotelBookingAction</ejb-name> <interceptor-class>org.jboss.seam.ejb.Seam... -
Created Annotate method paramaters in LocalInspectionTool as @NotNull?
E.g. in public ProblemDescriptor[] checkMethod(PsiMethod method, InspectionManager manager, boolean isOnTheFly)In my own inspection subclass I can rely on method and manager arguments to be not n... -
Created Access to deployment descriptor: ejb-jar.xml
I need to have access to the ejb-jar.xml of an ejb module and modify it. If it is not currently configured I'd like to add it (both the file and the deployment descriptor in the module settings).An... -
Created What is the lifecycle of a PsiElement?
Can I store it in a table model, display it in the GUI and use it to navigate to the element when the user double clicks a row?What's a better mechanism to do so?