Amir Eliaz

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Amir Eliaz commented, -
Amir Eliaz created a post, Android 2.3
Hello, I upgraded the Android SDK to OS 2.3 (android-9) and now something is broken in the Facet.IDEA 9.0.4 no longer recognizes the Android environment, so I can't run the apk anymore.The only w... -
-
Amir Eliaz commented, -
Amir Eliaz commented, -
Amir Eliaz created a post, Double.NaN == Double.NaN is false
This code segment:if (Double.NaN == Double.NaN) { System.out.print("True");}else { System.out.println("False");}will print "False".But IntelliJ warns about the expression being always true:"Condi... -