[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-02-05 Thread ralf.h...@nexgo.de (JIRA)














































Ralf Hain
 commented on  JENKINS-21512


Cli for ContextHashCode















Use case: 
New warnings can be detected by Jenkins-plugin, but then its too late; new warnings should be detected as early as possible in the development cycle. They should be fixed even prior the check-in. This is especially a challenge in an environment with very much warnings, including much false positive warnings. (my interest: PC-Lint / MISRA)
(static-checker-manager: project manager.)
http://www.robertgamble.net/2011/09/incremental-linting-with-flexelint.html -> contextual method.

The use case is outside of Jenkins, so I would not be disappointed if this issue would be rejected. Maybe a gist would be a more appropriate hosting-solution, but I’d like to keep it nearer to the original sources.
The java solution seems to be a bit slow, maybe I’ll do a rewrite in c.
I can manage this all by myself, no effort for You.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-02-05 Thread ralf.h...@nexgo.de (JIRA)














































Ralf Hain
 updated  JENKINS-21512


Cli for ContextHashCode
















Change By:


Ralf Hain
(05/Feb/14 9:52 AM)




Attachment:


ContextHashCodeCli.java



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-02-05 Thread ralf.h...@nexgo.de (JIRA)















































Ralf Hain
 assigned  JENKINS-21512 to Ralf Hain



Cli for ContextHashCode
















Change By:


Ralf Hain
(05/Feb/14 9:51 AM)




Assignee:


Ulli Hafner
Ralf Hain



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-01-29 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-21512


Cli for ContextHashCode















I don't understand your use case and requirements. Doesn't Jenkins build only project files that have been committed? What is static-checker-manager? 

The context hash codes are computed on the fly if the static analysis tool does not provide them.

Can you please elaborate?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-01-28 Thread ralf.h...@nexgo.de (JIRA)














































Ralf Hain
 commented on  JENKINS-21512


Cli for ContextHashCode















Not stucking any more on 'FormValidation'.
(EncodingValidator.java: outcommened everything but readFile())



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-01-27 Thread ralf.h...@nexgo.de (JIRA)














































Ralf Hain
 commented on  JENKINS-21512


Cli for ContextHashCode















Similar Issue:
https://issues.jenkins-ci.org/browse/JENKINS-17434
"Allow to call parsers without jenkins (standalone)"
(But thats not easy)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[JIRA] [analysis-core] (JENKINS-21512) Cli for ContextHashCode

2014-01-27 Thread ralf.h...@nexgo.de (JIRA)














































Ralf Hain
 commented on  JENKINS-21512


Cli for ContextHashCode















Should not be too difficult, but I failed. This is actually more a 'help request ' than a 'feature request '.
What I've got:
I didn't manage to resolve the dependencies. Here I stuck:
import hudson.util.FormValidation;
EncodingValidator.java:30: error: cannot find symbol

didn't get mvn - build to run yet



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.