Duplicate case label : IDE Bug?
Hello, I am experiencing a "Duplicate case Label" using this code in a win-1252 codepage : for (int cnt = 0; cnt < nrOfChars; cnt++) { ch = someText.toLowerCase().charAt(cnt);...
View ArticleMaven POM and Idea web artifacts differ
Having some issues with a Maven project, that is also a Maven project inside IDEA. When I build with the POM on the command line I get a different set of jars in the war/target folder than when I...
View ArticleError during artifact deployment. See server log for details.
Everytime this web war exploded is unable to be deployed .....please solve the issue ASAP...... "C:\Program Files\Java\jdk1.7.0_67\bin\java"...
View ArticleNullPointerException in "Create New Project"
Guys, I'm not sure this is the right community as my question is for the open source IDEA: I've checkout the project from https://github.com/JetBrains/intellij-community built and ran the IDEA.When I...
View ArticleStreamlined way to connect to Apache Open Office databases?
I'm working with a system that employs databases in the OpenOffice '.odb' format. These are essentially HSQL databases that have been zipped up with some other metadata. Now the IntelliJ data viewer...
View ArticleStop on first error when running a (DB2) database script
Hello, I was wondering if it is possible to stop executing a database script (DB2 in my case) as soon as an error occurs.If I run an SQL script against my DB2 databse from within IntelliJ, the whole...
View ArticleNo "run tests" options in simple unit test in project with gradle
Im in a test file, right click, get the context menu -- no option to run unit tests. Shouldn't I be seeing something here? I marked the parent directory as a Test Source Root. Also, when I use the...
View ArticleFailure deploying from IDEA 13.1.4 to Glassfish v4.1 - "Server is not...
When trying to deploy a RESTful web service to Glassfish 4.1, IDEA consistently reports that "Server is not connected. Deploy is not available." See the console output below. Manual deployment of the...
View Articlemake fired by a Junit test does not compile the same way as the ordinary build ?
Here is the problem:I changed code to adapt to java 1.8: some methods of a Class were moved to default methods of an interface.everything compiles fine.but when I start a Junit tests there is a make...
View ArticleGenerating JPA annotations from SQL Server identity columns
Hi,I'm generating entities from a MS SQL Server DB, using the following jpa file:<persistence xmlns="http://java.sun.com/xml/ns/persistence"...
View ArticleFTPS suddenly stopped working
Hi, I have been using ftps implicit connection over port 990 to deploy to our server, but in the last couple days it stopped working. I got the error message "Connection to domain.com failed. Could...
View ArticleHow to setup and run cucumber bdd test for android project in intellij 13.1.4...
Intellij IDE supports cucumber natively. But the problem is I am trying to create and run a cucumber test on an android projects in intellij 13.1.4 IDE. After much research I came across this...
View ArticleHow to setup and run cucumber bdd test for android project in intellij 13.1.4...
Intellij IDE supports cucumber natively. But the problem is I am trying to create and run a cucumber test on an android projects in intellij 13.1.4 IDE. After much research I came across this...
View ArticleIncorrect "Incompatible return type Object in lambda expression"
Using Intellij 13.1.4 and Java 8 Given the source code: package my.foobar; import java.util.concurrent.ConcurrentMap;import java.util.stream.Collectors; import...
View ArticleCannot disable "
I've exhaustively gone through the settings and disabled all forms of autocomplete, intentions, templates, etc, but the editor *still* insists on autocompleting my html tags after I type "</". To...
View ArticleFormatting variable definition
Hi, Here is a statement:String s = "aa...aa";If the value is long enough to exceed the line length, the autoformatting turns it into:String s = "aa...aa";I would expectString s =...
View ArticleText/Navigation Tab in Editor Tab missing
Hello everyone, I am experiencing the following issue in an exising JSF project in IntelliJ IDEA 13.1.4.135.1230. While editing the face-config.xml I'm missing the "Text" and "Navigation" tabs...I...
View ArticleFailure deploying from IDEA 13.1.4 to Glassfish v4.1 - "Server is not...
When trying to deploy a RESTful web service to Glassfish 4.1, IDEA consistently reports that "Server is not connected. Deploy is not available." See the console output below. Manual deployment of the...
View Article"Too much output to process" when run jsp homepage in Struts 2 project
I am using IntelliJ IDEA 13.1, Windows 7, Tomcat 8.0.9. I am Struts 2 newbie. I create new Struts 2 project from archetype: strust2-archetype-starter. When I run index.jsp, console ouput: "Too much...
View ArticleAdding Enterprise Plugin Repository fails using idea.properties
Hi all, We're using Intellij Idea for most of our development work and recently a colleague created a plugin for Intellij Idea.I've read up on distributing this plugin within te company, specific using...
View Article