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 88716 - java/project qa-functional tests are uncompilable
Summary: java/project qa-functional tests are uncompilable
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaromir Uhrik
URL:
Keywords: TEST
Depends on:
Blocks: 83174
  Show dependency tree
 
Reported: 2006-11-06 16:37 UTC by pzajac
Modified: 2007-09-26 09:14 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 pzajac 2006-11-06 16:37:34 UTC
Please fix compilation of tests:

 [javac] import org.netbeans.modules.javacore.JMManager;
    [javac]                                      ^
    [javac]
/home/pzajac/cvss/freshtrunk/java/project/test/qa-functional/src/projects/APITests/utils/Utilities.java:44:
cannot find symbol
    [javac] symbol  : class JMManager
    [javac] location: class projects.APITests.utils.Utilities
    [javac]         return ((JMManager)JMManager.getManager()).waitScanFinished();
    [javac]                  ^
    [javac] /home/pzajac/cvss/freshtrunk/java/pro
Comment 1 Jaromir Uhrik 2006-11-09 17:22:43 UTC
Temporarily returning true until the substitution for
JMManager.waitScanFinished() exists. Although tests are not working properly,
the code is now compilable.
Comment 2 pzajac 2007-01-12 09:14:49 UTC
v
Comment 3 Quality Engineering 2007-09-20 09:59:52 UTC
Reorganization of java component