Alan Snyder
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Unable to build MPS - module not found: org#MPS_31_JetPad_JetPad4MPS;250
I am trying to build from the GitHub repo. Is the build script out of date? Host buildserver.labs.intellij.net not found. url=http://buildserver.labs.intellij.net/guestAuth/repository/download/M... -
Created How to reimport a Java source file?
What is the best way to reimport a Java source file after changing the Java source?If I delete the old model and then import (using New Models from Java Sources), the old model remains displayed in... -
Created List<String> vs List<string> in imported Java
I'm running into a problem with imported Java that uses URLConnection. The stub for getHeaderFields() returns Map<String, List<String>>. The imported Java that calls it is transformed into an assig... -
Created name resolution after importing java sources
I create models from a number of Java sources. If I check the models, I get many errors. However, when I open a model in the editor, some sort of name resolution happens and the error disappears. S... -
Created clone() on arrays
It seems that in BaseLanguage, the clone() method is not defined on arrays. Is this intentional or a bug? It is incompatible with Java, so I would call it a bug. -
Created if(false) is an error?
It seems that in BaseLanguage, if (false) { ... } is an error because the body is an unreachable node. Is this intentional or a bug? It is incompatible with Java, so I would call it a bug. -
Created Help with importing Java sources
I am just starting to play with MPS, a complete novice. I tried importing some Java sources using New Models from Java Sources. The resulting models have unresolved references to annotations define...