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 43575 - Cannot set breakpoint in form file
Summary: Cannot set breakpoint in form file
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on: 43683
Blocks:
  Show dependency tree
 
Reported: 2004-05-19 15:12 UTC by Milan Kubec
Modified: 2006-03-24 10:24 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 Milan Kubec 2004-05-19 15:12:20 UTC
[dev-200405182245, JDK 1.4.2_04]
Line breakpoints cannot be set in source file of
form when multiview is opened.
Comment 1 Tomas Pavek 2004-05-19 18:20:37 UTC
Fix of issue 43573 does not help. Strange. More investigation is needed.
Comment 2 Tomas Pavek 2004-05-21 15:25:19 UTC
The problem is in that changes in activated nodes in java editor are
not propagated out - TopComponent.Registry impl filters the changes
out as they don't come from the active TopComponent (which is the
multiview TC, not the java editor).
Comment 3 Tomas Pavek 2004-05-24 13:51:34 UTC
Fixed in form module - changes in activated nodes are explicitly
propagated from the elements to the multiview TopComponent.
Comment 4 Milan Kubec 2004-07-14 11:12:12 UTC
Verified in dev-200407131800.