NiceSystems / hrider

hbase UI tool
Apache License 2.0
133 stars 45 forks source link

GridConstraints parameters #33

Closed masyan closed 11 years ago

masyan commented 11 years ago

contructor of GridConstraints has 11 parameters. In your classes used call this contructor with 13 parameters. If delete last 2 parametrs then all ok, compile success and application works

icher-g commented 11 years ago

Hi,

The code for GridConstraints is automatically generated by Intellij Idea. What java version do you use?

masyan commented 11 years ago

java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b20) Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)

icher-g commented 11 years ago

Sorry,

I was asking about what project level is configured in your development environment. Something like the following

image

I compile the code with java 1.6 maybe there are differences with 1.7.

masyan commented 11 years ago

JDK 1.6 level 6.0 run Generate Sources ... (in Maven Jet) same problems... 1

icher-g commented 11 years ago

Hi,

Do you still has this issue?

masyan commented 11 years ago

i don't know. I fixed and gathered locally jar. And using it now.