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 49011 - [tests] missing a thrown Problem from move class test
Summary: [tests] missing a thrown Problem from move class test
Status: CLOSED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: RANDOM, T9Y
Depends on:
Blocks:
 
Reported: 2004-09-14 15:14 UTC by ehucka
Modified: 2007-04-03 18:02 UTC (History)
0 users

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 ehucka 2004-09-14 15:14:49 UTC
A move class test which is moving a source file
with multi top-level classes doesn't throw one
Problem from its prepare method. 
Problem is about using of protected field of a
class in the same package by one non-public
top-level class from the source.
It is not manualy reproducible.
Comment 1 ehucka 2004-09-22 13:26:15 UTC
There are missing many problems in move class tests results. Is there
any place where are the problems described? Which one and when is a
problem throwing...
Comment 2 ehucka 2004-10-06 09:28:48 UTC
It seems it is right now. But there is sometimes thrown a Problem
which should not be thrown in the tests. I create a new bug for this.
Comment 3 ehucka 2006-03-22 09:48:09 UTC
verified