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 250780 - module junit test can not access package private methods
Summary: module junit test can not access package private methods
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Test Runner (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-27 23:05 UTC by err
Modified: 2015-03-16 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test case (14.58 KB, application/zip)
2015-02-27 23:08 UTC, err
Details

Note You need to log in before you can comment on or make changes to this bug.
Description err 2015-02-27 23:05:43 UTC
Testcase: testPP(test.PPTest):	Caused an ERROR
tried to access method test.PP.m2()V from class test.PPTest


Attaching a test case.
Comment 1 err 2015-02-27 23:08:02 UTC
Created attachment 152292 [details]
Test case