Andrew created NETBEANS-3650:
--------------------------------
Summary: Library classes of the same name cannot be opened
Key: NETBEANS-3650
URL: https://issues.apache.org/jira/browse/NETBEANS-3650
Project: NetBeans
Issue Type: Bug
Affects Versions: 11.2
Environment: Windows 10
Reporter: Andrew
If adding a jar file to the library list, the jar file can contain classes with
the same filename but with different letter casing within a single package.
Example:
com.path.to.Class
com.path.to.cLass
com.path.to.clAss
com.path.to.claSS
The problem is only one of the variations of letting casing will ever open in
the source window. So for example only "clAss" will open when trying to open
"Class", "cLass", and "claSS".
However, when clicking a class in the library window it does seem to show the
member variables, methods, etc in the navigator window just fine. Only the
source window seems to have a problem.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists