Archiva

Search for java classes and package names is broken

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.1.1
  • Component/s: Web Interface
  • Labels:
    None
  • Number of attachments :
    0

Activity

Hide
Maria Odea Ching added a comment -

Fixed in trunk -r680352 and -r680606:
Changed the implementation of the search by class, package or method to use a prepended 'bytecode:' keyword for this search. Examples:

  • bytecode:MyClass or bytecode:org.apache.archiva.MyClass (search for a class)
  • bytecode:myMethod or bytecode:org.apache.archiva.MyClass.myMethod (search for a method)
  • bytecode:org.apache.archiva (search for a package)

Limitations:

  • You cannot search within search results for java/class/package
Show
Maria Odea Ching added a comment - Fixed in trunk -r680352 and -r680606: Changed the implementation of the search by class, package or method to use a prepended 'bytecode:' keyword for this search. Examples:
  • bytecode:MyClass or bytecode:org.apache.archiva.MyClass (search for a class)
  • bytecode:myMethod or bytecode:org.apache.archiva.MyClass.myMethod (search for a method)
  • bytecode:org.apache.archiva (search for a package)
Limitations:
  • You cannot search within search results for java/class/package

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: