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 168177 - Generated scanner.java file not opened in editor after generating it
Summary: Generated scanner.java file not opened in editor after generating it
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2009-07-06 14:18 UTC by Ivan Sidorkin
Modified: 2009-07-23 07:50 UTC (History)
1 user (show)

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 Ivan Sidorkin 2009-07-06 14:18:26 UTC
doesn't work  from NetBeans Platform Dev (Build 200907031400) 

- create/open any DTD
- right click on dtd file in project tree and select "Generate Dom Tree Scanner..."
- click OK in Select File Name dialog

Scanner file generated but not opened in editor
Comment 1 Sergey Lunegov 2009-07-06 14:30:17 UTC
Alex, please look at this
Comment 2 Ivan Sidorkin 2009-07-10 15:28:08 UTC
reproducible since NB_Trunk_Production  #1026

Jaroslav, could it be result of your changes in openide.* ?
Comment 3 Jaroslav Tulach 2009-07-16 13:00:26 UTC
OK, I'll check the behaviour as soon as I find the code responsible for this functionality.
Comment 4 _ alexpetrov 2009-07-21 12:28:30 UTC
According to the last comment from jtulach (jtulach@netbeans.org) values of the Component and the Subcomponent of this
bug have been changed.
Comment 5 Jaroslav Tulach 2009-07-22 14:00:23 UTC
The change of component does not seem logical or justified. The bug is in xml.
Comment 6 Sergey Lunegov 2009-07-22 14:09:21 UTC
Jarda, do you mean root cause is that xml generate wrong java code ?
Comment 7 Jaroslav Tulach 2009-07-22 15:00:44 UTC
core-main#9b11bbd93c65
Comment 8 Quality Engineering 2009-07-23 07:50:25 UTC
Integrated into 'main-golden', will be available in build *200907230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9b11bbd93c65
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #168177: Updating the action handling code to newer ContextActionAware based alternative