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

Summary: [tests] missing a thrown Problem from move class test
Product: editor Reporter: ehucka <ehucka>
Component: RefactoringAssignee: issues@java <issues>
Status: CLOSED WORKSFORME    
Severity: blocker Keywords: RANDOM, T9Y
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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