Stephan Eberle

Results 11 comments of Stephan Eberle

How does this work now? I cannot see how I could type or otherwise entre "extends ISomething" inside an interface declaration.

Some more details about this: I actually don't want to have to edit the module import list at all. What I want is that mbeddr automatically inserts the necessary imports...

When I tried to use it a month ago, it messed up the imports of a great number of modules in my project. So, we should schedule a thorough test...

Yes, we are also seeing this exception. And sometimes we also see the following `Caused by` trace right behind: ``` at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) Caused by: java.lang.ClassCastException: org.apache.batik.bridge.RhinoInterpreterFactory...

> If you write a --, then the code generator always puts the upper bound as the starting value for the loop. That's absolutely not what one would expect intuitively....

I wouldn't expect the for loop statement to do any magic. If you write a traditional for loop with expressions that evaluate to nonsense kind of boundaries like this for...

A detailed study of what kind of optimizations are available for the switch statement can be found here: https://pdfs.semanticscholar.org/c385/0cfb3dceab66aac52bce50d9e4c0a2bec19c.pdf At our end, we have analyzed the impact of using or...

see updateTask_run() in HelloDisplayImpl see testFlashErase() in FlashCommandTests

Hi Björn, Yes, this looks like a bug and should be recorded as such (i.e., GitHub issue). Btw, the specific case of the conflicting strrchr function in com.mbeddr.core.unittest.runtime.UnitTestUtil has already...

Yes, this looks like a valid error that must be corrected bug. Btw, the specific case of the conflicting `strrchr` function in `com.mbeddr.core.unittest.runtime.UnitTestUtil `has already been addressed by renaming the...