jpragey

Results 2 issues of jpragey

If two projects contain modules / class /methods named the same, double clicking in stack trace in console or test failure trace may open the file in the wrong project....

bug on master

When running the following code (as test in Eclipse) ``` ceylon shared class TestServer() { test shared void testServer(){ value server = newServer {}; server.startInBackground(SocketAddress("127.0.0.1", 8000)); //Thread.sleep(100); server.stop(); } }...

m-http-server