GithubHelp home page GithubHelp logo

youshallnotpass-dev / service Goto Github PK

View Code? Open in Web Editor NEW
30.0 30.0 1.0 1.61 MB

Not elegant code shall not pass! ⚔️🧙‍♂️

Home Page: https://iwillfailyou.com

License: MIT License

Java 100.00%
analyser codeanalyzer elegant-code elegantobjects java java-8 static-analysis

service's People

Contributors

ccostin93 avatar nikialeksey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

alexrogalskiy

service's Issues

The line with the issue is not correctly printed

Case 1

@Deprecated
public static void someMethod() {
 ... do something
}

The above code will print: filepath > @Deprecated, instead of the method definition public static void someMethod() {

Case 2

/**
* some javadoc
*/
public static void someMethod() {
 ... do something
}

The above code will print: filepath > /**, instead of the method definition public static void someMethod() {

Bug: Unable to parse configuration of mojo com.iwillfailyou:iwillfailyou-maven-plugin:0.4.0

With version 0.4.0 and the addition of the new inspections for setterfree and numultiplereturns, it seems that maven plugin might not have been correctly updated.

With running with the example config in readme: https://github.com/iwillfailyou/service#maven

mvn clean iwillfailyou:iwillfailyou

The following error is printed:

[ERROR] Failed to execute goal com.iwillfailyou:iwillfailyou-maven-plugin:0.4.0:iwillfailyou (default-cli) on project finapi-java-client: Unable to parse configuration of mojo com.iwillfailyou:iwillfailyou-maven-plugin:0.4.0:iwillfailyou for parameter setterfree: Cannot find 'setterfree' in class com.iwillfailyou.IwillfailyouMojo -> [Help 1]

If setterfree config is removed, then the same error appears for nomultiplereturn

[ERROR] Failed to execute goal com.iwillfailyou:iwillfailyou-maven-plugin:0.4.0:iwillfailyou (default-cli) on project finapi-java-client: Unable to parse configuration of mojo com.iwillfailyou:iwillfailyou-maven-plugin:0.4.0:iwillfailyou for parameter nomultiplereturn: Cannot find 'nomultiplereturn' in class com.iwillfailyou.IwillfailyouMojo -> [Help 1]

Move to youshallnotpass.dev

This name has more fun :)

  • github
  • bintray
  • maven central
  • maven plugin name
  • gradle plugin name
./gradlew youshallnotpass

изображение

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.