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 130201 - Misspelled class name
Summary: Misspelled class name
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 129884
  Show dependency tree
 
Reported: 2008-03-14 21:51 UTC by Jesse Glick
Modified: 2008-03-14 23:33 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 Jesse Glick 2008-03-14 21:51:16 UTC
Please change SourceForBinaryQueryimplementation2Base to SourceForBinaryQueryImplementation2Base.

Noticed because of

http://deadlock.netbeans.org/hudson/job/javadoc-nbms/1573/testReport/org.netbeans.nbbuild/CheckLinks/testBrokenLinks/

where apichanges.xml has the right name but the real class has the wrong name.
Comment 1 Tomas Zezula 2008-03-14 23:00:56 UTC
Since hg is not able to do rename when files differ only in case (at least on Mac), I have to do hg remove old & hg add new

Comment 2 Tomas Zezula 2008-03-14 23:32:25 UTC
After long faith with hg integrated (hopefully)

main>hg push
pushing to https://tzezula:***@hg.netbeans.org/main
searching for changes
unsynced changes
main>hg status
main>cd ../incomming/
incomming>hg pull
pulling from http://hg.netbeans.org/main
searching for changes
adding changesets
transaction abort!
rollback completed
abort: unknown parent a80730d7ebc8!
incomming>hg pull
pulling from http://hg.netbeans.org/main
searching for changes
adding changesets
transaction abort!
rollback completed
abort: unknown compression type '\xe4'!
incomming>hg pull
pulling from http://hg.netbeans.org/main
searching for changes
adding changesets
adding manifests
adding file changes
added 14 changesets with 33 changes to 30 files
(run 'hg update' to get a working copy)
incomming>cd ../main/
main>cd ../incomming/
incomming>hg pull
pulling from http://hg.netbeans.org/main
searching for changes
no changes found
incomming>cd ../main/
main>hg fetch
pulling from /Users/tom/Projects/netbeans/incomming
searching for changes
adding changesets
adding manifests
adding file changes
added 14 changesets with 33 changes to 30 files (+1 heads)
merging with new head 73601:681d2eee4b78
30 files updated, 0 files merged, 2 files removed, 0 files unresolved
new changeset 73602:4fb680f16059 merges remote changes with local
main>hg push
pushing to https://tzezula:***@hg.netbeans.org/main
searching for changes
abort: push creates new remote branches!
(did you forget to merge? use push -f to force)
main>cd ../incomming/
incomming>hg pull
pulling from http://hg.netbeans.org/main
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files
(run 'hg update' to get a working copy)
incomming>cd ../main/
main>hg fetch
pulling from /Users/tom/Projects/netbeans/incomming
searching for changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1 changes to 1 files (+1 heads)
merging with new head 73603:7cfb9f854aa5
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
new changeset 73604:8f01c5d7d191 merges remote changes with local
main>hg push
pushing to https://tzezula:***@hg.netbeans.org/main
searching for changes
adding changesets
adding manifests
adding file changes
added 4 changesets with 5 changes to 5 files
notify: sending 1 subscribers 1 changes


Comment 3 Tomas Zezula 2008-03-14 23:33:52 UTC
Fixed: e5c79ef2fcbc