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 61731 - Ambit error in IDE assistance agent.
Summary: Ambit error in IDE assistance agent.
Status: RESOLVED DUPLICATE of bug 32882
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: 2005-08-03 11:21 UTC by carlillos34
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carlillos34 2005-08-03 11:21:24 UTC
1 - I use a private method from one class from another class.
2 - The  IDE assistance agent reports an ambit error: "I cannot use a private 
method from another class".
3 - I change the ambit of the method to be public.
4 - The IDE assistance agent continues reporting the ambit error but the 
program compiles.
Comment 1 Martin Roskanin 2005-08-23 14:33:02 UTC
reassigning to java module for evaluation. IIRC, there was already such issue.
Comment 2 Jan Becicka 2005-08-25 09:37:55 UTC

*** This issue has been marked as a duplicate of 32882 ***