Hello Joachim,

Yes, I too would like to see an Eclipse version.  I have been looking into
this, and I think that it would be possible in some form.  It looks like I
would need to completely rewrite the code because Eclipse and NetBeans use
different APIs.  For one thing, Eclipse uses its own AST API whereas
NetBeans uses the standard Java Compiler Tree API.  The two APIs appear
very similar.  I am still looking for Eclipse's equivalent of TypeMirror
<http://docs.oracle.com/javase/7/docs/api/javax/lang/model/type/TypeMirror.html>
et al.

"Commercial" is intended.  I would love to make the plugin open source;
but, for personal reasons, this seems unwise for me to do at the present
time.  I have thought about selling licenses to use the plugin or maybe
consulting for companies who would like similar plugins made for their
internal use.  If the former, I would definitely give free licenses to
those who provided feedback from trying out these early versions of the
plugin.

Daniel


On Sat, Jul 29, 2017 at 11:49 PM, Joachim Durchholz <j...@durchholz.org>
wrote:

> Interesting! Now I'd like to see a similar plugin for Eclipse :-)
>
> The plugin is listed as "commercial" - is that intentional?
>
> Regards,
> Jo
>
>
> Am 30.07.2017 um 00:54 schrieb Daniel Trebbien:
>
>> Hello,
>>
>> I have been working on a plugin for NetBeans IDE that highlights usage
>> errors and inefficiencies in Java code using SLF4J.  Just a few days ago,
>> the plugin was published on NetBeans' Plugin Portal at:
>> http://plugins.netbeans.org/plugin/72557/
>>
>> I am still testing the plugin, but so far, it has been able to find SLF4J
>> usage errors and inefficiencies in several open source projects.
>>
>> Maybe others will find the plugin useful.
>>
>> Sincerely,
>>
>> Daniel Trebbien
>>
>>
>> _______________________________________________
>> slf4j-user mailing list
>> slf4j-user@qos.ch
>> http://mailman.qos.ch/mailman/listinfo/slf4j-user
>>
>>
> _______________________________________________
> slf4j-user mailing list
> slf4j-user@qos.ch
> http://mailman.qos.ch/mailman/listinfo/slf4j-user
_______________________________________________
slf4j-user mailing list
slf4j-user@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-user

Reply via email to