Giter Club home page Giter Club logo

Comments (5)

oker1 avatar oker1 commented on August 12, 2024

Good idea, the highlighting part is around here if you feel like giving it a try:

https://github.com/oker1/phpunit_codecoverage_display/blob/master/src/cc/takacs/php_codeverage_display/display/CoverageHighlighter.java#L28

from phpunit_codecoverage_display.

poul-kg avatar poul-kg commented on August 12, 2024

Thanks for pointing to the code. I'm not a Java guy, but can give it a try :)

I've downloaded Intelij IDEA Community Edition and jdk-7u51-windows-i586.exe, let's get dirty.

from phpunit_codecoverage_display.

poul-kg avatar poul-kg commented on August 12, 2024

When I try to compile the project in Intelij IDEA I receive the following error:

Any advice on how to deal with it?

java: no suitable method found for chooseFiles(javax.swing.JPanel,com.intellij.openapi.fileChooser.FileChooserDescriptor)
    method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,java.awt.Component,com.intellij.openapi.vfs.VirtualFile,com.intellij.util.Consumer<java.util.List<com.intellij.openapi.vfs.VirtualFile>>) is not applicable
      (actual and formal argument lists differ in length)
    method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile,com.intellij.util.Consumer<java.util.List<com.intellij.openapi.vfs.VirtualFile>>) is not applicable
      (actual and formal argument lists differ in length)
    method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,java.awt.Component,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile) is not applicable
      (actual and formal argument lists differ in length)
    method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile) is not applicable
      (actual and formal argument lists differ in length)

from phpunit_codecoverage_display.

oker1 avatar oker1 commented on August 12, 2024

Seems like idea had some api changes, I'll look into it.
On Feb 6, 2014 5:15 AM, "poul-kg" [email protected] wrote:

When I try to compile the project in Intelij IDEA I receive the
following error:

Any advice on how to deal with it?

java: no suitable method found for chooseFiles(javax.swing.JPanel,com.intellij.openapi.fileChooser.FileChooserDescriptor)
method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,java.awt.Component,com.intellij.openapi.vfs.VirtualFile,com.intellij.util.Consumer<java.util.List<com.intellij.openapi.vfs.VirtualFile>>) is not applicable
(actual and formal argument lists differ in length)
method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile,com.intellij.util.Consumer<java.util.List<com.intellij.openapi.vfs.VirtualFile>>) is not applicable
(actual and formal argument lists differ in length)
method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,java.awt.Component,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile) is not applicable
(actual and formal argument lists differ in length)
method com.intellij.openapi.fileChooser.FileChooser.chooseFiles(com.intellij.openapi.fileChooser.FileChooserDescriptor,com.intellij.openapi.project.Project,com.intellij.openapi.vfs.VirtualFile) is not applicable
(actual and formal argument lists differ in length)

Reply to this email directly or view it on GitHubhttps://github.com//issues/20#issuecomment-34290884
.

from phpunit_codecoverage_display.

poul-kg avatar poul-kg commented on August 12, 2024

Looks like I've fixed my issue, but have no idea how to build final .jar file now.

I don't have Build -> Prepare Plugin Module 'plugin name' For Deployment. menu option in my project.

Ok, I finally got it. In Project Settings / Modules I removed current module and then added it as Idea Plugin.

from phpunit_codecoverage_display.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.