I did mention in my OP that I was using Intellij IDEA. I did read your article on the Java API support as I found it when trying to research this issue. I totally understand and appreciate the dilemma. I was more frustrated that I was able to do a lot of development in the simulator with the expecation that my code was acceptable when it was not. Now I have to try and refactor that class. Specifically I don't know immediately how to replicate the behavior of Objects.requireNotNull() but I'm sure I can figure it out. I was able to just drop the use of java.util.Locale.
On Thursday, April 19, 2018 at 9:21:11 PM UTC-7, Shai Almog wrote: > > Which IDE are you using? > Did you change the build.xml or classpath? > > In some of the IDE's it's harder for us to block javac from compiling > against JavaSE. The simulator works with JavaSE and is oblivious to the > limitations of the API. > > I discussed some of the problem of supporting the full scope of the Java > API here: > https://www.codenameone.com/blog/why-we-dont-support-the-full-java-api.html > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/9dc90c4a-41ec-4f43-bde6-20b4d493c885%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
