Menu

#26 Implement a display option to filter output objects and packages by their name

v1.4.0
closed
None
6
2014-06-08
2013-10-24
No

Implement a display option to filter output objects by their names or their package names (exclusion and inclusion)

It must be filtered with a regular expression

Example :
-dn Test
-dp java.lang.
-dn
String
-dp
net.sourceforge*

Discussion

  • Benjamin Croizet

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,6 @@
    -Implement a display option to filter output objects by their names (exclusion and inclusion)
    +Implement a display option to filter output objects by their names or their package names (exclusion and inclusion)
    +
    +It must be filtered with a regular expression
    
     Example :
     -u *Test*
    
     
  • Benjamin Croizet

    • Group: vX.X.X --> v1.3.0
     
  • Benjamin Croizet

    • Group: v1.3.0 --> v1.4.0
     
  • Benjamin Croizet

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -3,7 +3,7 @@
     It must be filtered with a regular expression
    
     Example :
    --u *Test*
    --u java.lang.*
    --t *String*
    --t *net.sourceforge*
    +-dn *Test*
    +-dp java.lang.*
    +-dn *String*
    +-dp *net.sourceforge*
    
    • status: accepted --> closed