dgarijo / FragFlow

Project desinged for detecting common fragments in scientific workflows by reusing several existing graph mining techniques
2 stars 1 forks source link

Remember to close the queries #114

Open dgarijo opened 9 years ago

dgarijo commented 9 years ago

When performing queries, I have a general method which doesn't close the queries. This leads to inefficient consumption of resources.

The general methods instead of the result set should perform the queryExecution, so I can close it when I call it. This has to be changed in many classes.

dgarijo commented 9 years ago

Remember to update this in the LONIWorkflowAndGroupingReuseStatistics.java class, where the methods are being called independently for the moment (not using general methods )