VirtualWorldsRepos / lslforge

Automatically exported from code.google.com/p/lslforge
0 stars 0 forks source link

project for is null! #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a new LSL Project
2. look at error log
3.

What is the expected output? What do you see instead?
no errors should be seen- instead numerous entries

project for  is null!

java.lang.Throwable
    at lslforge.decorators.ErrorDecorator.decorate(ErrorDecorator.java:42)
    at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263)
    at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
    at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
    at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:371)
    at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:331)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

What version of the product are you using? On what operating system?

LSLForge 0.1.6
Win 7 64bit
eclipse.buildId=4.3.0.M20130911-1000
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product 
org.eclipse.epp.package.standard.product

Please provide any additional information below.

Original issue reported on code.google.com by sl-z...@postman.homeip.net on 12 Jan 2014 at 1:46

GoogleCodeExporter commented 9 years ago
In file 
$LSLFORGE_FOLDER/lslforge/eclipse/lslforge/src/lslforge/decorators/ErrorDecorato
r.java line 43, Log.error -> Log.info.  I think it can be ignored.

Original comment by pells...@gmail.com on 29 Mar 2014 at 2:20

GoogleCodeExporter commented 9 years ago
this is the last commit that added changes to this part of code:
https://code.google.com/p/lslforge/source/detail?spec=svnbc2abb20b83d819c0d5b849
9feca56b69e7fdf03&r=46128625a46f65619a34286ffadf0597a0e2610a

... if that can be ignored, it should not even be thrown

Original comment by sl-z...@postman.homeip.net on 29 Mar 2014 at 11:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
  It should not be thrown, I miss there was an exception.  It seems Eclipse sometimes gives null project here.  It is not LSLForge's logic error.  I don't know why Eclipse do so, configuration error of plugin or something, only one thing to do here is ignore it.  Anyway need to learn about Eclipse...

Original comment by pells...@gmail.com on 30 Mar 2014 at 2:19