Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0alpha
-
Fix Version/s: 2.0.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
public class VoidReturnTestCase {
void returnSomething()
{ return true }}
This causes an "Exception occurred during problem detection" message to appear when the file is saved and every time you hover over the first line of the method.
Additionally a orange
marker appears at the top of the file on the first line which contains a useful message but the message marker should appear in the gutter of the first line of the method and should be highlighted better.
I'm not sure if the correct marker should be a round red X instead of orange warning triangle.