This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 70026 - incorrect "Error Stripe" and "Suggestion"
Summary: incorrect "Error Stripe" and "Suggestion"
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P4 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-07 15:35 UTC by Vladimir Voskresensky
Modified: 2009-11-02 10:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
no suggestion and no error stripe on the second line of class declaration (2.12 KB, image/png)
2005-12-07 15:35 UTC, Vladimir Voskresensky
Details
error stripe and suggestion only on the first line of the class declaration (14.15 KB, image/png)
2005-12-07 15:36 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2005-12-07 15:35:01 UTC
Have a look at attached images.
I've written
public final class SaveCanvasAction extends CallableSystemAction {
then fixed all imports and implementations => everything is OK.
After that I changed it to be:
public final class SaveCanvasAction extends CallableSystemAction 
                                 implements PropertyChangeListener { |
=> not all abstract methods are implemented => error stripe. BUT
the problem is that not full problem place is marked as erroneous (only one of
two lines) => suggestion could be shown only when I move cursor back on the
first line. While it's expected to have suggestion on the current caret line
too. And it's expected to see error stripe under both lines of class declaration.
Comment 1 Vladimir Voskresensky 2005-12-07 15:35:52 UTC
Created attachment 27636 [details]
no suggestion and no error stripe on the second line of class declaration
Comment 2 Vladimir Voskresensky 2005-12-07 15:36:24 UTC
Created attachment 27637 [details]
error stripe and suggestion only on the first line of the class declaration
Comment 3 Vladimir Voskresensky 2005-12-07 15:41:23 UTC
  Product Version         = NetBeans IDE Dev (Build 200512011057)
  Operating System        = SunOS version 5.10 running on x86
  Java; VM; Vendor; Home  = 1.5.0_05; Java HotSpot(TM) Server VM 1.5.0_05-b05;
Sun Microsystems Inc.; /usr/jdk/instances/jdk1.5.0_05/jre
  System Locale; Encoding = en (nb); ISO646-US
Comment 4 Martin Roskanin 2005-12-19 10:34:06 UTC
reproduced. It looks like java/hints problem
Comment 5 Martin Roskanin 2005-12-19 10:36:20 UTC
But, I would say it doesn't look as P2 issue for me
Comment 6 Jan Becicka 2005-12-19 15:25:05 UTC
It is P4 according bug priority guidleines:
* Incorrect behavior that doesn't affect functionality
* Minor usability problem
* Incorrect visual appearance

Comment 7 Vladimir Voskresensky 2005-12-26 17:27:06 UTC
I agree, it's P4, could you, please, point me where could I find "bug priority
guidleines"?
Comment 8 Jan Lahoda 2008-11-19 12:32:53 UTC
The bug priority guidelines can be found here: http://wiki.netbeans.org/BugPriorityGuidelines

later.
Comment 9 Quality Engineering 2009-11-02 10:57:53 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX