just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Java compiler level 1.5 is not respected #68

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Attempt to open the source in Eclipse with java compiler level set to 1.5

What is the expected output? What do you see instead?

Expected: no errors. Actual: about 20 errors, all in RI application

What version of the product are you using? On what operating system?

latest trunk

Please provide any additional information below.

I believe Android source code is supposed to be 1.5. I see in the latest trunk 
there is a couple of @Override annotations (in RI project) that are suitable 
only for 1.6, I believe. It is about the anonymous classes, like TextWatcher 
subclasses created in ChatView etc.

Original issue reported on code.google.com by ngrigor...@gmail.com on 18 May 2012 at 7:05

GoogleCodeExporter commented 8 years ago
I would set the priority lower than Medium but I do not see any options for 
that :(

Original comment by ngrigor...@gmail.com on 18 May 2012 at 7:06

GoogleCodeExporter commented 8 years ago
In my project I use "compliance level" to 1.6

Original comment by jmauffret@gmail.com on 21 May 2012 at 1:57