Mswain2
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created Creating a Compiler Error from a plugin
AnsweredI 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...