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 180529 - Imports are not updated for the moved class
Summary: Imports are not updated for the moved class
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: REGRESSION
Depends on:
Blocks: 173077
  Show dependency tree
 
Reported: 2010-02-10 02:40 UTC by Alexandr Scherbatiy
Modified: 2010-02-11 06:06 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-02-10 02:40:02 UTC
NetBeans-JavaFX-Soma:  #148

  Product Version         = NetBeans IDE Dev (Build 201002080200) (#4d6aa72cca05)
  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

- Build the project

deps-jar:
MultiDim\src\mathematics\multidimensional\vector\AMDVector.fx:9: cannot find symbol
symbol  : class IMDVector
location: class mathematics.multidimensional.vector.AMDVector
public mixin class AMDVector extends IMDVector{
MultiDim\src\mathematics\equation\LinearEquationSystem.fx:55: cannot find symbol
symbol  : function setColumn(Integer,mathematics.multidimensional.MDVector)
location: interface mathematics.multidimensional.ICMDSquareMatrix
            m.setColumn(n, right);
MultiDim\src\mathematics\multidimensional\dim1\ParametrizedSetDim1.fx:24: incompatible types
found   : Byte[]
required: mathematics.multidimensional.IMDVector[]
        for(tau in [startPoint..endPoint step delta]){  

80 errors
Comment 1 J Bachorik 2010-02-10 05:00:43 UTC
fixed in http://hg.netbeans.org/javafx/rev/fbd40c8ef3b2
Comment 2 Alexandr Scherbatiy 2010-02-11 06:06:35 UTC
verified in NetBeans-JavaFX-Soma: #149