From: Andre Hora <andre.cavalcante.hora@inria.fr>Subject: [Lsehub-staff] Shortcuts for AST matcherDate: March 19, 2013 4:24:46 PM GMT+01:00To: RMoD private list <lsehub-staff@lists.gforge.inria.fr>Reply-To: RMoD private list <lsehub-staff@lists.gforge.inria.fr>Hi,I've just implemented a shortcut for the AST matcher.It means that you can select a valid AST expression in your browser and press cmd+t in order to find similar AST patterns (the same idea of senders and users of a method).Also, by selecting a valid AST expression and pressing cmd+y the same is done but ignoring variable node names, then other patterns are found.Download:-------------------Gofer newsqueaksource: 'FindBugs';package: 'ASTMatcher';load.-------------------
Examples: