Jump to content
Changes to the Jaspersoft community edition download ×

Autoboxing compile error when org.eclipse.jdt.core.compiler.source and org.eclipse.jdt.core.compiler.compliance set to 1.6


m.dandrea

Recommended Posts

Hi,

 

I've noticed that when using the JRJdtCompiler if I switch from:

 

org.eclipse.jdt.core.compiler.source=1.5

 

org.eclipse.jdt.core.compiler.compliance=1.5

 

to:

 

org.eclipse.jdt.core.compiler.source=1.6

 

org.eclipse.jdt.core.compiler.compliance=1.6

 

 

 

I suddenly start getting autoboxing compile errors for my Jasper reports like:

 

Incompatible operand types Integer and int

 

 

 

Autoboxing was added from 1.5 on, so any ideas why this is happening?

 

 

 

Thanks,

 

Matt

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...