Community
Participate
Working Groups
Build Identifier: On org.eclipse.ant.core the Property class may throw a possible null pointer exception in the equals class. No null check for the variable other. Reproducible: Didn't try
Created attachment 208226 [details] Patch to add null check. Proposed patch to fix possible null pointer exception on org.eclipse.ant.core.Property. Added a null check for the variable other in the equals method.
Pushed the patch + a couple of regression tests to: http://git.eclipse.org/c/platform/eclipse.platform.git/commit/?id=793e51a6cac4661dbafcf2e18217a09f36b125da Thanks for the patch asifrc.