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 181679 - Class moving does not properly add imports
Summary: Class moving does not properly add imports
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks: 173077 180825
  Show dependency tree
 
Reported: 2010-03-09 06:12 UTC by Alexandr Scherbatiy
Modified: 2010-03-10 03:56 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 Alexandr Scherbatiy 2010-03-09 06:12:05 UTC
NetBeans-JavaFX-Soma:  #179 Mar 9, 2010 9:29:41 AM

  Product Version         = NetBeans IDE Dev (Build 201003081350) (#c9c80d9862fe)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_15; Java HotSpot(TM) Client VM 14.1-b02; Sun Microsystems Inc.


Steps to reproduce:

- Open the attached project 
https://netbeans.org/bugzilla/attachment.cgi?id=93747

- Move the class mathematics.multidimensional.AMDVector to a
 mathematics.multidimensional.vector package
- Move the class  mathematics.multidimensional.MDVector to the 
  mathematics.multidimensional.vector package

- Build the project



MultiDim\src\mathematics\multidimensional\dim2\VectorDim2.fx:14: cannot find symbol
symbol  : class MDVector
location: class mathematics.multidimensional.dim2.VectorDim2
public class VectorDim2 extends MDVector{
MultiDim\src\mathematics\multidimensional\dim3\VectorDim3.fx:14: cannot find symbol
symbol  : class MDVector
location: class mathematics.multidimensional.dim3.VectorDim3
public class VectorDim3 extends MDVector{
MultiDim\src\mathematics\multidimensional\vector\MDVector.fx:10: cannot find symbol
symbol  : class ICMDVector
location: class mathematics.multidimensional.vector.MDVector
public class MDVector extends AMDVector, ICMDVector{
MultiDim\src\mathematics\equation\LinearEquationSystem.fx:55: cannot find symbol
symbol  : function setColumn(Integer,mathematics.multidimensional.vector.MDVector)
location: interface mathematics.multidimensional.ICMDSquareMatrix
            m.setColumn(n, right);
Comment 1 J Bachorik 2010-03-09 08:37:15 UTC
fixed in http://hg.netbeans.org/javafx/rev/1368f00da5e5
Comment 2 Alexandr Scherbatiy 2010-03-10 03:56:48 UTC
verified in NetBeans-JavaFX-Soma: #180