Chengt

Avatar
  • Total activity 10
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Created

    Equals and HashCode live template

    This has been discussed before but I couldn't find any answers.Is there a way to create a template that iterates all the variables of a class?This would be helpful to create custom equals/hashcode ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Why not make 64 bit default?

    I'm curious why  x86_64 option isn't moved up in JVMArchs and LSArchitecturePriority.As it is now, 32 bit will always be selected unless you move them up manually (correct me if I'm wrong here).Why...
    • 4 followers
    • 3 comments
    • 0 votes
  • Created

    Idea X maven support doesn't interpolate dependencies

    I have a dependency configured as:       <dependency>           <groupId>${project.groupId}</groupId>           <artifactId>core-configuration</artifactId>       </dependency>Intellij X can't seem ...
    • 2 followers
    • 4 comments
    • 0 votes