bmkmanoj / checkthread

Automatically exported from code.google.com/p/checkthread
0 stars 0 forks source link

Eclipse plugin crashes when a project references another project #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download and install CheckThread Plugin
2. Open a project that references another project
3. Click on the CheckThread button

What is the expected output? What do you see instead?
CheckThread should run, instead the entire Eclipse IDE vanishes!

What version of the product are you using? On what operating system?
CheckThread 1.0.7

Please provide any additional information below.

Original issue reported on code.google.com by checkthr...@gmail.com on 10 Sep 2008 at 9:09

GoogleCodeExporter commented 9 years ago
I was able to reproduce. A NPE was getting thrown, and it appears that any
RuntimeException generated by a plugin will cause Eclipse to crash. 
Make sure we load all referenced projects to get the right class files.

Original comment by joe.jco...@gmail.com on 10 Sep 2008 at 9:13

GoogleCodeExporter commented 9 years ago
Fixed in version 1.0.7.1

Original comment by joe.jco...@gmail.com on 11 Sep 2008 at 1:12

GoogleCodeExporter commented 9 years ago

Original comment by joe.jco...@gmail.com on 14 Mar 2009 at 5:48