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 50281 - [40cat] error annotations have disappeared in the daily builds
Summary: [40cat] error annotations have disappeared in the daily builds
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 15:09 UTC by jasondonmoyer
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions from console (3.17 KB, text/plain)
2004-10-13 15:25 UTC, jasondonmoyer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasondonmoyer 2004-10-12 15:09:04 UTC
[ BUILD # : 200410101800 ]
[ JDK VERSION : J2SE 1.5.0 ]

The error annotations have disappeared in the
latest daily builds (10/10 and 10/11).  

Modify an existing method and pass in an invalid
type of parameter.  Save the file.  Wait... no
error annotations appear.

Other types of annotations seem unaffected.
Comment 1 Martin Matula 2004-10-12 17:45:12 UTC
Jason, sorry, but I am not able to reproduce it following the steps
you have provided. Could you please provide more exact steps to reproduce?
Since it is not reproducible and it does not result in any code damage
and user is not blocked from using the IDE, I am lowering the priority
to P3.
Comment 2 jasondonmoyer 2004-10-12 18:06:26 UTC
After further testing, this issue seems to be related to
http://www.netbeans.org/issues/show_bug.cgi?id=49951.

If I restart the IDE and do not allow issue 49951 to occur, I also
cannot reproduce this behavior.

The way I reproduce this behavior is as follows:

have some method declared:  public void amethod (AParameter aparameter)


invoke the method as:  

BParameter bparameter = new BParameter () ; //where BParameter is not
derived from AParameter
this.amethod (bparameter) ;


After saving the file and waiting, I never receive the error annotation.


I believe a fix for
http://www.netbeans.org/issues/show_bug.cgi?id=49951 is due in
tomorrow's daily.  I will retest then.
Comment 3 Jan Becicka 2004-10-13 08:17:39 UTC
Jason, can you reproduce it in latest build?
Comment 4 jasondonmoyer 2004-10-13 15:24:20 UTC
I can still reproduce this in the latest build (Oct 12) without
getting issue # 49951 to occur.  Occasionally the attached exceptions
are thrown when trying to reproduce this behavior.  It's unclear
whether I should file a new issue for the attached exceptions.  Please
advise.
Comment 5 jasondonmoyer 2004-10-13 15:25:39 UTC
Created attachment 18263 [details]
exceptions from console
Comment 6 Martin Matula 2004-10-13 23:37:31 UTC
The attached exception was fixed (see issue 50318, which contains a
little bit different stacktrace, but in fact it was caused by the same
bug). The fix will be part of tomorrows build. So, you don't need to
file a separate report.
Comment 7 Martin Matula 2004-10-28 15:33:56 UTC
The problem seems to be fixed.
Comment 8 jasondonmoyer 2004-10-28 17:06:47 UTC
Verified fixed in build 200410271800
Comment 9 Quality Engineering 2007-09-20 10:48:18 UTC
Reorganization of java component