-
You can search for fields of a certain type without using the matching operator. To search for a field with type "foo.Bar" use this expression:
fields with type of class "foo.Bar".
2009-11-06 17:11:46 UTC by mmacdona
-
I am trying to search for all fields of a certain type. I can use the matching keyword for this but the type I am searching for is a substring of other classes. For example, I am searching for fields matching "Core" and my results might include fields matching "CoreComponent". I know that regular expressions can be used as well, but I can't find a way to specify that I don't want to search for a...
2009-11-05 16:44:54 UTC by nobody
-
Have you considered a graphical display for the sets selected? One interesting possibility would be to have graphs where
+ Nodes are: packages/classes/methods/call points, selected as sets to be presented
+ The layout handles nesting of packages/classes/methods/call points (possibly presenting the container implicitly)
+ Edges are specified as a transform applied to a subset of nodes...
2009-10-19 15:48:17 UTC by gmlevin
-
Is there a way to filter methods based on exceptions thrown?.
2009-10-19 15:47:50 UTC by gmlevin
-
There is no way to clear specific content from a BBQ database. Best thing to do in your circumstance is to clear the db and rebuild it do what you want. There is a menu command in the UI to clear the db (standalone) or to rebuild the db (eclipse).
2009-10-15 22:59:18 UTC by nobody
-
Is there any way to clear the BBQ database or more importantly remove a project from the database? For instance, I am doing queries on project1 and I now move on to project2, but I do not want my results tainted by possible replicant class/method names in the original project.
Thanks in advance.
2009-10-09 15:31:26 UTC by nobody
-
mmacdona committed patchset 46 of module bbq to the Browse by Query CVS repository, changing 23 files.
2009-09-04 15:56:32 UTC by mmacdona
-
mmacdona committed patchset 45 of module bbq to the Browse by Query CVS repository, changing 32 files.
2009-09-04 15:52:05 UTC by mmacdona
-
mmacdona committed patchset 44 of module bbq to the Browse by Query CVS repository, changing 75 files.
2009-09-04 15:52:04 UTC by mmacdona
-
Thanks 0.7.3 fixes it with Java 6 and Eclipse 3.5. I was able to analyze a Java Project.
2009-08-26 13:42:53 UTC by dfaulhaber