jankrause / idocit

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

Uncaught FileNotFoundException if the "WordNet Path" and "PoS-Tagger Model" paths are invalid #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Insert valid paths into the iDocIt! property page for the "WordNet Path" and 
"PoS-Tagger Model" and click OK.
2. Move the files in the file system to another place.
3. Open the iDocIt! editor with a source file.
4. Select a method or parameter.

What is the expected output? What do you see instead?
The corresponding thematic grid should be displayed at the bottom left, but the 
editor hangs.

The log file says that an FileNotFoundException were thrown, because the set 
paths are invalid. The errors should be caught and an error message box should 
be shown.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 27 Apr 2011 at 10:02

GoogleCodeExporter commented 8 years ago
Estimation: 3 hours

Original comment by dirk.mei...@gmail.com on 27 Apr 2011 at 10:44

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 3 May 2011 at 8:09

GoogleCodeExporter commented 8 years ago
Now, the error is caught and logged, but the user does not get a message. Only 
if he wants to use iDocIt! and clicks on a method, he gets a error message, 
that the configuration is not correct.

Original comment by dirk.mei...@gmail.com on 12 May 2011 at 7:06