Search This Blog

Showing posts with label ignore. Show all posts
Showing posts with label ignore. Show all posts

Tuesday, September 7, 2021

Eclipse - Python Import Libraries or Error issues fixes

 step 1) Removing the interpreter, auto configuring it again

step 2) Window - Preferences - PyDev - Interpreters - Python Interpreter Go to the Forced builtins tab Click on New... Type the name of the module (tensorflow in my case) and click OK

step 3) Right click in the project explorer on whichever module is giving errors. Go to PyDev->Code analysis.

Sunday, February 2, 2020

Java Beanshell - Checkstyle NewlineAtEndOfFile File does not end with a newline. - checkstyle-suppressions.xml ignore lineseparator



Solution 1:

1. Add this line inside tag

      


Ex:

    "-//Puppy Crawl//DTD Suppressions 1.1//EN"
    "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">


     
......
      





Solution 2:

Eclipse ..Window >> Preferences >> Checkstyle >> Select the configuration file >>

Click on "Properties" button >> Uncheck the Protect Checkstyle Configuration file.

Click on "Configure" button >> search for "New Line At End Of File" >> Uncheck the checkbox which you see next to New Line At End Of File.



Hit Counter


View My Stats