Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Eclipse Templates
#1
What eclipse templates do you use?

isnull
Code:
if(${word_selection} != null){
    ${cursor}
}

notnull
Code:
if(${word_selection} == null){
    ${cursor}
}
[Image: 7rL6Nl0.png]
Reply
 


Messages In This Thread
Eclipse Templates - by zooty - 12-21-2015, 10:35 PM
RE: Eclipse Templates - by Bibl - 12-22-2015, 05:13 AM
RE: Eclipse Templates - by Wdestroier - 12-22-2016, 08:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website