rvmiller89 / multitype

Eclipse Plug-in for collaborative code editing similar to Google Docs
0 stars 0 forks source link

BackendClient Null Pointer on Host closing a shared file #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. One user is host
2. One user is non-host
3. Host shares a a file
4. Non-host opens that file
5. Host closes the file by righ-clicking in their file list and hitting close
6. Host clicks anywhere and displays dialog for server disconnected
7. Host receives null pointer in Backend client

What is the expected output? What do you see instead?
Plugin should still work

Please use labels and text to provide additional information.

GetUpdate: FEU: NF | Type: Close_Shared_File | 
java.lang.NullPointerException
    at multitype.BackendClient$2.run(BackendClient.java:151)
    at java.lang.Thread.run(Thread.java:680)

Original issue reported on code.google.com by rvmille...@gmail.com on 13 Apr 2011 at 5:44

GoogleCodeExporter commented 9 years ago

Original comment by rvmille...@gmail.com on 13 Apr 2011 at 5:45

GoogleCodeExporter commented 9 years ago
John, are you always sending Close_Shared_File to everyone?

Original comment by rharagut...@gmail.com on 13 Apr 2011 at 5:51

GoogleCodeExporter commented 9 years ago
I made a change ryan, update and let me know if this is still a problem

Original comment by rharagut...@gmail.com on 13 Apr 2011 at 5:53

GoogleCodeExporter commented 9 years ago
It is being sent to everyone.

Original comment by wedgepla...@gmail.com on 13 Apr 2011 at 5:55

GoogleCodeExporter commented 9 years ago
This issue may no longer apply now that I've disabled cursor listeners.  but 
you can still test it

Original comment by rvmille...@gmail.com on 13 Apr 2011 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by rvmille...@gmail.com on 15 Apr 2011 at 2:30