Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

IntelliJ IDEA


Company: JetBrains

Average User Rating (6 reviews)

If this is your product, you can request to edit it here.


User Reviews
Share:


    "Get it together"

    by donoteatfromthistree on May 11, 2018 4:25 PM

    Summary:
    The change of the pricing mechanism from one where you purchased it outright, and then could upgrade to a license system where you pay an annual amount is not good, and has stopped me upgrading. I also personally find the introduction of various Java extras, e.g. Scala, Groovy, Kotlin has taken the aim away from the core Java development, though I realise that it may be useful for others.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: great

    "great"

    by kronidarji on May 12, 2016 9:28 PM

    Summary:
    IntelliJ IDEA is focused on raising your productivity by providing the most intelligent code assistance for all

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 10.5

    ""Great Java Tool""

    by pwbusiness on Sep 30, 2015 4:27 PM

    Summary:
    A great IDE for Java , great productivity with consistently good results.

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 100 %

    "100%"

    by Vehy on Sep 23, 2015 5:29 PM

    Summary:
    1100 % O.K.

    Report post

    Was this review helpful? (1) (0)

    add a comment


    Version Reviewing: 10.5

    "effective java tool"

    by saroj kishan on May 30, 2013 11:52 AM

    Summary:
    very good tool for windows platform

    Report post

    Was this review helpful? (0) (0)

    add a comment


    Version Reviewing: 10.5

    "Most effective Java IDE"

    by David on Feb 23, 2012 8:57 PM

    Summary:
    Absolutely the best, most productive IDE for Java and related modern languages (Groovy, JSP, JavaScript, Clojure, Scala, etc). Supports Hibernate, all EJB servers, all common source control systems. More efficient than Eclipse by far.

    Report post

    Was this review helpful? (0) (0)

    add a comment


Write a Review


Must be registered to add and review tools.

Have an account?
  
  
Forgot Password?

New to DevMetric?


Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!