This is a tiny release.
Now, this is going to be VERY short, but as I find errors, I'll add to this list.
If you want a specific error to be added, please do not hesitate to post in this thread. Just don't PM me.
Please Note: Not all of these are exact.
Errors
DefinitionsCode:Cannot Find Symbol - Variable Not Found/Import Missing End of File Expected - Extra bracket ')' Expected - Missing a parentheses '}' Expected - Missing a bracket Operator '&&' Cannot Be Applied - Improper Usage Of && Operator '==' Cannot Be Applied - Improper Usage of == Operator '>=' Cannot Be Applied - Improper Usage of >= Operator '<=' Cannot Be Applied - Improper Usage of <= Operator '||' Cannot Be Applied - Improper Usage of || <type> cannot be converted to <type2> - Tried to apply a type to another type Unclosed Comment - Comment Not Closed NullPointerException - thrown when the stated object is non-existent.. ArithmeticException - thrown when the arithmetic problem is a SQLException - Created when an SQL statement does not work RemoteException - See here FileNotFoundException - File not found
Code:Type - One of the following: int boolean (In C#, boolean is replaced with bool) float double etc. || - Or (e.g if(getName() == bob || getName() == joe)) && - And (e.g if(getName() ==bob && getName() == joe)) == - Is Equal To >= - Is Greater Or Equal To <= - Is Less Or Equal To Variable - A subsitute for a value. Can be any type.



Reply With Quote![[Release] Java/C# Error Library + Short Definitions](http://ragezone.com/hyper728.png)


