Community
Participate
Working Groups
Created attachment 116026 [details] screenshot Build id: M-3.0.3-20081023125735 See the attached screenshot. In EJB and EJB Client project the build/classes directory is decorated as JS folder. This somehow prevents the folder to be hidden by the "Java output folders" filter. There is no significant functional breakage, but I mark this as major, because: - this is regression since 3.0.2 - this is an UI change and the decorator is misleading - this breaks the "Java output folders" filter.
It looks like this was caused by fix to 251979. I would like to revert the fix for that bug, but am worried it will break the adopter. This fix went in to 3.0.1, so 3.0.2 should have been broken.
Wrong bug referenced in previous comment, this bug was caused by fix to 238772.
Created attachment 116325 [details] patch
Figured out how to fix without reverting the previous fix. The patch just adds an extra "if", rest of the change is formatting. * Explain why you believe this is a stop-ship defect. Or, if it is a "hotbug" (requested by an adopter) please document it as such. Requested by Kayleyan. * Is there a work-around? If so, why do you believe the work-around is insufficient? no * How has the fix been tested? Is there a test case attached to the bugzilla record? Has a JUnit Test been added? JSDT Junit tests * Give a brief technical overview. Who has reviewed this fix? * What is the risk associated with this fix? minimal.
*** Bug 252417 has been marked as a duplicate of this bug. ***
Applied the patch.
Verified with 3.0.3 RC3.