You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2009/10/27 21:02:59 UTC

[jira] Commented: (PIG-1051) FINFBUGS: NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE: Possible null pointer dereference due to return value of called method

    [ https://issues.apache.org/jira/browse/PIG-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770626#action_12770626 ] 

Hadoop QA commented on PIG-1051:
--------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12423337/PIG-1051.patch
  against trunk revision 830034.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    -1 release audit.  The applied patch generated 313 release audit warnings (more than the trunk's current 312 warnings).

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/115/testReport/
Release audit warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/115/artifact/trunk/patchprocess/releaseAuditDiffWarnings.txt
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/115/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/115/console

This message is automatically generated.

> FINFBUGS: NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE: Possible null pointer dereference due to return value of called method
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1051
>                 URL: https://issues.apache.org/jira/browse/PIG-1051
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Olga Natkovich
>         Attachments: PIG-1051.patch
>
>
> NP 	Possible null pointer dereference in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.partitioners.CountingMap.put(Object, Integer) due to return value of called method
> NP 	Load of known null value in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan.clone()
> NP 	Load of known null value in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan.clone()
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.OpLimitOptimizer.check(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.PushDownForeachFlatten.getOperator(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.PushUpFilter.getOperator(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.StreamOptimizer.check(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.TypeCastInserter.getOperator(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.optimizer.TypeCastInserter.getOperator(List)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.schema.Schema.mergeSchema(Schema, Schema, boolean, boolean, boolean)
> NP 	Load of known null value in org.apache.pig.impl.logicalLayer.schema.Schema.mergeSchema(Schema, Schema, boolean, boolean, boolean)
> NP 	Possible null pointer dereference in org.apache.pig.impl.util.LineageTracer.getWeightedCounts(IdentityHashSet, int) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.impl.util.LineageTracer.getWeightedCounts(IdentityHashSet, int) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.impl.util.LineageTracer.insert(Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.impl.util.LineageTracer.link(Tuple, Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.impl.util.LineageTracer.link(Tuple, Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.LineageTrimmingVisitor.PruneBaseDataConstrainedCoverage(Map, DataBag, LineageTracer, Map) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.LineageTrimmingVisitor.PruneBaseDataConstrainedCoverage(Map, DataBag, LineageTracer, Map) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.LineageTrimmingVisitor.PruneBaseDataConstrainedCoverage(Map, DataBag, LineageTracer, Map) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.LineageTrimmingVisitor.PruneBaseDataConstrainedCoverage(Map, DataBag, LineageTracer, Map) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.util.LineageTracer.getWeightedCounts(float, float) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.util.LineageTracer.getWeightedCounts(float, float) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.util.LineageTracer.insert(Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.util.LineageTracer.link(Tuple, Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.pen.util.LineageTracer.link(Tuple, Tuple) due to return value of called method
> NP 	Possible null pointer dereference in org.apache.pig.StandAloneParser.main(String[]) due to return value of called method

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.