Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
December 05, 2014 14:55
Not sure that I understand the question, but still. Why not using data providers:{code} @DataProviderpublic Object[][] data() { return new Object[][]{{"param1"}, etc};} @Test(dataProvider = "data"...
Community
IntelliJ IDEA Users
Programmatically adding custom tests in ide testng app
0 votes
Created
April 07, 2015 09:32
Hi,you may disable analysis with Hector: https://www.jetbrains.com/idea/help/status-bar.html.Anna
Community
IntelliJ IDEA Users
Disable highlighting in fxml code
0 votes
Created
May 04, 2015 15:27
works fine here. Did you try to restart?
Community
IntelliJ IDEA Users
IntelliJ cannot recognize the 'xml' File from Selenium Test with TestNG
0 votes
Created
June 11, 2015 13:08
I didn't ask about full code, I need a sample to reproduce the issue, the less code - the better. As your class is failed to be initialized, then most probably there are multiple instrumentations w...
Community
IntelliJ IDEA Users
Intellj Idea code coverage issue
0 votes
Created
June 23, 2015 09:09
Unfortunately only Alt-Enter|Create field intention is available. How did you get fxml with lots of ids? Were they created manually or was the fxml generated?Thanks,Anna
Community
IntelliJ IDEA Users
IntelliJ feature? Automatically generate fx:id fields in controller class
0 votes
Created
June 15, 2015 14:41
I won't be so sure with unused imports (due to implementation - in the editor you see another highlighting and offline inspection is not used a lot).Code cleanup works on generate equals/hashcode/e...
Community
IntelliJ IDEA Users
Code Cleanup absolutely incomplete
0 votes
Created
July 29, 2015 19:37
Please check if you have coverage-error.log in the working directory of the tests.Anna
Community
IntelliJ IDEA Users
Error during class instrumentation: com.sun.beans.finder.ClassFinder: java.lang.NullPointerException
0 votes
Created
September 02, 2015 08:48
Hi John,that's possible to fix. Will do it ASAP.Thanks,Anna
Community
IntelliJ IDEA Users
IDEA14: How to create linked documentation for JUnit test cases
0 votes
Created
October 05, 2015 11:59
Hi Martin,the paths looks strange: /home/marh20/app/intellij/intellij/bin//home/marh20/.m2/repository/junit/junit/4.12/junit-4.12.jar. Do you really have maven repository under IDEA's bin? Looks li...
Community
IntelliJ IDEA Users
Running JUnit test causes Exception NoClassDefFoundError: junit/textui/ResultPrinter
0 votes
Created
October 01, 2015 17:00
External libraries are configured separately: each library has "annotations root", where annotations for this library should be found
Community
IntelliJ IDEA Users
External Annotations only for third party libraries?
0 votes
«
First
‹
Previous
Next
›
Last
»