¡@

Home 

java Programming Glossary: intellij

How to find unused/dead code in java projects

http://stackoverflow.com/questions/162551/how-to-find-unused-dead-code-in-java-projects

Edit Note that we already use code coverage tools Clover IntelliJ but these are of little help. Dead code still has unit tests..

Problems importing project into Android Studio regarding ActionBarSherlock

http://stackoverflow.com/questions/16577580/problems-importing-project-into-android-studio-regarding-actionbarsherlock

into my project. Were there known issues with ABS and IntelliJ which of course Android Studio is now based Here are a few errors.. appreciated Edit Seems there are no issues using Standard IntelliJ IDEA. Many guides online for setting it up with ABS. Also as.. Jake mentioned he's actually been developing the thing in IntelliJ Here is an example guide http android wtf.com 2012 09 how to..

Java VM: reproducable SIGSEGV on both 1.6.0_17 and 1.6.0_18, how to report?

http://stackoverflow.com/questions/2299250/java-vm-reproducable-sigsegv-on-both-1-6-0-17-and-1-6-0-18-how-to-report

when launching our app while still using Java 1.6 to run IntelliJ IDEA etc. on the same machine simultaneously but my question.. JVM never crash for example I've got two instances of IntelliJ IDEA running as two different users on that same machine and..

What are major differences between C# and Java?

http://stackoverflow.com/questions/295224/what-are-major-differences-between-c-sharp-and-java

Java both free e.g. Eclipse Netbeans and commercial e.g. IntelliJ IDEA Beyond that and what's in your summary already Generics..

What is the difference between javac and the Eclipse compiler?

http://stackoverflow.com/questions/3061654/what-is-the-difference-between-javac-and-the-eclipse-compiler

over javac is Apache Tomcat uses ECJ to compile JSPs IntelliJ IDEA has support for ECJ as of GNU Compiler for Java GCJ 4.3..

How to ensure hashCode() is consistent with equals()?

http://stackoverflow.com/questions/410236/how-to-ensure-hashcode-is-consistent-with-equals

and other operations that use the hashCode. IDEs such as IntelliJ Idea have built in generators for equals and hashCode that generally..

“Uncompilable source code” RuntimeException in netbeans

http://stackoverflow.com/questions/4386076/uncompilable-source-code-runtimeexception-in-netbeans

. I'm pretty experienced in Java but am more used to IntelliJ and haven't used Netbeans at all. I've done it a bit of googling..

Which @NotNull Java annotation should I use?

http://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use

inactive. source com.intellij.annotations.NotNull Used by IntelliJ IDEA IDE for static analysis. documentation lombok.NonNull Used.. namespace at all even though I love what the Lombok and IntelliJ are doing . Otherwise you might be creating a dependency on..

How do I set up IntelliJ IDEA for Android applications?

http://stackoverflow.com/questions/5271182/how-do-i-set-up-intellij-idea-for-android-applications

do I set up IntelliJ IDEA for Android applications How do I set up IntelliJ IDEA.. up IntelliJ IDEA for Android applications How do I set up IntelliJ IDEA for Android applications java android intellij idea .. and mark Accept All and install. Download and install IntelliJ IDEA The community edition is free Wait for all downloads and..

Java 7 language features with Android

http://stackoverflow.com/questions/7153989/java-7-language-features-with-android

need to use Eclipse. For instance Android Studio 0.3.2 IntelliJ IDEA CE and other javac based IDEs supports compiling to Android..

What are good InstallAnywhere replacements for installing a Java EE application?

http://stackoverflow.com/questions/759855/what-are-good-installanywhere-replacements-for-installing-a-java-ee-application

plain old Java with coding assistance resembling that of IntelliJ IDEA. We deemed the cost of install4j floating licenses reasonable..

Installing IDEA on Ubuntu 11.10

http://stackoverflow.com/questions/8382641/installing-idea-on-ubuntu-11-10

as instructed. However it complains ERROR cannot start IntelliJ IDEA. No JDK found to run IDEA. Please validate either IDEA_JDK.. It's highly recommended to use Oracle JDK to run IntelliJ IDEA on Linux OpenJDK is strictly unsupported because of the.. download JRE instead of the JDK which will not work as IntelliJ IDEA needs tools.jar that is missing from JRE package . Here..

Is it possible to specify which network interface for a JVM ( or IDE ) to use

http://stackoverflow.com/questions/1008781/is-it-possible-to-specify-which-network-interface-for-a-jvm-or-ide-to-use

I would appreciate the help. java networking ide jvm intellij idea share improve this question The NIC used for comms..

Correct way to add lib/*.jar to an IntelliJ IDEA project?

http://stackoverflow.com/questions/1051640/correct-way-to-add-lib-jar-to-an-intellij-idea-project

in IntelliJ IDEA Yes I'm an IntelliJ IDEA beginner java intellij idea share improve this question File Project Structure..

How to build jars from IntelliJ properly?

http://stackoverflow.com/questions/1082580/how-to-build-jars-from-intellij-properly

empty besides a META INF file . java build process jar intellij idea share improve this question Here's how to build a jar..

Setting up scala with IntelliJ

http://stackoverflow.com/questions/10827017/setting-up-scala-with-intellij

scala plugin make this work out of the box java osx scala intellij idea share improve this question You need to specify usr..

Step through JDK source code in IntelliJ IDEA

http://stackoverflow.com/questions/1313922/step-through-jdk-source-code-in-intellij-idea

a copy of the corresponding .java file . java debugging intellij idea jdk share improve this question UPDATE IntelliJ IDEA..

Problems importing project into Android Studio regarding ActionBarSherlock

http://stackoverflow.com/questions/16577580/problems-importing-project-into-android-studio-regarding-actionbarsherlock

wtf.com 2012 09 how to configure actionbarsherlock with intellij idea However I'm still unsure why its not working in Android.. error and needed to delete test junit java android intellij idea actionbarsherlock android studio share improve this question..

How to create a .jar file or export jar on IntelliJ (like eclipse java archive export) [duplicate]

http://stackoverflow.com/questions/2025607/how-to-create-a-jar-file-or-export-jar-on-intellij-like-eclipse-java-archive-e

create a jar file like eclipse java archive export java intellij idea share improve this question For Intellij IDEA version..

Things possible in IntelliJ that aren't possible in Eclipse?

http://stackoverflow.com/questions/239732/things-possible-in-intellij-that-arent-possible-in-eclipse

Please downvote any flamebait answers . java eclipse ide intellij idea share improve this question CTRL click that brings..

Add a properties file to intelliJ's classpath

http://stackoverflow.com/questions/3765998/add-a-properties-file-to-intellijs-classpath

the code to log something. What is the right way to tell intellij to include the resources folder in the classpath so the properties.. I've been trying for an hour. I really hate this part of intellij. How about an Add to classpath option somewhere fume vent rant.. an Add to classpath option somewhere fume vent rant java intellij idea classpath share improve this question Try this Go to..

IntelliJ IDEA - caret behavior

http://stackoverflow.com/questions/4493697/intellij-idea-caret-behavior

I want caret to be Is such setting possible Thanks java intellij idea share improve this question File Settings or Preferences..

Things possible in Eclipse that aren?™t possible in IntelliJ? [closed]

http://stackoverflow.com/questions/461255/things-possible-in-eclipse-that-arent-possible-in-intellij

This is the analog of this question . java eclipse ide intellij idea share improve this question My favourite small annoyance..

Which @NotNull Java annotation should I use?

http://stackoverflow.com/questions/4963300/which-notnull-java-annotation-should-i-use

work with Findbugs too but JSR 305 is inactive. source com.intellij.annotations.NotNull Used by IntelliJ IDEA IDE for static analysis... no standard. source documentation java null annotations intellij idea nullpointerexception share improve this question I..

How do I set up IntelliJ IDEA for Android applications?

http://stackoverflow.com/questions/5271182/how-do-i-set-up-intellij-idea-for-android-applications

up IntelliJ IDEA for Android applications java android intellij idea share improve this question I've spent a day on trying..

Is it possible to have an autocomplete using jtextfield and a Jlist?

http://stackoverflow.com/questions/7255636/is-it-possible-to-have-an-autocomplete-using-jtextfield-and-a-jlist

on the said problem Thanks... java swing autocomplete intellij idea jtextfield share improve this question 1 you have to..

Installing IDEA on Ubuntu 11.10

http://stackoverflow.com/questions/8382641/installing-idea-on-ubuntu-11-10

and proceed with the installation Thanks. java ubuntu intellij idea jdk ubuntu 11.10 share improve this question It's highly..

How can I add a “Library Project” in IntelliJ IDEA?

http://stackoverflow.com/questions/8884662/how-can-i-add-a-library-project-in-intellij-idea

an uncompiled project as a library. java android eclipse intellij idea share improve this question You need to create a new..

How can I reduce Eclipse Ganymede's memory use?

http://stackoverflow.com/questions/94331/how-can-i-reduce-eclipse-ganymedes-memory-use

See http piotrga.wordpress.com 2006 12 12 intellij and garbage collection for an explanation of the individual..

Setting up scala with IntelliJ

http://stackoverflow.com/questions/10827017/setting-up-scala-with-intellij

up scala with IntelliJ I have Intellij ultimate 11.1 with the scala plugin installed. I installed scala..

Intellij IDEA Java classes not auto compiling on save

http://stackoverflow.com/questions/12744303/intellij-idea-java-classes-not-auto-compiling-on-save

IDEA Java classes not auto compiling on save Yesterday I switched.. not auto compiling on save Yesterday I switched to Intellij from Eclipse. I am using jRebel with Websphere Server 7 as well... fine except that when I modify a Java file and hit save Intellij does not re compile the file in order for jRebel to pick it..

How to create a .jar file or export jar on IntelliJ (like eclipse java archive export) [duplicate]

http://stackoverflow.com/questions/2025607/how-to-create-a-jar-file-or-export-jar-on-intellij-like-eclipse-java-archive-e

java intellij idea share improve this question For Intellij IDEA version 11.0.2 File Project Structure Artifacts then you..

What is the best java webservice framework?

http://stackoverflow.com/questions/2062347/what-is-the-best-java-webservice-framework

use Apache Axis. But I am creating a new project in Intellij IDEA and I have the option to add one of the following Apache..

Java equivalent to #region in c#

http://stackoverflow.com/questions/2344524/java-equivalent-to-region-in-c-sharp

this question There's no such equivalent. Some IDEs Intellij for instance can fold depending on the code types involved constructors..

When would you call java's thread.run() instead of thread.start()?

http://stackoverflow.com/questions/262816/when-would-you-call-javas-thread-run-instead-of-thread-start

Is this valid Java?

http://stackoverflow.com/questions/3110014/is-this-valid-java

123 Eclipse 3.5 says yes Eclipse 3.6 says no Intellij 9 says yes Sun javac 1.6.0_20 says yes GCJ 4.4.3 says yes GWT..

Odd situation for “cannot reference this before supertype constructor has been called”

http://stackoverflow.com/questions/3383460/odd-situation-for-cannot-reference-this-before-supertype-constructor-has-been-c

this question It should be noted that Eclipse javac and Intellij IDEA exhibit differences in behaviors with regards to these..

Add a properties file to intelliJ's classpath

http://stackoverflow.com/questions/3765998/add-a-properties-file-to-intellijs-classpath

in the classpath so the properties file is seen With Intellij 8 I could guess like a drunk monkey and eventually get it to..

Is Grails worth it? [closed]

http://stackoverflow.com/questions/397228/is-grails-worth-it

support the only real IDE to use for Grails Groovy is Intellij the Eclipse support is way behind sadly I was an Eclipse lover.. sadly I was an Eclipse lover and am far from being an Intellij convert the Grails Groovy support blow everything else away..

What does this tilde mean?

http://stackoverflow.com/questions/4887876/what-does-this-tilde-mean

a shorthand for same as in declaration . Some IDEs e.g. Intellij use this too. The files on disk do not have this notation which..

Any good tutorial for moving from eclipse to vim? [closed]

http://stackoverflow.com/questions/495268/any-good-tutorial-for-moving-from-eclipse-to-vim

I wouldn't look back I've had to make a sideways move to Intellij but that's another story . Having said that I run Eclipse with..

The art of programming: Java vs C# [closed]

http://stackoverflow.com/questions/610199/the-art-of-programming-java-vs-c-sharp

Studio without Resharper is still lagging far behind Intellij Eclipse and possibly even Netbeans It runs on Linux. Mono notwithstanding..

How to set JVM parameters for Junit Unit Tests?

http://stackoverflow.com/questions/7579776/how-to-set-jvm-parameters-for-junit-unit-tests

the tests isn't a practical suggestion. I am developing in Intellij IDEA so I know I can set the JVM parameters e.g. Xmx1024M for..