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 89209 - [retouche]Copying classes corrupts sources
Summary: [retouche]Copying classes corrupts sources
Status: RESOLVED DUPLICATE of bug 88424
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 14:08 UTC by _ tboudreau
Modified: 2007-09-26 09:14 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 _ tboudreau 2006-11-13 14:08:18 UTC
Download source for http://wizard.dev.java.net
Open the sample project WizardPageDemo.
Create a new module in contrib for integrating the Wizards library.  Have it
embed wizard.jar and expose its packages.
Create a sample module below the new module in contrib.
Copy the sources to WizardPageDemo there.
Notice the lovely package and import statements - they are completely mangled:


/*
 * AnimalTypePage.java
 *
 * Created on August 20, 2005, 2:22 PM
org.netbeans.modules.wizard2.demoe wizardpagedemo;

import java.awt.Component;
import org.netbeans.spi.wizard.WizardPage;

/**
 * Example extension of WizardPage.  All updating of the wizard settings is
 * done automagically - we just set the component names for all of the radio
 * buttons to whatever the map key for them should be.
 *
 * @author  Tim Boudreau
 */
Comment 1 Jiri Prox 2006-11-13 15:17:47 UTC
It's duplicate of issue 88424

*** This issue has been marked as a duplicate of 88424 ***
Comment 2 Pavel Flaska 2006-11-13 16:14:20 UTC
Yes, perhaps duplicate. Tim, can you confirm that your source contains \r
characters?
Comment 3 _ tboudreau 2006-11-14 02:59:48 UTC
Probably it does, it was on windows...