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 164473 - Looks like jellytools.ruby has incorrect classes placement
Summary: Looks like jellytools.ruby has incorrect classes placement
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Vojtech Sigler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-05 12:45 UTC by Oleg Khokhlov
Modified: 2009-07-01 05:31 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 Oleg Khokhlov 2009-05-05 12:45:37 UTC
Looking at jellytools.java .cnd .php I can see that New...ProjectNameLocationStepOperator classes located in
org.netbeans.jellytools package (e.g. org.netbeans.jellytools.NewPHPProjectNameLocationStepOperator)
But for some reason NewRubyProjectNameLocationStepOperator (and other ruby classes as well) located in
org.netbeans.jellytools.modules.ruby - org.netbeans.jellytools.modules.ruby.NewRubyProjectNameLocationStepOperator

in current qa-main repo.
Comment 1 Vojtech Sigler 2009-05-05 13:10:44 UTC
Most of the time I did not move classes between packages. Even the ones I split remained in the same package. Thanks for
noticing, I'll look into it.
Comment 2 Vojtech Sigler 2009-05-11 11:34:40 UTC
The ruby classes are now in org.netbeans.jellytools and org.netbeans.jellytools.actions packages.

Pushed into qa-main: http://hg.netbeans.org/qa-main/rev/a33ee88a3e49
Comment 3 Oleg Khokhlov 2009-05-20 16:17:23 UTC
verified
Comment 4 Quality Engineering 2009-07-01 05:31:45 UTC
Integrated into 'main-golden', will be available in build *200907010200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/a33ee88a3e49
User: Vojtech Sigler <vsigler@netbeans.org>
Log: Moved Ruby operators and actions from org.netbeans.jellytools.modules.ruby
to org.netbeans.jellytools. (issue #164473)