| Summary: | java.lang.NullPointerException for javascript validator | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | imdad sarwar <sarwar> | ||||||
| Component: | General | Assignee: | Chris Jaun <cmjaun> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Nitin Dahyabhai <thatnitind> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | bishop84fr, cmjaun, david_williams, thatnitind | ||||||
| Version: | 3.2 | ||||||||
| Target Milestone: | 3.2.2 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 176196 [details]
patch
Fix checked into 3.2.2 and HEAD. *** Bug 322323 has been marked as a duplicate of this bug. *** |
Created attachment 175307 [details] screen shot of code snap and error dialog I created simple web dynamic project. Then i created one javascript file test.js , The java script has only one line of code as following: // var x = 08; // when project is build it gives below error in the error dialog: Errors occurred during the build. Errors running builder 'JavaScript Validator' on project 'Temp'. java.lang.NullPointerException. The above error goes if i replace 08 with another number like 01 0r 02 or 03.