Opened 14 years ago
Closed 14 years ago
#1500 closed defect (fixed)
JarClassLoader should define packages
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The problem is that classes loaded with the JarClassLoader always return null when their Class.getPackage() method is called.
Change History (2)
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [5394]) Fixes #1500: JarClassLoader should define packages