Anders Holmbech Brandt

- Total activity 47
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
Anders Holmbech Brandt created a post, Slow unit startup
hi,I have a project where it takes up to 5 seconds before it acutally starts running my unit test.It is "instantiating test".I simply can't understand what is going on.Its a project with 4 modules ... -
Anders Holmbech Brandt created a post, [ANN] Wicket Assistant v0.1.3
Hi,New version of the Wicket Assistant plugin for Intellij Idea. Downloadit from the plugin manager within Idea. Works in version 5.X and 6.X.Features implemented: On-the-fly Inspection checking... -
Anders Holmbech Brandt created a post, Plugin updated notification
hi,Is it possible to get information of the installed plugins and their versions and wether they have a new version in the plugin repository ?I really miss some automated feature that tells me (and... -
Anders Holmbech Brandt created a post, problem with visitNewExpression ?
hi,I have a problem with the visitNewExpression method from the PsiRecursiveElementVisitor class.The following snippet of code does not invoke a call to the visitNewExpressionform.add(new RequiredT... -
Anders Holmbech Brandt commented, -
Anders Holmbech Brandt created a post, [ANN] Wicket Assistent
hi,I would just like to announce that I have started a wicket plugin forIntellij Idea and have uploadet to the plugin repository some minutesago and its now available for use and download.Wicket As... -
Anders Holmbech Brandt created a post, inspection descriptions missing
Hi,I'm trying to add a description for my inspection in the error dialog. Here is my jar structure:com - the sourceinspectionDescriptions - the dir with the html filesMETA-INF - the plugin.xml etc.... -
Anders Holmbech Brandt created a post, Inspection called too many times
hi,I have created an inspection that overrides the buildVisitor method and then again overrides the visitNewExpression method. That works nicely and my code is being called correctly. Only problem ... -
-
Anders Holmbech Brandt commented,