Lin Yang
- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Lin Yang commented, -
Lin Yang commented, -
Lin Yang created a post, SQL injection issue
I have developed a MyBatis plugin which injects SQL language into mapper XML. MyBatis can use XML tags to describe generate some SQL keyword. For example, MyBatis can use <set> tag to generate 'set... -
Lin Yang commented, -
Lin Yang created a post, Open API request
Hi guys, I'm implementing a Mybatis plugin. There are some annotations (@Select, @Delete, etc. ) in Mybatis that accept an array of strings as arguments, these strings are concatenated with a sing... -
Lin Yang commented, -
Lin Yang created a post, Invoking 'Refactor this' freeze ui
Hi guys, Each time I invoke 'Refactor this' in 270 lines of XML file with many SQL injected, the UI gets frozen. Here is the thread dump. Can anyone help me a bit, please? Thanks "AWT-EventQueue-... -
Lin Yang commented, -
Lin Yang created a post, AnsweredIs there anyway to highlight 'injection in injection'?
Currently, I can inject language A into language B, and completions, highlightings, references work well if B is opened in an independent file. But they don't work well if I inject language B into ... -
Lin Yang created a post, AnsweredI need help on plugin development
I'm developing a mybatis plugin, I have a problem when I try to implement following feature. I have a mapper xml like bellow: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//myb...