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 4027 - Compiler do not works in debugger.
Summary: Compiler do not works in debugger.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: support
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-27 21:17 UTC by Jan Jancura
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 Jan Jancura 1999-09-27 21:17:38 UTC
This code:

        CompilerJob cj = new CompilerJob(Compiler.DEPTH_ZERO);
        ((CompilerCookie.Compile)cookie).addToJob(cj, Compiler.DEPTH_ZERO);
        // compile, wait for results and return if sometning went wrong
        CompilerTask ct = cj.start();
        System.out.println (ct.isSuccessful ());

returns false for node (cookie) which can be usefully compiled from main window/action compile.
See DebuggerPerformer. 264
Comment 1 Marek Grummich 2000-07-25 09:32:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 15:41:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.