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 26385 - Base URLs checking can confuse a user
Summary: Base URLs checking can confuse a user
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-08 13:15 UTC by Oleg Khokhlov
Modified: 2011-09-19 23:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2002-08-08 13:15:03 UTC
For example:
I set 'Base Class Path URL'=/a/
and enter 'Base Filesystems URL'=/a/. After that I
will get a message "There can be conflicts in
mappings ..." It's OK.
After that I enter 'Base Javadoc URL'=/b/ and get
the message about conflicts although /b/ is
correct value.
I suppose it's because all three fields are
checked with each other. 
I suggest to check only a last entered value (e.g.
if I entered 'Base Javadoc URL' then check it with
others but don't check 'Base Class Path URL' with
'Base Filesystems URL')