Mswain2
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
-
-
Mswain2 created a post, AnsweredCreating a Compiler Error from a plugin
I am trying to write a plugin that creates more errors for the Java compiler. For example, I want a red lightbulb error to appear given this code:int x = (½) * base * height;I know there is already...