ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/org/apache/el/parser/TesterBeanC.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/test/org/apache/el/parser/TesterBeanC.java
Status
scanned
Type
file
Name
TesterBeanC.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1408 (1.4 KB)
MD5
ee9b3c5f5541cfffe485b678b91767e1
SHA1
343456e0cc9c48ac642f7f5e353900778ba1aa85
SHA256
3a02ed18ea46bf7cb7b3c15a24e2ee71b27855f982b44ebe3b47e2e25179395e
SHA512

      
    
SHA1_git
1b51da4da8b5b293c211e14389daa7ec7f9a6f66
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
TesterBeanC.java | 1.4 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.el.parser; public class TesterBeanC { private int int1; private boolean myBool; private boolean myBool1; public int getInt1() { return int1; } public void setInt1(int int1) { this.int1 = int1; } public boolean isMyBool() { return myBool; } public void setMyBool(boolean myBool) { this.myBool = myBool; } public boolean isMyBool1() { return myBool1; } public void setMyBool1(boolean myBool1) { this.myBool1 = myBool1; } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
68.39
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9