| COUNT(n) | n.fqn |
|---|---|
| 828 | null |
| 13 | org.apache.commons.collections.FastHashMap |
| 13 | org.apache.commons.collections.FastHashMap$Values |
| 13 | org.apache.commons.collections.BufferUnderflowException |
| 13 | org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator |
| 13 | org.apache.commons.collections.FastHashMap$1 |
| 13 | org.apache.commons.collections.FastHashMap$CollectionView |
| 13 | org.apache.commons.collections.FastHashMap$EntrySet |
| 13 | org.apache.commons.collections.ArrayStack |
| 13 | org.apache.commons.collections.FastHashMap$KeySet |
| 11 | org.neo4j.cypher.LabelScanHintException |
| 11 | org.neo4j.cypher.EntityNotFoundException |
| 11 | org.neo4j.cypher.internal.helpers.TypeSafeMathSupport$class |
| 11 | org.neo4j.cypher.internal.helpers.CastSupport$ |
| 11 | org.neo4j.cypher.internal.helpers.CollectionSupport$$anonfun$castToIterable$1$$anonfun$applyOrElse$1 |
| 11 | org.neo4j.cypher.QueryStatistics$ |
| 11 | org.neo4j.cypher.CypherTypeException$ |
| 11 | org.neo4j.cypher.InvalidSemanticsException |
| 11 | org.neo4j.cypher.ParameterNotFoundException |
| 11 | org.neo4j.cypher.internal.helpers.CollectionSupport$class |
| 11 | org.neo4j.cypher.PatternException |
| 11 | org.neo4j.cypher.internal.helpers.CollectionSupport$$anonfun$asCollectionOf$1 |
| 11 | org.neo4j.cypher.IndexHintException |
| 11 | org.neo4j.cypher.internal.helpers.CollectionSupport$NoValidValuesExceptions |
| 11 | org.neo4j.cypher.internal.helpers.CollectionSupport$$anonfun$castToIterable$1 |
--
You received this message because you are subscribed to the Google Groups "jQAssistant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jqassistant...@googlegroups.com.
To post to this group, send email to jqass...@googlegroups.com.
Visit this group at http://groups.google.com/group/jqassistant.
To view this discussion on the web visit https://groups.google.com/d/msgid/jqassistant/78ff3396-cc6b-4920-9e87-cbbaafb9f48a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "jQAssistant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jqassistant...@googlegroups.com.
To post to this group, send email to jqass...@googlegroups.com.
Visit this group at http://groups.google.com/group/jqassistant.
To view this discussion on the web visit https://groups.google.com/d/msgid/jqassistant/c0ebc160-79a6-4d09-ac05-f3e5bf1b7183%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "jQAssistant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jqassistant...@googlegroups.com.
To post to this group, send email to jqass...@googlegroups.com.
Visit this group at http://groups.google.com/group/jqassistant.
To view this discussion on the web visit https://groups.google.com/d/msgid/jqassistant/3d7b37a4-d351-4bed-8f06-f7b527f2de2c%40googlegroups.com.
Hi Alistar,
just scanned the Neo4j 2.2.5 community distribution (including some extra unmanaged extension stuff in the plugins directory) and applied the concepts - the latter took about 5 minutes (using jQA 1.1.0-SNAPSHOT which itself is based on Neo4j 2.2.5) - will try it with jQA 1.0.0 now (I assume you're using that version).It looks to me that there might be some significant differences in our system configurations - I'm on a 3 years old Notebook with an Intel i5 CPU (2 Core 2,5GHz), 8GB RAM and 512 GB hard disk using Windows 7 and Java 8.
I executed the same workflow using jQA 1.0.0/Neo4j 2.2.1 and applying the concepts took a bit less than 15 minutes
Anyway, I ran this:mvn jqassistant:scan -Djqassistant.store.lifecycle=MODULESmall note: I was looking for a goal like this that _just_ does a scan but I couldn't find one in the getting started docs at http://jqassistant.org/get-started/
Anyway, it's super fast - just 2 minutes 20 seconds for me.
Another small thing is that the store lifecycle problem means that `mvn jqassistant:server` doesn't work (same exception as before). I tried with the command line option and <extensions>true</extensions> but neither helped. Obviously it's easy to point any Neo4j server at the store directory, so I just did that instead.
I found the database had 452558 nodes and 2166912 relationships, which seems about right.I ran my original query again, and it all looks great - only one node per FQN. So I'm a happy bunny - thank you!
Just one more curiosity in the model - I noticed that some :Class nodes don't have an fqn property. I ran this query to find out what they represent:That didn't explain much for me. Maybe the class label is reused for a slightly different concept?
--
You received this message because you are subscribed to the Google Groups "jQAssistant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jqassistant...@googlegroups.com.
To post to this group, send email to jqass...@googlegroups.com.
Visit this group at http://groups.google.com/group/jqassistant.
To view this discussion on the web visit https://groups.google.com/d/msgid/jqassistant/fbb86213-3793-456a-8cdf-63b712565042%40googlegroups.com.