Opened 13 years ago
Closed 13 years ago
#324 closed defect (fixed)
Package.findPackage() no longer exists
| Reported by: | Evenson Not Org | Owned by: | nobody |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.0 |
| Component: | java | Version: | 1.3.0-dev |
| Keywords: | abcl-1.1.1_regression | Cc: | |
| Parent Tickets: |
Description
David Catteeuw notes that the Package.findPackage() interface used by the examples/java-to-lisp-1 no longer exists.
This interface disappeared with the implementation of local nicknames. Packages.findPackageGlobally() seems like the new interface, but it is not public, so cannot be used by Java code. My preference would be to restore Packages.findPackage(), but I need a little more investigation (and possibly check with Rudi), to ensure that this is the right way forward.
Note:
See TracTickets
for help on using tickets.
Correction: Packages.findPackage() disappeared.