ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Inspection - unused variable #90

Closed arnostv closed 10 years ago

arnostv commented 10 years ago

Closes #21

buildhive commented 10 years ago

ligasgr » intellij-xquery #64 SUCCESS This pull request looks good (what's this?)

ligasgr commented 10 years ago

Prepared solution only supports finding unused variables inside of function declarations. Would it be possible to extend it to support any flwor expressions? Would it be also possible to support checking private variable declarations?

ligasgr commented 10 years ago

Apart from all the above... thanks a lot for the contribution! :)

arnostv commented 10 years ago

some improvements done in #97